html, body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #fff;
}


#navi ul li a {  /*  Hauptebene  */
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#navi ul ul li a {  /*  Unterebene  */
  font-size: 10pt;
  font-weight: normal;
}


#navi ul ul ul li a {  /*  Unterebene 2 */
  font-size: 8pt;
  font-weight: normal;
}

/* rex-active = Hauptkategorie / rex-current = Unterkategorien */
#navi ul li a.rex-active, #navi ul li a.rex-current {
  color: #f93;
}

#navi ul li a:hover {
  color: #f93;
}


#inhalt {
  line-height: 1.3em;
  text-align: justify;
}

#inhalt h1 {
  font-size: 12pt;
/*  font-variant: small-caps;  */
  background: #333;
  margin: 0;
  padding: 2px;
}

#inhalt h2 {
  font-size: 10pt;
/*  font-variant: small-caps; */
  background: #333;
  margin: 0;
  padding: 2px;
  padding-bottom: 4px;
  color: #ccc;
}


#inhalt p, #inhalt li {
  font-size: 10pt;
}


#inhalt a {
  color: #fff;
}

#inhalt a:hover {
  color: #fc0;
}
