


function spaetstart(){

WFlaeche=(WinIW()*WinIH())/58; // FensterFläche  bildgröße

xf=WinIW()/1024;  //alert(xf);
yf=WinIH()/600;

// Bilddaten
bb=1024;
bh=681;



document.write('<style type=\"text/css\"><!--');


// Schriften festlagen
x=2.2*xf;
document.write('.Ueberschrift {font-size: '+x+'em;}');  //Headline
x=x*12;
document.write('#TabInd{ border-spacing: '+x+'px; border: 0px solid black; }')


document.write('--></style>');


}


