.navimg a
{
display: block;
padding-top: 2px ;
padding-left: 2px;
padding-bottom: 2px ;
padding-right: 2px;
width: 180px;
background-color: #555;
border-bottom: 1px dashed #999;
color: #FFFACD;
text-align: center;
border-top: #919191 2px solid; /* Farbe und Art des oberen Rands */
border-left: #919191 2px solid; /* linker Rand */
border-bottom: #4A4A4A 2px solid; /* unterer Rand */
border-right: #4A4A4A 2px solid; /* rechter Rand */
text-decoration: none;
font-weight: bold;
}




.navimg a:link, .navlist a:visited
{
color: #FFF;
text-decoration: none;
}

.navimg a:hover
{
background-color: #FFA500;
color: #fff;
}





.navcontainer { 
margin: 0;
margin-top: 0px;
	padding: 0;
width: 208px; 
font-family: trebuchet ms, verdana, tahoma, arial;
text-align: center;
	font-size: 80%;
	line-height: 150%;
	height: 100%;
	background-color: #555;
	border-right:1px solid #000;
}

.navcontainer ul
{
text-align: center;
margin-left: 1px;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding-top: 3px ;
padding-left: 10px;
padding-bottom: 3px ;
padding-right: 10px;
width: 180px;
background-color: #555;
border-bottom: 1px dashed #999;
color: #FFFACD;
text-align: center;
border-top: #919191 2px solid; /* Farbe und Art des oberen Rands */
border-left: #919191 2px solid; /* linker Rand */
border-bottom: #4A4A4A 2px solid; /* unterer Rand */
border-right: #4A4A4A 2px solid; /* rechter Rand */
text-decoration: none;
font-weight: bold;
}

.navcontainer li ul li a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #919191;
border-bottom: 1px dashed #999;
color: #000000;
text-align: center;
border-top: #919191 2px solid; /* Farbe und Art des oberen Rands */
border-left: #919191 2px solid; /* linker Rand */
border-bottom: #4A4A4A 2px solid; /* unterer Rand */
border-right: #4A4A4A 2px solid; /* rechter Rand */
text-decoration: none;
font-weight: bold;
}


.navcontainer a:link, .navlist a:visited
{
color: #FFF;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #FFA500;
color: #fff;
}

#topmenu
{
	border-top: 1px dashed #999;
}