body {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #cc0000;
background-image: url(../hintergrund.jpg);
background-repeat: no-repeat;
}

div
{
background-color: white;
}

#container {
	width: 700px;
	height: 910px;
	position: absolute;
	left: 50%;
	top: 46px;
	margin-left: -350px;
}

#header {
background-color: white;
height: 130px;
width: 100%;
margin-bottom: 5px;

}


#navi {
height: 30px;
width: 99%;
background-color: #999999;
color: #cc0000;
border-color:: #cc0000;
text-align: center;
border-style: groove;

}
#pictures {
height: 70px;
width: 99%;
background-color: #ffffff;
color: #cc0000;
text-align: center;
border-bottom: groove #cc0000;
margin-top: 10px;
margin-bottom: 10px;


}

#infobox {
height: 600px;
width: 140px;
position: absolute; 
left: 0px;
top: 265px;
border: groove #cc0000;
color: #525252;
text-align: center;
font-weight: bolder;
}

#content {
width: 545px;
height: 600px;
position: absolute; 
left: 150px;
top: 265px; 
border: groove #cc0000;
color: #525252;
}

ul {
	margin-top: -10px;
	color: #cc0000;
	margin-left: 30px;
	list-style-image: url(images/haus1.png)
}


a:link {
	font-weight: bolder;
	color: #cc0000;
	text-decoration: none;
	line-height: 20px;
}
a:visited {
	font-weight: bolder;
	color: #cc0000;
	text-decoration: none;
	line-height: 20px;
}

a:hover {
	font-weight: bolder;
	font-size: 14px;
	color: #525252; 
	text-decoration: none;
	line-height: 20px;
}

