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


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


#nav-header li { margin-right: 12px; display:inline; }

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

#nav-header a:hover { color:#bd5021; padding: 2px 0 2px 0; border-bottom: 1px solid #bd5021; }

#nav-header a.current, 
#nav-header a.current:link { color:#43494e; padding: 2px 0 2px 0; border-bottom: 1px solid #43494e; }

#nav-header a.current:hover { color:#43494e; padding: 2px 0 2px 0; border-bottom: 1px solid #bd5021; }


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

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

#adresse { color: #dfdfdf; font-size: 1em; line-height: 1.3em; position: relative; top: 55px; display:block; width:180px; clear: left; }
#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: #cccccc; font-size:1.1em; text-transform:uppercase; }

ul.nav1st li { display: block; color:#ffffff; background: inherit; text-align: left; clear: both; margin-bottom: 10px; }

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

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

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

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


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

ul.nav2nd {
	margin: 6px 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:4px 0 4px 0;
}


ul.nav2nd a:hover { color: #dfdfdf; text-decoration: underline; padding-top: 4px; padding-bottom: 4px; }

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link { color:#f3f3f3; padding-top: 4px; padding-bottom: 4px; }


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

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

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