/* links */
#nav li a.active, #nav li a.active:hover {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}

#content .textbereich .fliesstext div.teaser p a,
#content .spalte div.teaser p a,
#content .textbereich .fliesstext p a {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}

#content .textbereich .fliesstext div.teaser p a:hover,
#content .spalte div.teaser p a:hover,
#content .textbereich .fliesstext p a:hover {
  border: none;
}

#content .textbereich .fliesstext h4 {
  color: #83a00d;
  text-decoration: underline;
}

#content div.fliesstext h3 {
  margin-top: 0;
  font: normal normal normal 14px/17px Georgia, serif;
  color: #000000;
}

/* backbutton */
#content div.backbutton a {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}
#content div.backbutton a:hover {
  border: none;
}

#content div.backbutton div.arrow {
  float: left;
  width: 16px;
  height: 12px; 
  background-image: url('/images/buttons/zurueberischt.jdph.gif');
  background-repeat: no-repeat;
}

#content div.spalte h4 {
  color: #83a00d;
  margin-bottom: 14px;
  font: normal normal normal 14px/15px Georgia, serif;
}
#content div.spalte a {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}

/* Archiv */
#content .spalte ul a.archive {
  color: #555555;
  border-bottom: none;
}
#content .spalte ul a.archive:hover {
  color: #555555;
  border-bottom: 1px dotted #555555;
}
#content .spalte ul a.active {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}
#content .spalte ul a.active:hover {
  color: #83a00d;
  border-bottom: 1px dotted #83a00d;
}

