body{
  font-family:'tahoma';
}
h1{
  position:absolute;
  width:700px;
  top:210px;
  left:50%;
  margin-left:-448px;
  font-size:36pt;
  font-weight:bold;
  font-family:'times new roman';
  font-style:italic;
  color:#000000;
  border-bottom:3px ridge #ff0000;
}
h2{
  font-size:16pt;
  font-weight:bold;
  margin:10px 0px;
}
h2 a{
  text-decoration:none;
}
h3{
  font-style:italic;
}
p{
  margin:15px 0px;
  line-height:140%;
}
hr{
  border:0px;
  border-bottom:1px dotted #ff0000;
  margin:40px 0px;
}
a{
  color:#000000;
}
a:hover{
  color:#aaaaaa;
}
#spruch{
  position:absolute;
  top:275px;
  width:700px;
  text-align:right;
  left:50%;
  margin-left:-448px;
  font-size:20pt;
  font-style:italic;
  font-family:'times new roman';
  color:#0d15b1;
}