x0																	= parseInt((browserWidth-764)/2);
y0																	= 0;

cHeight																= browserHeight-78-379;

document.write('<style type="text/css" media="screen">');
document.write('div#div_container { position: absolute; top: '+(y0)+'px; left: '+(x0)+'px; width: 764px; text-align: left; z-Index: 900; }');
document.write('div#div_content_container { clear: both; height: '+(cHeight)+'px; overflow: auto }');
document.write('div#div_footer_balken { position: absolute; top: '+(browserHeight-13)+'px; left: 0px; width: 50%; background-color: #F5E7CD; height: 13px; line-height: 13px; z-Index: 10; }');
document.write('</style>');

function set_quadrate(anz)
  {
  quadY																= y0+378;
  quadY																= quadY-(anz*12);

  document.write('<style type="text/css" media="screen">');
  document.write('div#div_quadrate { position: absolute; top: '+(quadY)+'px; left: '+(x0+307)+'px; width: 13px; border-bottom: 1px solid #4F4A41; z-Index: 990 }');
  document.write('</style>');
  }
