y0																	= parseInt((browserHeight-715)/2);
if(y0 < 0)
  {
  y0																= 0;
  }

if(JS_cont == 'home' || JS_cont == 'startseite')
  {
  document.write('<style type="text/css">');
  document.write('div#div_global_container_home { top: '+(y0)+'px; }');
  document.write('</style>');
  }

function set_pos_neu()
  {
  set_width_height();
  y0																= parseInt((browserHeight-715)/2);
  if(y0 < 0)
    {
    y0																= 0;
    }
  document.getElementById('div_global_container_home').style.top	= y0;
  }