/* --- horizontale Navi und 'Sie sind hier' --- */
#nav {
	float:left;
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	background:#ddd;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}

#nav li { 
	float:left;
	margin:0;
	padding:0;
	}
/* for IE5 MAC */
/*\*//*/ #nav li { width:8em;}/**/ 	

#nav a { 
	float:left;
	display:block;
	text-decoration: none;
	color:#777;
	background:#ddd url("../images/slash.gif") no-repeat top right;
	}	
	
/* hide styles for IE5 mac \*/
#nav a { 
	padding:0.15em 2.5em 0.15em 1em;
	}	/* end IE 5 mac hack */

/* for IE5 MAC */
/*\*//*/ #nav a { 
	width:4em;
	padding:0.15em 3em 0.15em 0.5em;
	}	
/* end hack */ 
	
#nav #nav-1 a {
	padding-left:15px;
	}
#nav a:hover {
	color:#000;
	}
div#hier {
	text-align:right;

	margin:0 7px 0 0;
	color:#ABABAB;
	}
/* ------------------------------------------- */ 
/* --- Hauptnavi linke Spalte --- */
div#leftnav {
	float:left;
	width:180px;
	margin:0;
	padding:1em;
	}
#leftnav p {
	line-height:1.4em;
	font-size:.9em;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	color: #999;
	text-align:left;
	padding:1px 1px;
	margin:1em 0 1em 0;
	}
div#leftnav h2 {
	font:bold 1.2em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:left;
	color:#777;
	border-bottom:1px dotted #777;
	margin-bottom:.5em;
	padding-top:20px !important;
	padding-left:2px;
	}
div#leftnav form {
	margin:0;
	padding: 5px 1px 15px 2px;
	background-color: transparent;
	color:#777;
	text-align: left;
	}
/* ----------------------------------------- */
/* NAVIGATION linke Seite*/
/* Navigationsliste allgemein */
div#navlist {
	color:#000;
	background:transparent url("../images/background/water.jpg") repeat; 
	border:1px solid #ccc;
	margin: 0; 
	padding: 0; 
	width: 182px;/*ie5 box fix begins*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	} 
html>body #navlist {
	width: 180px;/*ie5 box fix ends*/
	} 
#navlist ul {
	margin-left: 0;
	padding:15px 0 0 0;
	list-style-type: none;
	}
	
#navlist ul ul {
	padding: 0;
	}	
	
#navlist li {
	display: inline; 
	} 
#navlist a  {
	display: block;
	color: #FFF;
	background-color: #458B00;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}
#navlist a:link {
	}	
#navlist a:visited {
	}
#navlist a:hover {
	background-color: #882D2D;
	color: #FFF;
	}
#navlist a:active {
	}
#navlist li li a {
	display: block;
	color: #205F20;
	background-color: transparent;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	} 
#navlist li li li a {
	display: block;
	color: #000;
	background-color: transparent;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	} 
/* verhindert kleiner werdende Schrift */	
#navlist li li {
	font-size:1em;
	}
/* besonders gekennzeichnete Links */
#navlist .rubrik {
	background-image: url(../images/background/pfeil_wd.gif); 
	background-repeat: no-repeat; 
	background-position: 96% 0.8em; 
	font-weight:bold; 
	}
#navlist .aktuell {
	background-image: url(../images/background/pfeil_gd.gif); 
	background-repeat: no-repeat; 
	background-position: 96% 0.8em; 
	font-weight:bold; 
	} 
#navlist .auswahl { 
	font-size: 1em; 
	font-weight: normal; 
	color: #777; 
	background-color:#CCC;  
	background-image: url(../images/background/pfeil_gv.gif); 
	background-repeat: no-repeat; 
	background-position: 0.1em 50%;
	border-left: 1px solid #fff;
	border-right: 1px solid #aaab9c; 
	border-top: 0px solid #ffe; 
	border-bottom: 1px solid #fff; 
	padding: 3px 3px 3px 17px;
	} 
#navlist a:hover,
#navlist ul.sub a:hover,
#navlist a:focus,
#navlist ul.sub a:focus {
	color:#FFF;
	background-color:#882D2D;
	}

#navlist .non { 
	font-size: 1em; 
	color: #aaa; 
	background:#458B00; /*#e5e5e5;  */
	border-left: 1px solid #458B00; /*#fff;*/
	border-right: 1px solid #458B00; /*#e5e5e5;  */
	border-top: 0; 
	border-bottom: 1px solid #fff; 
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
	} 