/* ### Header Navigation ##################################################### */

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

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


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


#nav-header li { border-right: 1px solid #000; display:inline; }

#nav-header a, 
#nav-header a:link { color:#000; text-transform: uppercase; padding: 0 6px; }

#nav-header a:hover {
	color:#000;
	background-color: #f6eaab;
	padding: 0 6px;
}

#nav-header a.current, 
#nav-header a.current:link { color:#000; background-color: #edd892; padding: 0 6px; }

#nav-header a.current:hover { color:#000000; background-color: #f6eaab; padding: 0 6px; }


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

#nav { background-color: #d6e989; display:block; width:196px; float: left; clear: both; min-width: 196px; max-width: 196px; }

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


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

#nav p.copy a:hover {
	color: #fff;
	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 { background-color: #FCE6F1; min-height: 100px; }
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding: 0; }


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

ul.nav1st { color: #000000; font-size:1.1em; }

ul.nav1st li { display: block; color:#000000; text-align: left; border-top: 1px solid #fff; }

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#000;
	background: inherit;
	padding: 8px;
}

ul.nav1st a:hover { color:#FCE6F1; background-color: #e80069; background-repeat: no-repeat; background-position: 142px 7px; padding: 8px; }

ul.nav1st li a.current, 
ul.nav1st li a.current:link { color:#fff; background-color: #e80069; background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-position: inherit; padding: 8px; }

ul.nav1st li a.current:hover { color:#FCE6F1; background-color: #e80069; background-image: inherit; background-attachment: inherit; padding: 8px; }


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

ul.nav2nd { font-size:0.9em; font-weight:normal; background-color: #f2d1e1; text-transform:none; }

ul.nav2nd li { padding:0; margin:0; font-weight:normal; text-align: left; border-top: 1px solid #fff; }

ul.nav2nd a, 
ul.nav2nd a:link { display:block; padding:5px 10px 5px 20px; background-position:142px 7px; background-repeat: no-repeat; }


ul.nav2nd a:hover {
	padding:5px 10px 5px 20px;
	background-repeat: no-repeat;
	background-color:#f2d1e1;
	color:#e80069;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link { padding:5px 10px 5px 20px; color:#e80069; background-color: #f2d1e1; }

ul.nav2nd li.active a:hover { color:#e80069; background-color: #f2d1e1; background-image: inherit; background-attachment: inherit; padding:5px 10px 5px 20px;  }

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

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

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