#navcontainer
{
margin: 0px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
padding-top: 35px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: none;
width: 110px;
height: 18px;
border-right: 1px solid #fff;
padding: 0;
margin: 0 0 10px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: bold normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", arial, verdana, lucida, sans-serif;
}

#navcontainer ul li a:focus, #navcontainer ul li a:hover, #navcontainer ul li a:active
{
color: #285E7A;
background: #CCDBE0;
/* heller: #D1DCDF;*/
}
#active {
background-color: #EEF0E7;
/*background-color:#CCDBE0;*/
height: 18px;
color: #285E7A;
margin: 0;
}

/* ############ andere Links ################  */
#text a {
	text-decoration: underline; 
	font-weight: bolder;
	color: #1F5A87;
}
#text a:visited {
	color:#1F5A87;
}
#text a:focus {
	color: #1F5A87;
	}
#text a:hover {
	color: #990000;
}
	#text a:active {
	color: #1F5A87;
}