.text
 {
  border-width:1px;
  border-style:dotted;
  border-color:black;
  padding:15px;
  width:800px;
  background-color:ivory;
  font-size:10.5pt;
  margin:15px;
  margin-left:100px;
  line-height:1.5em;
  }

.unterzeile
 {
 width:830px;
 font-size:7pt;
 font-family:Futura,Arial,sans-serif;
 color:white;
 margin:5px;
 margin-left:100px;
 background-color:c3081b;
 }

h1, h3
 {
 font-family:Futura,Arial,sans-serif;
 color:c3081b;
 letter-spacing:0.05em;
 line-height:1.5em;
 }

h1
 {
 font-size:18pt;
 font-weight:normal;
 }


h3
 {
 font-size:12pt;
 }

a
 {
 text-decoration:none;
 background-color:fff8bd;
 }
a:hover
 {
 text-decoration:underline;
 color:058453;
 }