/* ### 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-right: 20px; padding-bottom: 0; padding-left: 20px; }


#nav-header { font-size: 1.2em; background-image: url(nav.jpg); width: 860px; height: 22px; padding-top: 4px; padding-left: 5px; }


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

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

#nav-header a:hover {
	color:#2e6694;
	background-color: #ffffff;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link { color:#555555; padding-right: 8px; padding-bottom: 0; padding-left: 8px; }

#nav-header a.current:hover { color:#555555; background-color: #ffffff; padding: 0 8px; }


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

#nav { color: #a7a7a7; display:block; float:left; width:200px; position: absolute; height: 700px; min-height: 750px; margin-left: 0; }

#nav p.copy,
#nav p {
	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 - first level navigation ######################################## */

ul.nav1st { color: #a7a7a7; padding:0 20px; font-size:1em; }

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

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

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

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

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


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

ul.nav2nd { color: #2e6694; margin: 6px 0 10px; font-size:1em; font-weight:normal; text-transform:none; }

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

ul.nav2nd a, 
ul.nav2nd a:link { color: #2e6694; display:block; padding:4px 8px; }

ul.nav2nd a:hover {
	padding:4px 8px;
	background-color:#2e6694;
	color:#ffffff;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 8px;
	background-color:#d8e8f5;
	color:#2e6694;
}


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

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

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