body  {  /*Eigenschaften der ganzen Seite*/
  font-family: Helvetica,Arial,sans-serif;
}

#hauptrahmen { /*das ist der Rahmen um alles. Den sieht man nicht*/
  width: 983px;  /*Rahmenbreite*/
  margin: 0 auto; /*das bringt den Rahmen in die Mitte*/
}
a:link {  /*Linkzustand ohne Maus*/
  font-size: 9pt;
  text-align: center;
  color: #0047ff;
  text-decoration: none;
  line-height: 1em;
}

a:visited {  /*Linkzustand bei Maus drüber*/
  font-size: 9pt;
  text-align: center;
  color: #5a00ff;
  text-decoration: none;
}

a:hover, a:active {  /*Linkzustand bei Maus drüber*/
  font-size: 9pt;
  text-align: center;
  color: red;
  text-decoration: none;
}

.home-absatz1 {
  font-size: 10pt;
  color: #800000;
}

.bistdueisen  {
  font-size: 10pt;
  color: black;
}

.home-absatz2 {
  font-size: 9pt;
  color: #800000;
}

.home-absatz3 {
  font-size: 10pt;
  color: red;
  font-weight: bold;
}
