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

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

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


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


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

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	background-color: inherit;
	padding: 0 14px;
}

#nav-header a:hover {
	color:#222222;
	background-color: #cca3b4;
	padding: 0 14px;
}

#nav-header a.current, 
#nav-header a.current:link { color:#cca3b4; font-weight: bold; padding: 0 14px; }

#nav-header a.current:hover {
	color:#6c2f50;
	background-color: #cca3b4;
	padding: 0 14px;
}


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

#nav {
	display:block;
	/* float:left; */
	width:175px;
}

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


#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 {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

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


/* ### nav1st - Head der Seitennavigation
######################################## */

ul.nav1st { font-size:1.1em; margin-top: 20px; margin-right: 0; margin-bottom: 20px; padding-top: 0; padding-bottom: 0; padding-left: 0; }

ul.nav1st li { display: block; color:#cca3b4; background: inherit; font-weight:bold; text-align: right; padding-top: 0; padding-right: 10px; padding-left: 10px; }

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

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 12px 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 12px 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 12px 1px 0;
}



/* ### nav1st - Head der Seitennavigation
######################################## */

ul.menue_nav1st { font-size:1.1em; margin-top: 20px; margin-right: 0; margin-bottom: 20px; padding-top: 0; padding-bottom: 0; padding-left: 0; }

ul.menue_nav1st li { fdisplay: block; color:#cca3b4; background: inherit; text-align: right; padding-top: 0;}
/* Wird aufgrund des DropDown-Menüs nicht benötigt
ul.menue_nav1st a, 
ul.menue_nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 12px 1px 0;
}

ul.menue_nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 12px 1px 0;
}

ul.menue_nav1st li a.current, 
ul.menue_nav1st li a.current:link {
	color:#cca3b4;
	background: inherit;
	padding: 1px 12px 1px 0;
}

ul.menue_nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 12px 1px 0;
}
*/

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

ul.nav2nd { color: #fff; margin: 10px 0 0; font-size:0.9em; font-weight:normal; text-transform:none; }

ul.nav2nd li { color: #fff; padding:0; margin:0; font-weight:normal; border:none; text-align: right; }

ul.nav2nd a, 
ul.nav2nd a:link { color: #fff; display:block; padding:4px; background-position:158px 8px; background-repeat: no-repeat; }


ul.nav2nd a:hover {
	padding:4px;
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#cca3b4;
	color:#222222;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px;
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#e1d6da;
	color:#6c2f50;
}



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

ul.menue_nav2nd { color: #fff; margin: 10px 0 0; font-size:0.9em; font-weight:normal; text-transform:none; left: -1px; border: solid 1px white; }

ul.menue_nav2nd li { color: #fff; padding:0; margin:0; font-weight:normal; border:none; text-align: left; }

ul.menue_nav2nd a, 
ul.menue_nav2nd a:link { color: #fff; display:block; padding:4px; background-position:158px 8px; background-repeat: no-repeat; }


ul.menue_nav2nd a:hover {
	padding:4px;
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#cca3b4;
	color:#222222;
}

ul.menue_nav2nd li.active a, 
ul.menue_nav2nd li.active a:link {
	padding:4px;
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#e1d6da;
	color:#6c2f50;
}


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

#sitePath { display: inline; float:left; color:#ffffff; background: inherit; margin-top: 6px; margin-left: 195px; }

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