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

#content div.spalte li a.active, #content div.spalte li a.active:hover {
  color: #aa1b5b;
  border-bottom: 1px dotted #aa1b5b;
}

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

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

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

/* backbutton */
#content div.backbutton a {
  color: #aa1b5b;
  border-bottom: 1px dotted #aa1b5b;
}
#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.aktuelles.gif');
  background-repeat: no-repeat;
}


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

/* schieber */
div.schieber-cite {
  background-color: #aa1b5b;
}

/* Headline in Podcasts */
#content div.spalte h3 {
	padding: 0;
  padding-bottom: 5px;
	margin: 0;
  font: normal normal normal 14px/17px Georgia, serif;
	color: #aa1b5b;
}

#content div.spalte h3 a {
	color: #aa1b5b;
}

/* Headline bei Presse (Systemtext) */
#content div.fliesstext h3 {
  margin-top: 0;
  font: normal normal normal 14px/17px Georgia, serif;
  color: #000000;
}