/* ### 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:0 10px; }


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


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

#nav-header a, 
#nav-header a:link { color:#ffffff; padding: 0 7px; }

#nav-header a:hover {
	color:#c1001f;
	background-color: #ffffff;
	padding: 0 7px;
}

#nav-header a.current, 
#nav-header a.current:link { color:#dfdfdf; padding: 0 7px; }

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


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

#nav {
	display:block;
	float:left;
	width:200px;
}

#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 - first level navigation ######################################## */

ul.nav1st { color: #eaeaea; padding:10px; font-size:1.1em; background-color: #efefef; text-transform:uppercase; }

ul.nav1st li { display: block; color:#000000; background: inherit; text-align: left; clear: both; padding: 10px 8px; }

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#c1001f;
	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 {
	margin: 12px 0 10px;
	font-size:0.9em;
	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;
	padding:6px;
}


ul.nav2nd a:hover {
	padding:6px;
	background-color:#c1001f;
	color:#ffffff;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:6px;
	background-color:#ffffff;
	color:#c1001f;
}


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

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

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