/*Hintergrundbild und Contentbereich Home */
.framheim
{
width:800px;
height:475px;
background-image:url(../img/framheim800.jpg);
background-repeat:no-repeat;
font-family: Courier New, Courier, serif;
margin:auto;
}

.polheim
{
width:800px;
height:475px;
background-image:url(../img/polheim800.jpg);
background-repeat:no-repeat;
font-family: Courier New, Courier, serif;
margin:auto;
}


/*Navigation Home */
#navframheim
{
list-style:none;
}


#navframheim li 
{
text-decoration:none;
color:#660000;
font-weight:bold;
text-decoration:none;
display:inline;
float:left;
margin-top:260px;
margin-left:70px;
padding-left:0px;
padding-right:40px;
}

#navframheim a
{

text-decoration:none;
	color:#660000;
}

#navpolheim
{
list-style:none;
}

#navpolheim li 
{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	float:left;
	margin-top:20px;
	margin-left:440px;
	padding-left:0px;
	padding-right:40px;
}

#navpolheim a
{

text-decoration:none;
	color:#333333;
}
