body {
  background-color: black;
  color: #888888;
  font-family:  "URW Bookman L", "URW Bookman", "Bookman Old Style", "Century Schoolbook L", "Century Schoolbook", "Times New Roman", times, serif;
  font-size:small;
  }
h3 {
  text-align: left;
}

hr{
  border-color: #000000;
  clear: both;
}
ul{
  list-style-image: url(bilder/sternchen.png);
  line-height: 1,5;
  text-align: left;
}
ol{
  text-align: left;
}
h1{
  font-size: 150%;
}
h2{
  font-size: 130%;
}
h3{
  font-size: 110%;
 }
a:link{
  font-weight: bold;
  text-decoration: none;
  color: #aaaaaa;
}
a:hover{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
a:visited{
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
a:active{
  font-weight: bold;
  text-decoration: none;
  color: white;
}
a:visited:hover{
  font-weight: bold;
  text-decoration: none;
  color: #aaaaaa;
}
#oben{
  width: 800px;
  margin: auto;
}
#titel{
  padding: 20px 0px;
  text-align: center;
}
#links{
  width: 16em;
  position: relative;
  float: left;
}
#links ul{
  list-style: none;
  line-height: 2;
  font-weight:bold;
  padding-left: 0px;
  margin-top: 0px;
}
#links ol{
  list-style: none;
  padding-left: 20px;
  font-size: 80%;
}
#inhalt{
  position: relative;
  margin-left: 17em;
  text-align: justify;
}
#bild{
  margin: 10px auto;
}
#footer{
  text-align: center;
  margin: 20px;
}
#pfeil {
  float : right; 
  padding: 5px 0px;
}
#pfeil-l {
  float: left;
  padding: 0px 15px 0px 0px;
}

