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

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

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

#content .textbereich .fliesstext h2,
#content .spalte h2 {
  color: #ff6c00;
  text-decoration: underline;
}

/* spalten tabelle farben */
#content div.spalte table h3,
#content div.spalte table h3 a {
  color: #ff6c00;
}

/* backbutton */
#content div.backbutton a {
  color: #ff6c00;
  border-bottom: 1px dotted #ff6c00;
}
#content div.backbutton a:hover {
  border-bottom: none;
}
#content div.backbutton div.arrow {
  float: left;
  width: 16px;
  height: 12px; 
  background-image: url('/images/buttons/zurueberischt.veranstaltungen.gif');
  background-repeat: no-repeat;
}


/* bilddownload */
#content div.spalte div.bilddownload a,
#content div.spalte div.bilddownload a:hover {
  color: #ff6c00;
  border-bottom: 1px dotted #ff6c00;
}


/* termine */
#content div.spalte h3.first {
  padding-top: 0px;
  margin-top: 0px;
  font: normal normal normal 14px/15px Georgia, serif;
}

#content div.spalte h4 {
  margin-bottom: 14px;
  font: normal normal normal 14px/15px Georgia, serif;
}

#content div.spalte table.termine {
  width: 160px;
  margin-bottom: 47px;
}

#content div.spalte ul {
  margin-left: 0px;
}  
  
/* weitere links */  
#content div.spalte h3.links {
  margin-bottom: 14px;
  font: normal normal normal 14px/15px Georgia, serif;
}

#content div.spalte .links div {
  margin-bottom: 14px;
}  
  
#content div.spalte .links a {
  color: #ff7f2b;
  border-bottom: 1px dotted #ff7f2b;
}  
#content div.spalte .links a:hover {
  color: #ff7f2b;
  border-bottom: none;
}  

/* schieber */
div.schieber-cite {
  background-color: #ff7f2b;
}
/* archiv */
#content div.spalte ul.archive a.active {
  color: #ff6c00;
  border-bottom: 1px dotted #ff6c00;
}
#content div.spalte ul.archive {
  margin-bottom: 28px;
}

