
/* Navigation: */
#nav ul {
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #c2c2c2;
}
#nav ul li {
border-bottom: 1px solid #c2c2c2;
padding: 3px 0 5px 15px;
}
#nav a {
display: block;
color: #222;
font-weight: 500;
text-decoration: none;
}
#nav a.english {
background: transparent url(../img/css/english.gif) no-repeat 0px 5px;
padding-left: 23px;
}
#nav a.deutsch {
background: transparent url(../img/css/deutsch.gif) no-repeat 0px 5px;
padding-left: 23px;
}
/* für den IE, damit die ganze fläche als href interpretiert wird: */
* html #nav a {
width: 180px;
}
* html #nav a.english, * html #nav a.deutsch {
width: 160px;
}
#nav a:hover, #nav a.navon {
color: #92141c;
}

/* nur für admin */
a.admin { 
font-family: Verdana, sans-serif;
font-size: 12px;
color: #333;
text-decoration: none;
}
a.admin:hover {
text-decoration: underline;
color: #92141c;
}
a.adminOn {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #92141c;
text-decoration: none;
}