#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: #A39A36;
background: #fff;
}
#active {
background-color:#DBDFD3;
height: 18px;
color: #A39A36;
margin: 0;
}

/* ############ andere Links ################  */
#text a {
	text-decoration: none;
}
a:link .textlink, a:visited .textlink {
	text-decoration: none;
	color: #993333;
}
a:focus .textlink,  a:hover .textlink, a:active .textlink {
	color: #A39A38;
	text-decoration: none;
}

