@charset "utf-8";
/* CSS Document */
body	{
	background-image: url(../Bilder/Hintergrundgesamt.png);
	width: 955px;
	text-align: center;
	margin: auto;
}
#Haupt	{
	background-image:url(../Bilder/Hintergrundhaupt.png);
	background-repeat: no-repeat;
	height: 800px;
}
#Haupt #Navi	{
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #450430;
	width: 900px;
	float: none;
	clear: none;
	clip: rect(auto,auto,auto,58px);
	margin-left: 25px;




}
#Haupt #Navi ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-left: -50px;
}

#Haupt #Navi li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	text-decoration: none;

}
#Haupt #Navi a	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	margin-left: 50px;


	
}

#Haupt #Navi a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
#kontakt {
	width: 100px;
	float: right;
	margin-top: -10px;
}
#kontakt a {
	color: #FFFFFF;
	text-decoration: none;
}
#kontakt a:hover {
	color: #F0C;
}

#impressum {
	width: 100px;
	float: right;
	margin-top: -10px;
}
#impressum a {
	color: #FFFFFF;
	text-decoration: none;
}
#impressum a:hover {
	color: #F0C;
}
#fuss {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	width: 300px;
	margin-top: -5px;
	float: left;
	margin-left: 10px;
}
