cHeight					= browserHeight-45;

if(document.all&&window.print)
  {
  cHeight				= browserHeight-143;
  }
document.write('<style type="text/css">');
document.write('div#div_hilfs_content { width: 778px; height: '+(cHeight)+'px; }');
document.write('.homeHeight { height: '+(cHeight/2)+'px }');
if(document.all)
  {
  document.write('.viraFrame { height: '+(cHeight-168)+'px; }');
  }
else
  {
  document.write('.viraFrame { height: '+(cHeight-168)+'px; }');
  }
document.write('</style>');