/* Hauptmenue */
#hauptmenue {
	padding-top: 17px;
	margin-bottom: 0;
	height:53px;
	min-height:54px;
}
#hauptmenue ul {
	margin: 0 10px 19px 50px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#hauptmenue ul li {
  line-height:30px;
	display: inline;
 padding:1em 1.2em;
	background: url("../images/navitrennstrich5.gif") top left no-repeat;
	text-decoration: none;
	font-weight: normal;
}
#hauptmenue ul li.erster {
	background: none;
	 padding:1em 1.2em;
}
#hauptmenue ul li a {
	color: #fff;
}
#hauptmenue ul li a:hover {
	text-decoration: underline;
}
#hauptmenue ul li.aktiv {
line-height:28px;
	padding: 1em 1.2em;
}
#hauptmenue ul li.aktiv a, li.aktiv a:hover {
line-height:28px;
	font-size: 16px;
	font-weight: bold;
}
