body, p, td , textarea, input , select , option {
  font-family: Verdana , Arial ,  Helvetica , sans-serif, Geneva;
  font-size: 10px;
  color: #555555;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif , Geneva;
  font-size: 10px;
  color: #555555;
}

.menu {
  text-decoration: none;
  color: #555555;
}
.menuSpecial1 {
  text-decoration: none;
  color : #555555;
  font-size : 11px;
  font-weight: normal;
}
.menuSpecial1:hover {
  text-decoration: none;
  color : red;
  font-size : 11px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: red;
  font-size : 11px;
  font-weight: normal;
}
.menuSpecial21 {
  text-decoration: none;
  color : #555555;
  font-size : 10px;
  font-weight: normal;
}
.menuSpecial21:hover {
  text-decoration: none;
  color : #555555;
  font-size : 10px;
  font-weight: normal;
}
.menuActiveSpecial21 {
  text-decoration: none;
  color: #555555;
  font-size : 10px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: normal;
  color: #555555;
}
a.menu1:hover {
  color: red;
  font-weight: normal;
  font-size : 12px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : red;
  font-size : 12px;
  font-weight: normal;
}
.menu2 , .menuSpecial2 , .menuSpecial22 {
  text-decoration: none;
  color : #555555;
  font-size : 11px;
  font-weight: normal;
}
a.menu2:hover , a.menuSpecial2:hover , a.menuSpecial22:hover {
  text-decoration: none;
  color : red;
  font-size : 11px;
  font-weight: normal;
}
.menuActive2 , .menuActiveSpecial2 , .menuActiveSpecial22 {
  text-decoration: none;
  color : red;
  font-size : 11px;
  font-weight: normal;
}
.menu3 , .menuSpecial3  {
  text-decoration: none;
  color : #555555;
  font-size : 11px;
  font-weight: normal;
}
a.menu3:hover , a.menuSpecial3:hover  {
  text-decoration: none;
  color : red;
  font-size : 11px;
  font-weight: normal;
}
.menuActive3 , .menuActiveSpecial3 {
  text-decoration: none;
  color : red;
  font-size : 11px;
  font-weight: normal;
}
.menu4 , .menuSpecial4  {
  text-decoration: none;
  color : #555555;
  font-size : 9px;
  font-weight: normal;
}
a.menu4:hover , a.menuSpecial4:hover  {
  text-decoration: none;
  color : red;
  font-size : 9px;
  font-weight: normal;
}
.menuActive4 , .menuActiveSpecial4 {
  text-decoration: none;
  color : red;
  font-size : 9px;
  font-weight: normal;
}
.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

A.admin {
  color : Red;
  font-size: 11px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}

h1, .ueberschr {
  color: #111111; 
  font-size: 12px; 
  font-weight: bold;
}

h2 {
  color: #111111; 
  font-size: 10px; 
  font-weight: bold;
}

h3 {
  color: #111111; 
  font-size: 10px; 
  font-weight: bold;
}

h4 , h5 , h6 {
  font-size: 8px; 
}

ul {
  list-style-image:url(/images/bg_spacer/list.gif)
}

.bgred {
  color: red;
}