/* Hier wird die Standardschrift festgelegt */
body {margin:0px;
     font-family:helvetica,geneva,arial,verdana,sans-serif;
     font-size:1em
     }

 /* Logo plazieren */
 /* -------------- */
 
.logo {margin-top:35px;
      margin-bottom:35px}

/* Hauptpositionierung */
/* ------------------- */

#hauptbereich {margin-left:30%;
              width:40%;
              text-align:center;
              background-color:white
              }

/* Farbenänderung beim Überfahren der Links */
/* ---------------------------------------- */

a:link {color:#005f00;
       text-decoration:none;
       }
a:visited {color:gray;
          text-decoration:none
          }
a:hover {color:#FF0000; /* rot */
        }