#hnav {
	position: absolute;
	top: 134px;
	left: 0;
	z-index: 1;
	width: 100%;
	font-size: 0.75em;
	color: #2d3053;
	background-color: #FEF6C2;
}

/*html>body #hnav {
	position: fixed;
}*/

#hnav ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0 0 0 105px;
	height: 2.5em;
	background-color: #FAED95;
	border-top: 3px solid #FEFBE6;
	border-left: 3px solid #FEFBE6;
}

#hnav li {
	float: left;
	width: auto;
	font-weight: bold;
	border-right: 3px solid #FEFBE6;
}

#hnav li.rechts {
	float: right;
	width: auto;
	border-right: none;
	border-left: 3px solid #FEFBE6;
}

#hnav li.keinlink {
	padding: 6px;
	color: #E47E02;
	background-color: #FEFBE6;
}

#hnav li a {
	display: block;
	padding: 6px;
	color: #2d3053;
	background-color: #FAED95;
	text-decoration: none;
}

#hnav li a:hover {
	background-color: #FEF6C2;
	color: #E47E02;
}
