a:hover { 
	text-decoration : none;
	} 

#header-nav ul.nav1st li { 
	float : left;
	width: 150px;
	margin-right:20px;
	list-style-type: none;
	color: #b1b1b1;
	background-color:#000000;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	border-right: 1px dotted #b1b1b1; 
	} 

#header-nav ul.nav1st a, #header-nav ul.nav1st a:link, #header-nav ul.nav1st a:visited { 
	color: #b1b1b1;
	text-decoration : none;
	list-style-type: none;
	} 

#header-nav ul.nav1st a:hover, #header-nav ul.nav1st li.active a, #header-nav ul.nav1st li.active a:link { 
	text-decoration : none;
	color: #7bc7bd;
	} 

#navigation2 ul.nav2nd li { 
	float : left;
	padding-right:10px;
	list-style-type: none;
	} 

#navigation2 ul.nav2nd a, #navigation ul.nav2nd a:link { 
	color: #FFFFFF;
	text-decoration : none;
	list-style-type: none;
	} 

#navigation2 ul.nav2nd a:hover, #navigation2 ul.nav2nd a.current, #navigation2 ul.nav2nd a.current:link { 
	color: #7bc7bd;
	text-decoration : none;
	list-style-type: none;
	} 

#navigation3 ul.nav1st li { 
	text-transform: uppercase;
	float : left;
	padding-right:10px;
	list-style-type: none;
	}

#navigation3 ul.nav1st a, #navigation3 ul.nav1st a:link { 
	color: #FFFFFF;
	text-decoration : none;
	list-style-type: none;
	} 

#navigation3 ul.nav1st a:hover, #navigation3 ul.nav1st a.current, #navigation3 ul.nav1st a.current:link { 
	color: #7bc7bd;
	text-decoration : none;
	list-style-type: none;
	} 



/* Navigation im Footer */

div#Rahmen {
    width: 940px;
    padding-left: 100px;
  	}

div#Rahmen div {
    clear: left;
 	}

ul#navigation-footer {
    margin: 0; 
    padding: 0;
    text-align: left;
  	}

ul#navigation-footer  li {
    list-style: none;
    float: left;
    width: 163px;
    position: relative;
    margin: 0.4em; padding: 0;
  	}
  
* html ul#navigation-footer  li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  	}
  
*:first-child+html ul#navigation-footer  li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  	}

ul#navigation-footer  li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.4em;
    color: #000000;
  	}
  	
* html ul#navigation-footer  li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  	}
  	
ul#navigation-footer  li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  	}

ul#navigation-footer li ul li a  {
    display: block;
    color: #b1b1b1;
    font: 9px Helvetica, Arial, sans-serif;
   	border-right: 0px; 
    padding-left: 10px;
    padding-top: 10px;
    text-decoration: none; 
	}

ul#navigation-footer li a  {
    display: block;
    color: #FFFFFF;
	border-right: 1px dotted white; 
    font: 11px Helvetica, Arial, sans-serif;
    padding-left: 10px;
    padding-top: 3px;
    text-decoration: none; 
	}

* html ul#navigation-footer  a, * html ul#navigation-footer  span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  	}
  	
ul#navigation-footer  a:hover, ul#navigation-footer  span, li a#aktuell {
    border-color: white;
    }
  
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
  	}
  
ul#navigation-footer  li ul span {  /* aktuelle Unterseite kennzeichnen */
	}
