/* Hauptnavigation */
#navigation{
	width: 1050px;
	list-style:none;
	text-align:center;
	margin: 0 25px 0 25px;
	height:25px;
	background-color: #2A2641;
}

#navigation li{
	float:left;
	list-style-type: none;
}

#navigation li a{
	display:block;
	width:150px;
	height:25px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height:25px;
	background:#2A2641;
	color: #FCC54E;
	text-decoration:none;
}

#navigation li a:hover,#navigation li#active a{
	background-color: #FCC54E;
	font-weight: bold;
	color: #2A2641;
}
