/* Alles, was die Navi betrifft */



/* Die Leiste oben */
#leisteoben {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 850px;
	text-align: right;
	color: #999999;
}
#leisteoben a {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
#leisteoben a:hover {
	color: #00417e;
}
#leisteoben a.active {
	color: #00417e;
	font-weight: bold;
}


/* Zusatzleiste oben links */
#leisteobenlinks {
	position: absolute;
	top: 13px;
	left: 15px;
}


/* Die Leiste unten - nicht komplett Navi, hat aber trotzdem 2 Links... */
#leisteunten {
	position: absolute;
	top: 650px;
	left: 15px;
	width: 850px;
	text-align: center;
	color: #999999;
	font-size: 9px;
}
#leisteunten a {
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}
#leisteunten a:hover {
	color: #00417e;
}
#leisteunten a.email {
	color: #00417e;
	text-decoration: underline;
}


/* Menü-Navi links */
#navi {
	position: absolute;
	left: 15px;
	top: 249px;
	width: 162px;
	height: 391px;
	background-image: url(../img/navigation.jpg);
}

#naviInnen {
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 20px;
	font-size: 12px;
}

#naviInnen a {
	color: #808080;
	text-decoration: none;
}
#naviInnen a:hover {
	color: #004173;
	text-decoration: none;
}
#naviInnen a.active {
	color: #004173;
	font-weight: bold;
}

