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

#content .textbereich .fliesstext div.teaser p a,
#content .textbereich .fliesstext div.teaser-more p a,
#content .textbereich .fliesstext p a,
#content .spalte div.teaser-more p a,
#content .spalte div.teaser p a{
  color: #006699;
  border-bottom: 1px dotted #006699;
}
#content .textbereich .fliesstext div.teaser p a:hover,
#content .textbereich .fliesstext 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 {
  border-bottom: none;
}

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

#content .textbereich .fliesstext h4 {
  padding-top: 2.5em;
font: normal normal normal 11px/15px Verdana;
  color: #006699;
  /*text-decoration: underline;*/
}

#content .spalte a {
  color: #006699;
  border-bottom: 1px dotted #006699;
}
#content .spalte a:hover {
  border-bottom: none;
}

#content .spalte a.archive {
  color: #555555;
  border-bottom: none;
}
#content .spalte a.archive:hover {
  color: #555555;
  border-bottom: 1px dotted #555555;
}

#content .spalte ul.shop a {
  color: #555555;
  border-bottom: none;
}
#content .spalte ul.shop a:hover {
  color: #555555;
  border-bottom: 1px dotted #555555;
}
#content .spalte ul.shop a.active {
  color: #006699;
  border-bottom: 1px dotted #006699;
}
#content .spalte ul.shop a.active:hover {
  color: #006699;
  border-bottom: 1px dotted #006699;
}


/* contentelemente */
#content h4 {
  color: #006699;
}

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

#content div.spalte div.teaser h3 a,
#content div.spalte div.teaser-record h3 a {
  padding-bottom: 0px;
	color: #000000;
  border:none;
}

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


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

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

/* Taktgeber */
img.taktgeber {
  display: block;
}
#content .spalte div.date {
  font: normal normal normal 12px/15px Georgia, serif;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
}
#content .spalte h3.taktgeber {
  color: #000000;
}

/* Audio-Player */
#audio-controls {
  width: 548px;
}
#audio-play {
  display: block;
  float: left;
  width: 36px;
  height: 31px;
}
#audio-pause {
  display: block;
  float: left;
  width: 36px;
  height: 31px;
}
#audio-play-time {
  display: block;
  float: left;
  font: normal normal normal 9px/13px Verdana;
  width: 36px;
  padding-top: 8px;
}
#audio-locator {
  overflow: hidden;
  float: left;
  margin-top: 10px;
  width: 433px;
  height: 8px;
  background-color: #e0e0e0;
}
#audio-load {
  overflow: hidden;
  width: 433px;
  height: 8px;
  background-color: #e7e7e7;
}
#audio-progress {
  overflow: hidden;
  padding-left: 4px;
  width: 1px;
  height: 8px;
  background-image: url('/images/buttons/audio/indicator.gif');
  background-position: top right;
  background-repeat:  no-repeat;
}
#audio-volume {

}

/* quadratische Teaser für Shop */
#content .textbereich div.teaser-record,
#content .spalte div.teaser-record {
  margin-bottom: 0px;
  height: 150px;
  overflow: hidden;
}

#content .textbereich div.teaser-record img {
  float: left;
  width: 178px;
  height: 178px;
  padding-right: 14px;
}

#content .textbereich .fliesstext .teaser-record div.date {
  font: normal normal normal 12px/15px Georgia, serif;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
}

#content .textbereich .fliesstext div.teaser-record h3 {
  font: normal normal normal 14px/17px Georgia, serif;
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
}
#content .textbereich .fliesstext div.teaser-record h3 a {
  color: #000000;
}

#content .textbereich div.teaser-record,
#content .spalte div.teaser-record {
  margin-bottom: 0px;
  height: 208px;
  overflow: hidden;
}

#content .textbereich div.record-banner {
  width: 548px;
  height: 266px;
  background: #ececec;
  margin-bottom: 27px;
  overflow: hidden;
}
#content .textbereich div.record-banner img.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 266px;
}


/* shop bestellungen formular */
div.form {
  margin-top: 2px;
  margin-bottom: 16px;
}
div.form input.text,
div.form textarea.text,
div.form select {
 line-height: 15px;
 font-size: 11px;
 font-family: Verdana,sans-serif;
}



div.form div.errors {
 font-weight: bold;
 color: red;
 margin-top: 15px;
 margin-bottom: 10px;
}

div.form table.bestellungen {
  width: 373px;
}

div.form table.bestellungen td {
 padding-top: 2px;
 padding-bottom: 2px;
}

div.form table.bestellungen td.left {
 width: 140px;
 vertical-align: top;
}

#content table td.checkbox {
  margin-left: 6px;
}
#content table td.cdlist {
  padding-right: 15px;
}
