<!--
var scs = screen.availWidth-800;
var mitte = scs/2;

if (screen.availWidth > 1000)
{
document.write('<STYLE TYPE="TEXT/CSS">');
document.write('<!--');
document.write('#kopf   {position:absolute; left:0px;   top:25px;  width:780px; height:40px;  z-index:3; margin-left:',mitte,'px}');
document.write('#trenn  {position:absolute; left:112px; top:26px;  width:16px;  height:457px; z-index:5; margin-left:',mitte,'px}');
document.write('#inhalt {position:absolute; left:113px; top:65px;  width:667px; height:378px; z-index:2; overflow: auto; margin-left:',mitte,'px}');
document.write('#bild   {position:absolute; left:551px; top:87px;  width:195px; height:355px; z-index:6; margin-left:',mitte,'px}');
document.write('#bildin {position:absolute; left:112px; top:65px;  width:668px; height:378px; z-index:1; overflow: hidden; margin-left:',mitte,'px}');
document.write('#navi   {position:absolute; left:0px;   top:65px;  width:113px; height:378px; z-index:4; margin-left:',mitte,'px}');
document.write('#fus    {position:absolute; left:0px;   top:443px; width:780px; height:40px;  z-index:3; margin-left:',mitte,'px}');
document.write('//-->');
document.write('</STYLE>');
}     else      {
                document.write('<STYLE TYPE="TEXT/CSS">');
                document.write('<!--');
                document.write('#kopf   {position:absolute; left:0px;   top:0px;  width:780px; height:40px;  z-index:3; margin-left:',mitte,'px}');
                document.write('#trenn  {position:absolute; left:112px; top:1px;  width:16px;  height:457px; z-index:5; margin-left:',mitte,'px}');
                document.write('#inhalt {position:absolute; left:113px; top:40px;  width:667px; height:378px; z-index:2; overflow: auto; margin-left:',mitte,'px}');
                document.write('#bild   {position:absolute; left:551px; top:62px;  width:195px; height:355px; z-index:6; margin-left:',mitte,'px}');
                document.write('#bildin {position:absolute; left:112px; top:40px;  width:668px; height:378px; z-index:1; overflow: hidden; margin-left:',mitte,'px}');
                document.write('#navi   {position:absolute; left:0px;   top:40px;  width:113px; height:378px; z-index:4; margin-left:',mitte,'px}');
                document.write('#fus    {position:absolute; left:0px;   top:418px; width:780px; height:40px;  z-index:3; margin-left:',mitte,'px}');
                document.write('//-->');
                document.write('</STYLE>');
                }
//-->
