if (!window.Weite && document.body && document.body.offsetWidth) {
  window.onresize = neuAufbau;
  Weite = Fensterweite();
  Hoehe = Fensterhoehe();

  if(screen.availWidth > document.body.offsetWidth) {
	var addfavs = 150;
  	//alert("cw:"+document.body.clientWidth+"/ow:"+document.body.offsetWidth+"/sw:"+screen.availWidth+"");
  }
}
