body {  background: #cabaac;
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 100%;
        font-weight: normal;
 
        padding: 1%;
       	font-family: Verdana, Arial, Helvetica;
     	color: #243488;
        }
        
        

        

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  
  padding: 0.6em 0 0.2em 2%; 
  
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}

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 #fbc002;
}

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: #e56929;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}


/*- Menu 2--------------------------- */

#menu2 {
        width: 200px;
        margin: 0px;
        margin-top: 10px;
        border-style: solid solid none solid;
        border-color: #D8D5D1;
        border-size: 1px;
        border-width: 1px;
        }

#menu2 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #243488;
                font-size: 80%;
        font-weight: bold;
        display: block;
        background:  url("images/menu2.gif");
        padding: 8px 0 0 30px;
        }

#menu2 li a:hover, #menu2 li #current {
        color: #243488;
                font-size: 80%;
        font-weight: bold;
        background:  url("images/menu2.gif") 0 -32px;
        padding: 8px 0 0 32px;
        }
-->

