

/* --- Stylesheet 85 () --------- */ 

#header {
	position: relative;
	height: 50px;
	z-index: 10000;
}

#logo {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 320px;
	height: 80px;
	background-color: #fff;
	z-index: 20000;
}



#navigation {
	background-color: #A8AFB8;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

#navigation ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#navigation li {
	margin: 0px;
	border-right: 1px solid #BFC7CC;
	float: left;
	text-transform: uppercase;
}

#navigation li a {
	display: block;
	padding: 6px 17px 6px 17px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#navigation li a:hover {
	color: #fff;
	background-color: #000;
}

#navigation li.nav_aktiv {
	background-color: #666E7A;
}