/* audio.css, mh 13.02.2013 */
body {
  /*background-color:#0a110c; entspricht laubschatten */
  background-color:#306415; /* entspricht blattgruen */
  font-size:12pt;
  color:#e2dc80;/*entspricht bluetenmitte*/
  margin:0 1em 0 1em;
  padding:0;
}
h1, p, div {
  /*border: thin solid black;*/
}
h1 {
  font-family:Verdana, sans-serif;
  font-weight:bold;
  margin:1em 0;/**/
  font-size:120%;
}
p {
  font-family:Georgia,serif;
  margin:1em 0;
}
div.anhoeren {
  text-align:center;
}
audio {
  width:100%;
  border:thin none white;
}
a {
  text-decoration:none;
}
a:link {
  color:white;
}
a:hover {
}
a:visited {
  color:#bbbbbb;/*entspricht grau*/
}
