
a {
    font :  100%;
    text-decoration : none;
     
  }

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 100.01%;
    line-height : 1.8;
    padding: 1%;
    margin: 0;
    background : #FFFFFF;
    text-align: left;
  }

h1 {
    font-size: 160%;
  }

h2 {
    font-size: 130%;
  }

h3 {
    font-size: 110%;
  }

.mini {
    font-size: 83%;
  }

.minimini {
    font-size: 77%;
  }

.small {
    font-size: 90%px;
  }
  
.mitte {
   text-align: center;
   }

a {
    text-decoration :  none;
   }
  
a:active {
    color:#000000;
    text-decoration : none;
  }

a:hover {
    color:#000090;
   /* background-color: #eeeeee;*/
    text-decoration : none;
  }

a:link {
    color:#000000;
    text-decoration : bold;
  }

a:visited {
    color:#555555;
    text-decoration : bold;
  }
#stretch {
width: 1px;
height:700px;
}

.fleft { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
 float: left;
 margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen sonst kleben die Sachen so am Text. */
}

.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}



#container { 
 border-left:1px solid #aaa; border-right:1px solid #aaa; border-bottom:1px solid #aaa; font-size: 0.8em; 
 max-width: 900px; 
 margin:  auto; /* Hiermit zentrieren wir unsere Seite */
 border-top: 0px none; 
 
  }
 
 #logo {
 max-width: 890px;
 
 background: #a8a8b8 url('../start/kopfzeile.jpg') no-repeat 0 0; 
 height: 50px; 
 text-align: right;
 line-height: 50px;
 font-size: 50px; 
 overflow: hidden; 
 letter-spacing: -3px; 
 margin: 0; 
 padding-left:10px; 
 padding-right:10px; 
 padding-top:0; 
 padding-bottom:0;
 
 
}
#logo a {
 color: white; 
 text-decoration: none;
  
}

#logo a:hover {
    color: #eeeeee;
    /*background-color:  transparent;*/
    
    text-decoration : none;
    
  }



#logo a span { 
 color: #C8C8C8;
 background: white;
 padding-right: 0.1em; 
 font-weight: bold;
}

/* - Menü - */
#menu { 
 max-width: 890px;
 color : #C8C8C8
 /*background: url(../img/wechselschatten.png) #287635;*/
 padding: 10px 10px; 
 margin: 0;
 text-align: right;
 
}
#menu li {
 font-size: 1.2em;
 display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
 list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
 border-left: 1px solid #C8C8C8; /* Ein optischer Trennungsstrich */
 padding: 0 10px 0 15px;
 font-weight: bold;
 
}
#menu li a {
 color: black; 
 text-decoration: none;
 
 
}

#menu li a:hover {
    color:#000090;
    /*background-color: #eeeeee;*/
    
    text-decoration : none;
  }

#subnav {
 width: 25%; 
 min-width: 10em; 
 float: right; 
 padding: 10px 1%;
 margin: 1%;
 border-left: 1px dotted #aaa; 
 font-size: 0.9em; 
}
#subnav dt { 
 font-size: 1.2em;
 font-family: Helvetica, Arial, Tahoma, sans-serif;
 padding: 0.5em;
 margin-top: 1em;
 border-top: 1px dotted #aaa; 
}
#subnav dd { 
 padding: 0;
 margin: 0.2em 0;
}

/* - Her Hauptinhaltsteil - */
#main {
 
 background: white; 
 padding: 0 26% 5px 5px; 
 line-height: 1.5em; 
}
