layoutHeight		= browserHeight-40;
contentHeight		= layoutHeight-209;

$(document).ready(function()
  {
  wrapHeight		= $('#wrap').height();
  diff				= layoutHeight-wrapHeight-138;
  
  if(diff > 0)
    {
    $('.divNavi2div').css('margin-top',diff+'px');
    }
  
  $('.divCollage1').width($('body').width()-496);
  $('.schattenle').width($('body').width()-150);
  });

document.write('<style type="text/css">');
document.write('.divLogo			{ position: absolute; top: 0px; left: 109px; z-Index: 100 }');
document.write('.divLinie1			{ position: absolute; top: 118px; left: 0px; width: 100%; height: 1px; backgroundColor: #ff0000; bgColor: #ff0000; background-color: #ff0000; z-Index: 110 }');
document.write('.divLinie2			{ position: absolute; top: 207px; left: 0px; width: 100%; height: 1px; backgroundColor: #ff0000; bgColor: #ff0000; background-color: #ff0000; z-Index: 120 }');
document.write('.divBalken1			{ position: absolute; top: 119px; left: 0px; width: 100%; height: 88px; backgroundColor: #DDDDDD; bgColor: #DDDDDD; background-color: #DDDDDD; z-Index: 130 }');
document.write('.divBalkenImg		{ position: absolute; top: 119px; left: 129px; z-Index: 140 }');
document.write('.divCollage1		{ position: absolute; top: 0px; left: 475px; z-Index: 150; background: #fff; }');
document.write('.divCollage2		{ position: absolute; top: 119px; left: 575px; z-Index: 160 }');
document.write('.divCollage3		{ position: absolute; top: 208px; left: 575px; z-Index: 170 }');
document.write('.divAdresse			{ position: absolute; top: 119px; left: 139px; height: 88px; z-Index: 180 }');
document.write('.divNavi1			{ position: absolute; top: 208px; left: 0px; z-Index: 190 }');
//document.write('.divNavi2			{ position: absolute; top: '+layoutHeight+'px; left: 707px; z-Index: 200 }');
//document.write('.divLinie3			{ position: absolute; top: '+(layoutHeight-1)+'px; left: 0px; width: 100%; height: 1px; backgroundColor: #ff0000; bgColor: #ff0000; background-color: #ff0000; z-Index: 210 }');
//document.write('.divBalken2			{ position: absolute; top: '+layoutHeight+'px; left: 0px; width: 140px; height: 40px; backgroundColor: #ffffff; bgColor: #ffffff; background-color: #ffffff; z-Index: 220 }');
document.write('.divFlaeche1		{ position: absolute; top: 208px; left: 707px; width: '+(browserWidth-707)+'; height: '+(contentHeight)+'px; backgroundColor: #DDDDDD; bgColor: #DDDDDD; background-color: #DDDDDD; z-Index: 230 }');

document.write('.divContent1		{ margin-top: 218px; margin-left: 240px; width: 447px; overflow: auto; z-Index: 500; }');
document.write('.divContent1_lang	{ margin-top: 218px; margin-left: 129px; width: 597px; overflow: auto; z-Index: 500 }');
document.write('.divContent1_home	{ margin-top: 218px; margin-left: 129px; overflow: auto; z-Index: 500 }');
document.write('.divContent1_mega	{ margin-top: 218px; margin-left: 240px; width: 737px; overflow: auto; z-Index: 500 }');
document.write('.divContent2		{ position: absolute; top: 218px; left: 717px; overflow: auto; z-Index: 510 }');
/*
document.write('.divContent1		{ position: absolute; top: 218px; left: 240px; width: 447px; height: '+(contentHeight-10)+'px; overflow: auto; z-Index: 500 }');
document.write('.divContent1_lang	{ position: absolute; top: 218px; left: 129px; width: 597px; height: '+(contentHeight-10)+'px; overflow: auto; z-Index: 500 }');
document.write('.divContent1_home	{ position: absolute; top: 218px; left: 129px; height: '+(contentHeight-10)+'px; overflow: auto; z-Index: 500 }');
document.write('.divContent1_mega	{ position: absolute; top: 218px; left: 240px; width: 737px; height: '+(contentHeight-10)+'px; overflow: auto; z-Index: 500 }');
document.write('.divContent2		{ position: absolute; top: 218px; left: 717px; height: '+(contentHeight-10)+'px; width: 280px; overflow: auto; z-Index: 510 }');
*/
document.write('.divNavi3			{ position: absolute; top: 208px; left: 129px; z-Index: 600 }');


  
document.write('.cssCHeight		{ height: '+(contentHeight-10)+'px; }');
document.write('</style>');

