#lastUpdateDiv
{
	position:absolute;
	width:140px;
	top:60px;
	text-align:right;
	font-size:10px;
}

#homeLogoDiv
{
	position:absolute;
	width:100%;
	top:110px;
	text-align:center;
}

#copyrightDiv
{
	position:absolute;
	width:100%;
	bottom:20px;
/*
	Für ältere Browser statt bottom:4px :
	height:24px;
	top:376px;
*/
	bottom:4px;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#A8A8A8;
	line-height:12px;
	text-align:center;
}