html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000080;  /* dunkelblau */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    }
#header h1 {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 240%;
    color: #ccc;    /* hellgrau */
    font-weight: bold;
    letter-spacing: 2px;
    padding-left 5px;
    margin: 10px;
    }
#content h1 {
    font-family: "trebuchet ms", helvetica, arial, sans-serif;
    font-size: 140%;
    letter-spacing: 1px;
    color:#008080;
    }
#content h2 {
    font-family: "trebuchet ms", helvetica, arial, sans-serif;
    font-size: 120%;
    letter-spacing: 1px;
    color:#008080;
    }

/* Die 'Buttons' im linken Menue */
#menu a {
    display: block;
    text-decoration:none;
    width: 150px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    border: 1px solid #cccccc;
    margin: 3px 0 3px 0;
    background-color:#e0d0b0;
    }
#menu a:link {
    color: #304e6a;
    }
#menu a:visited {
    color: #336699;
    }
#menu a:hover {
    color: #ffffff;
    border-top: solid 1px #eeeeee;
    border-right: solid 1px #304e6a;
    border-bottom: solid 1px #304e6a;
    border-left: solid 1px #eeeeee;
    background-color: #d0c0a0;
    }
#menu a:active {
    color:#cc0000;
    }
/* Die Teaserbox */
#teaserbox h4 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
    margin: 0 0 10px 0;
    }
.teaser-head {
    font-family:'Trebuchet MS',sans-serif;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1px;
    background-color:#069;
    color:#ccc;
    padding: 5px;
    margin: 0;
    }
.teaser-text {
    font-family: verdana, helvetica, sans-serif;
    color: #000000;
    padding: 5px;
    line-height: 150%;
    font-size: 8pt;
    }

/* Sonstiges */
p {
   line-height: 140%;
   }
#copy {
   font-family: Arial, Helvetica, sans-serif;
   font-size:8pt;
   color: #808080;
   text-align: center;
   background-color: transparent;
   }

#copy a {
      font-family: Arial, Helvetica, sans-serif;
      color: #6F6F6F;
      text-decoration: none;
      }
#copy a:hover {
      color: red;
      text-decoration: underline;
      }