/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 153px;
	margin: 0px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 0px; }


#nav-header {
	font-size: 1.3em;
}


#nav-header li {
	display:inline;
	border-left: 1px solid #aaa;
}

#nav-header a, 
#nav-header a:link {
	color:#353e4d; 
	text-decoration: none;
	/*text-transform: uppercase; */
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#353e4d;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:208px;
	/*background:url(bg_nav.gif) repeat-y;*/
}

#nav p.copy,
#nav p {
	padding-right:15px;
	color:#aaa;
	background: inherit;
	text-align: left;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #353e4d;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #353e4d;
	background: inherit;
	text-decoration: underline;
}

/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
/*  

ul,ol {  }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input, dl, dt, dd { margin:0; padding:0 }
*/

#navheight_vert ul, #navheight_vert ol{
	list-style:none;
}

#navheight_vert ol, #navheight_vert ul, #navheight_vert li{
	margin:0; 
	padding:0;
}

* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding: 0px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 0px;
	font-size:1.2em;
	/* text-transform:uppercase; */
}

ul.nav1st li {
	display: block;
	padding:4px 4px 4px 0px;
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: left;
	background-position:158px -12px;	
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding:4px 4px 4px 0px;
	background-position:158px -12px;	
}

ul.nav1st a:hover {
	color:#86c932;
	background: inherit;
	padding:4px 4px 4px 0px;
	/*background-color:#c8e1b9; */
	background-position:158px -20px;		
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#f0a416;
	background: inherit;
	padding:4px 4px 4px 0px;
	background-position:158px -20px;	
}

ul.nav1st li a.current:hover {
	color:#86c932;
	background: inherit;
	padding:4px 4px 4px 0px;
	/*background-color:#c8e1b9; */
	background-position:158px -20px;		
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	/*margin: 0 0 8px 0;
	font-size:1em;*/
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	color:#37444f;
	padding:4px 17px 4px 10px;
	background-image:url(submenubalkenhell.gif);
	background-position:5px 7px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(submenubalken.gif);
	background-position:5px 7px;
	background-repeat: no-repeat;
	/*background-color:#ffd08a;*/
	color:#86c932;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(submenubalken.gif);
	background-position:5px 7px;
	background-repeat: no-repeat;
	/*background-color:#ffd08a;*/
	color:#f0a416;
}




/* ### nav3nd - third level navigation ######################################### */

ul.nav3nd {
        clear:left;
	/*margin: 0 0 10px 0;
	font-size:1em; */
	font-weight:normal;
	text-transform:none;
}

ul.nav3nd li {
        clear:left;
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav3nd a, 
ul.nav3nd a:link {
        clear:left;
	display:block;
	padding:4px 17px 4px 20px;
	background-image:url(submenubalkenhell.gif);
	background-position:15px 7px;
	background-repeat: no-repeat;
	37444f
}


ul.nav3nd a:hover {
        clear:left;
	padding:4px 17px 4px 20px;
	background-image:url(submenubalken.gif);
	background-position:15px 7px;
	background-repeat: no-repeat;
	/*background-color:#faf4b5;*/
	color:#86c932;
}

ul.nav3nd li.active a, 
ul.nav3nd li.active a:link {
        clear:left;
	padding:4px 17px 4px 20px;
	background-image:url(submenubalken.gif);
	background-position:15px 7px;
	background-repeat: no-repeat;
	/*background-color:#faf4b5;*/
	color:#f0a416;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
