DIV#hintergrund
{
	background-image: url("Background.gif");
}

DIV#titel
{
	visibility: hidden;
}

DIV#content
{
	top: 100px;
	left: 360px;
	width: 320px; 
	height: expression(document.body.offsetHeight - 340 + "px");

}

DIV#logo
{
	visibility: visible;
}

DIV#foto
{
	width: 700px;
	height: 198px;
	background-image: url(/images/bgHaus.jpg);
	border-top: solid 1px black;
	bottom: 12px;
	position: absolute;
}