/* $Id: navi.css 590 2008-01-23 10:10:20Z nbennke $ */
/* NaviHead - Start*/

UL.navihead { WIDTH: 100%; margin: 0; padding: 0; list-style-type: none; padding-left: 2px;}
UL.navihead LI { padding: 2px 0 2px 0; float: left; }

UL.navihead A { 
	padding: 0 8px 1px 8px; 
	color: #3A8B39; 
	display: block; 
	text-decoration: none; 
	border-right: #A6CDA2 1px solid; 
	border-bottom: #A6CDA2 1px solid;
}
UL.navihead A:hover { 
	color: #A9122A; 
}

UL.navihead A.navi-aktiv { 
	padding: 0 8px 1px 8px; 
	color: #3A8B39; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none; 
	border-bottom: 0;
}
/*UL.navihead A.navi-aktiv:hover { color: #000;}*/

UL.navihead UL A:hover { color: #A9122A;}

#naviheadsub { position: absolute; z-index: 2; left: -26px; width: 800px; list-style-type: none;
	top:20px; }
#naviheadsub Ul li { padding: 7px 0 0 0;}

#naviheadsub A { font-weight: normal; border-bottom: 0;}
#naviheadsub A.navi-activ { 
	color: #3A8B39!important; 
	font-weight: bold; 
	text-transform: uppercase; 
}

/* NaviHead - Ende*/


/* NaviLeft - Start*/	
		
#naviV { visibility: visible; position: relative; z-index: 10; width: 0; top: 0; left: 0; height: 0; padding: 0; margin: 0; }
#naviV .p1, #naviV .p2 { top: 0; left: 0; margin: 0 20px 4px 16px; }
#naviV .p1 a { 	/*font-weight: bold;*/ color: #333; }
#naviV .p1 select { /*width: 130px;*/ margin: 4px 0; }

#naviV h1 {
	left: 0pt;
	margin: 0pt 20px 7px 16px;
	top: 0pt;
	font-size: 101%;
	font-weight: normal;
}

#naviV h1 a {color: #333; }

#nnaviV br { 	margin: 0 0 -3px 0; }

#naviV ul {	background-color: transparent; }	
#naviV li {	list-style-type: none; display: block; margin-bottom: 0; margin-left: 0; padding: 0 12px;	}
#naviV li a { 	text-decoration: none; background-position: 5px;	}	
#naviV li a:hover { text-decoration: none; background-position: 5px;	}


#linkList {
	visibility: visible;
	position: absolute;
	z-index: 20;			
	font-size: 76%;
	width: 170px;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
	padding: 0;	
	}
	

/* Men� - Start*/

UL.dropdown { width: 100%; padding: 0; margin: 0; list-style-type: none}
UL.dropdown LI { margin-top: 0.4ex; width: 150px; padding: 2px; float: left; }
UL.dropdown A { color: #000; display: block; padding: 0 4px 3px 4px;}
UL.dropdown A:hover { color: #000;}
UL.dropdown A:visited { color: #000;}

UL.dropdown UL {	line-height: 2.1ex; margin: -17px 0 0 100px; padding: 0; display: none; position: absolute; z-index: 99; list-style-type: none; border-right: 1px #cfe1c9 solid; border-top: 2px #cfe1c9 solid; border-left: 1px #cfe1c9 solid; border-bottom: 1px #cfe1c9 solid}
UL.dropdown UL A {  width: 17.7em; padding: 4px;}
UL.dropdown UL A:hover { color: #A9122A}

UL.dropdown LI  LI {	margin-top: -1px; float: none; position: relative;}
UL.dropdown UL  UL {	left: 99%; width: 100%; top: 0px;}

UL.dropdown LI:hover UL {	display: block}
UL.dropdown LI:hover UL UL {	display: none}
UL.dropdown LI:hover UL UL UL {	display: none}
UL.dropdown LI:hover UL UL UL UL {	display: none}

UL.dropdown UL LI:hover UL {	display: block}
UL.dropdown UL UL LI:hover UL {	display: block}

UL.dropdown UL LI { background-color: #CFE1C9; }

/* Men� - Ende*/


/* NaviLeft - Ende*/
	
