@charset "UTF-8";

#Hintergrund {
	position:absolute;
	left:50%;
	top:50%;
	width:980px;
	height:700px;
	z-index:1;
	background-image: url(Images/Hintergrund.gif);
	background-repeat: no-repeat;
	margin-top: -350px;
	margin-left: -490px;
}

body {
	background-color: #FFC000;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #675832;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #660000;
	text-decoration: none;
}

#Navi {
	position:absolute;
	width:124px;
	height:183px;
	z-index:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
	text-align: center;
	top: 217px;
	left: 0px;
}

.selected {	
}

.selected a {
	color: #660000; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	line-height: normal;
}

.selected a:hover {
	color: #660000; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	line-height: normal;
}