{
hoehe=document.body.clientHeight;
if (hoehe>620)
{
	//document.getElementById("bg").style.top=40+"px";
	hoehe=hoehe-40;
	//document.getElementById("bg").style.height=hoehe+"px";
}
}