.mitte {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	font-weight: normal; 
	color: #333;
}

.mitte2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 17px; 
	font-weight: normal; 
	color: #333;
}

.mitte3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	font-weight: bold; 
	color: #333
}

#navcontainer {
        margin: 72px 300px 0 0;
        padding: 0;
        height: 0px;
        background-image: url(../Bilder/Menu);
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: right;
        text-align: center;
        padding: 0;
        margin-top: 0px;
}

#navcontainer ul li a {
        background: #e3e3e4;
        background-image: url(../Bilder/Menu);
        width: 112px;
        height: 22px;
        border-right: none;
        padding-top: 5px;
        margin: 0 11px 0 0;
        color: #58585a;
        text-decoration: none;
        display: block;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-variant: small-caps;
}

#navcontainer ul li a:hover {
        color: #930;
        border-bottom: 3px solid #a02031;
}

#navcontainer a:active {
        background: #e3e3e4;
        color: #a02031;
        border-bottom: 3px solid #a02031;
}

#navcontainer li#active a {
        background: #e3e3e4;
        border-bottom: 3px solid #a02031;
        color: #a02031;
}
