body, td, th, li, ul, ol, p, div, span, form, input, select, option, textarea {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #336633; 
  text-decoration: none;
}

/* ####  geordnet nach Farbe ;Schriftgroesse ; Schriftart (n/b) #### */
.fett {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #336633;
  text-decoration: none;
}

.klein {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #336633;
  text-decoration: none;
}

.head {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : bold;
  color : #336633;
  text-decoration: none;
}

a.link:link, a.link:visited, a.link:active {
  font-size : 13px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : normal;
  color : #336633;
  text-decoration: underline;
}

a.link:hover {
  font-size : 13px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : normal;
  color : #666633;
  text-decoration: underline;
}