
body {
  color: black;
  background: white;
  font-family: arial, helvetica;
  background:url(bg.jpg)
}
a:link,a:visited,a:active {
  color: navy;
}
a.navigation {
  text-decoration: none;
  font-size: smaller;
  font-weight: bold;
}
a.navigation:hover {
  text-decoration: underline;
  background-color:#0099D7;
  font-weight:bold;
  color:white;
}
a.button {
  background-color:#0099D7;
  color:white;
  text-decoration: none;
  font-size: smaller;
  font-weight: bold;
}
a.unternavigation {
  text-decoration: none;
  font-size: smaller;
}
a.unternavigation:hover {
  text-decoration: underline;
  background-color:#0099D7;
  color:white;
}
.rundrum {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding: 10px;
  background-color: white;
  text-align:justify;
}

#rundrumvoll {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:0;
  text-align:justify;
  background-color: white;
}


