<!--
body {  background: #cfcbd0;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        margin: 0;
        font-size: 11px;
                padding: 1%;
        font-weight: normal;
}

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.8em;

  
  padding: 0.6em 0 0.0em 0%; 
  
  margin: 0;

}

h2 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.0em;
  
  padding: 0.6em 0 0.2em 0%; 
  
  margin-right: 20;
  border-bottom: 1px dashed #000000;
}

h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { /* Alle Überschriften bekommen eine besondere Farbe, und da sie sehr groß sind, können wir es uns erlauben hier eine Schrift mit Serifen zu wählen. Wir spielen hier ein wenig mit Typographie, und entgegen dem Einheitsbrei auf vielen Seiten. */
  color: #84776B;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

img {
border: none;
}



/*- Menu Tabs 2--------------------------- */

    #tabs2 {
    margin-bottom: 0px;
    margin-left: -20px;
      float:left;
      width:100%;
      font-size:80%;
      font-weight: bold;
      line-height:normal;
      border-bottom:0px solid #ffffff;
      }
    #tabs2 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("images/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 14px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#84776B;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#74675B;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }

      #tabs2 #current a {
              background-position:0% -42px;
      }
      #tabs2 #current a span {
              background-position:100% -42px;
      }