/* Haupt Navigation am linken Rand */
#navi{
	position: absolute;
	top: 310px;
	left: 88px;
	list-style: none;
	text-align: left;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#navi a {
	text-decoration:none; 
	display:block; 
	width:74px;
	margin: 0 0 12px 5px;
	font-size: 0.9em;
}

#navi a:hover{
	color: #666;
	text-decoration: none;
}

#navi a.activeLink {color: #666; font-weight: bold;}

/*Navigation am unteren Rand */
#navi2 {
	position: absolute;
	top: 102px;
	width: 902px;
	text-align: right;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

#navi2 a {color: #666; text-decoration: none;}
#navi2 a:link {color: #999900;}
#navi2 a:visited {color: #999900;}
#navi2 a:hover {color: #666;}
#navi2 a:active {color: #666;}
#navi2 a.activeLink {color: #666;}

#suche {
	background-color: #EEE;
	width: 176px;
	padding: 2px 2px 2px 0;
	font-weight: bold;
	font-size: 0.8em;
}


#suche a {text-decoration: none; margin-left: 5px; color: #999900;}
#suche a:link {color: #999900;}
#suche a:visited {color: #999900;}
#suche a:hover {color: #666;}
#suche a:active {color: #666;}
#suche a.activeLink {color: #666;}

#balken {
	position: absolute;
	top: 270px;
	left: 88px;
	width: 822px;
	background-color: #DFDFDF;
}

#subnavi {
	width: 100%;
	margin-bottom: 1em;
}

#subnavi a {margin-left: 5px; color: #999900;}
#subnavi a:link {color: #999900;}
#subnavi a:visited {color: #999900;}
#subnavi a:hover {color: #666;}
#subnavi a:active {color: #666;}
#subnavi a.activeLink {color: #666; text-decoration: none;}
#subnavi a.nodec {}