<style type="text/css">
  body {
    color: red; 
    background:#DDD;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    }

  body { background:#DDD;
     color:#111;
     font-family:Courier New,sans-serif;
     min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; 
    padding: 0.3em;
    text-align: center;
    background-color: #fed;
    border: 2px ridge silver;
  }

 #bread{
    font-size: 0.8em;
  }
  
.highlight_tab{
     background:#DDD;
     font-weight:bold;
     color:#111;
  }

.treeview{
   font-size: 0.91em; float: left; width: 22em; margin: 0; padding: 0; border: 1px dashed silver; 
}

.treeview ul{ /*CSS for Simple Tree Menu*/
  margin: 0;
  padding: 0;
    
}

.treeview li{ 
/*Style for LI elements in general (excludes an LI that contains sub lists)*/
    b___ackground:  url(images/list.gif) no-repeat left center;
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    b___ackground:  url(images/minus.png) no-repeat left 1px;
    cursor: hand !important;
    cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}

.treeview a:active{
  color:yellow;
}

.treeview a:link{
  color:#00FF33;
}

.treeview a:visited{
  color:#336633;
}


/* Member Menu*/

ul#memberNav {
    margin: 0; 
    padding: 0.8em;
    text-align: right;
    _border: 1px dotted silver;
    background-color: #DDD;
    width:968px;
  }
  
  ul#memberNav li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#memberNav a, ul#memberNav span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px dashed silver;
    border-left-color: white; 
    border-top-color: white;
    color: #111; background-color: #DDD;
  }
  
  * html ul#memberNav a, * html ul#memberNav span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#memberNav a:hover, ul#memberNav span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #111; background-color: gray;
  }


  div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding: 0;
    background-color: #eee; border: 1px dashed silver;
  }
  
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

 div#Inhalt { 
    margin-left: 22em; 
    padding: 0 1em; 
    b_order: 1px dashed silver; 
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert     Anzeigefehler in modernen Browsern */ 
    background:#ddd;
} 
 
#footer {
    clear: both;
}
  
#kredit{
    font-weight:bold;
    width: 968px;
    text-align: right;
    color: #111;
}
  
#meldung{
    font-weight:bold;
    clear: both;
    width: 968px;
    text-align: right;
    color:red;
  }

#t_kopf{
    cursor: hand !important;
    cursor: pointer !important;

}
</style>