/* Styles for the Navigation */
#menu {
	height: 2.4em;
	width: 100%;
	margin: auto;
	list-style: none;
	font-size: .7em;
	background-color: #d2e3ed;
	clear: both;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0
}

#menu li {
	height: 1.6em;
	width: 10.8%;
	float: left;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image: url(../images/button_menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 0.20em;
	padding: 0.85em 0 0 0;
}

#menu a {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
#menu .aktiv, 
#menu a:hover {
	color: #ff0000;
	background-color: transparent;
}
