body{
  background-color:#ccff99;
  color:#000000;
  font-family:sans-serif;
  }
.klein{
  font-size:75%;
  }
h1{
  font-size:200%;
  font-weight:bold;
  }
h2{
  font-size:150%;
  font-weight:bold;
  }
h3{
  font-size:100%;
  font-weight:bold;
  }
p{
  text-align:left;
  }
div.formel{
  text-align:center;
}
#sitetitel{
  width:100%;
  text-align:center;
  font-size:200%;
  font-variant:small-caps;
  font-weight:bold;
  }
#textspalte{
  background-color:#ffffff;
  position:absolute;
  top:8ex;
  left:12em;
  padding:1em;
  min-height:20em;
  }
#textspalte a:link {
  color:#006600;
  text-decoration:underline;
  }
#textspalte a:visited {
  color:#000000;
  text-decoration:underline;
  }
#textspalte a:hover {
  text-decoration:underline overline;
  }
#textspalte a:active {
  text-decoration:underline overline;
  }
#textspalte a:focus {
  text-decoration:underline overline;
  }
#menuspalte{
  color:#ccff66;
  background-color:#000000;
  position:absolute;
  top:8ex;
  left:1em;
  width:10em;
  padding:0em;
  text-align:center;
  min-height:22em;
  }
#menuspalte p{
  margin:0.3em;
  font-weight:bold;
  }
#menuspalte p.unter{
  margin-left:1em;
  font-weight:bold;
  }
#menuspalte a:link {
  color:#99cc00;
  text-decoration:none;
  font-weight:normal;
  }
#menuspalte a:visited {
  color:#CCFF66;
  text-decoration:none;
  font-weight:normal;
  }
#menuspalte a:hover {
  text-decoration:underline overline;
  }
#menuspalte a:active {
  text-decoration:underline overline;
  }
#menuspalte a:focus {
  text-decoration:underline overline;
  }
#impressum{
  padding-top:3em;
  font-size:75%;
  }
