/* Seiteneinstellungen  */
 body {
       color: #333333 ;
       background-color: #ccffcc;
       font-size: 100.01%;
       font-family: Helvetica,Arial,sans-serif;
       margin: 0; padding: 0.8em;
       min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

/* Hauptnavigation  */

tr#Navigation {
	font-size: 0.75em;
    	margin: 0em 0em 0em 0.0em; padding: 0.0em;
    	text-align: center;

  }
 tr#Navigation td {
	margin: 0em; padding: 0em;  
 
  }

 tr#Navigation a, tr#Navigation span, tr#Navigation .frei {
    	float: left; height: 3.0em;
    	margin: 0.0em; padding: 0em 0em;
    	text-decoration: none; font-weight: bold; font-style: italic;
	border: 1px solid; border-color: #ccffcc;  
	color: #ffffff;
  }
  * html tr#Navigation a, * html tr#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
 tr#Navigation a:hover, tr#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #99cc99;
  }
  tr#Navigation div {
     clear: bottom;
  }

/* Untermenues  */

tr#SubNavigation {
	font-size: 0.75em;
    	margin: 0em 0em 0em 0em; padding: 0.0em;
    	text-align: center;
	border: 1px solid; border-color:#ccffcc;
  }
 tr#SubNavigation td {
    	margin: 0em; padding: 0em;
  }

 tr#SubNavigation a , tr#SubNavigation span {
    float: left;
    margin: 0.0em; padding: 0em  0em;
    text-decoration: none; font-weight: bold; font-style: italic;
     border: 1px solid; border-color:#ccffcc;
     color: #333333; background-color: #ccffcc;
  }
  * html tr#SubNavigation a, * html tr#SubNavigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
 tr#SubNavigation a:hover , tr#SubNavigation span, tr#SubNavigation .a{
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #99cc99;
  }
 tr#SubNavigation a.g, tr#SubNavigation span{
    color: #ffffff; background-color: #669900;
  }
  tr#SubNavigation div {
     clear: left;
  }

