/* zuerst allgemeine CSS Angaben */
html,body,div,p,h1,h2,h3,h4,h5,ul,ol,span,form,img,li,a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border:0;
}

html {
	/*overflow: hidden;*/
	background-color: #000000;
}

/* spezielle CSS Anweisungen für den "Player" :  */
.pic {
     float:left;
     margin-right: 5px;
}

#toene .klein {font-size: 75%; line-height: 1.8em;}
#toene .klein a {text-decoration:none}

/* die Zwischen-Überschriften */
#toene .heading {
      font-size: 1.4em;
      font-weight: bold;
      background-color: transparent;
      border:0;
      color:#fff
}





#toene a:link,
#audio {
      padding-left: 15px;
      text-decoration: none;
      cursor: pointer;
}

#toene li a:visited span {
      text-decoration:none;
      color:#ffd700;
      font: small-caps bold 1em  "Times New Roman", Times, serif;
}

#toene li a:focus,
#toene li a:hover {
      color:#fff;
}

#toene li a:focus span,
#toene li a:hover span {
      color:#fff;
}


.player {
    float: left;
}

div.float {
  float: left;
  padding: 0px;
  }

/* zusätzliche versteckte Stop buttons für SR wie den WF, die per DHTML nicht aktualisieren */
/* Nachteil: für Optiker beim Durchtabben ein "Geistertab" */
#toene .hideperm {
  	position:absolute;
  	left:-1000px;
  	top:-1000px; /*um Springen zu vermeiden? */
  	width:0;
  	height:0;
  	overflow:hidden;
  	display:inline;
}


#toene .pl,
#toene .pl span {
      color: red !important;
}

#toene, #ton {
	top: 7em;
    position: absolute;
}
