if (!window.Weite && document.body && document.body.clientWidth) {
  window.onresize = neuAufbau;
  Rand = Fensterhoehe();
 var Randbreite=Fensterweite()
  if(Rand<0)
  Rand=0;
  if(Randbreite<0)
  Randbreite=0;
}

//document.write('<div style="margin-top:'+Rand+'px;margin-left:'+Randbreite+'px;>"');
document.write('<div style="margin-top:'+Rand+'px;XXXmargin-left:'+Randbreite+'px;>"');
