



/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

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

#navheight_horiz_vert ul.nav1st { padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; }


#nav-header {
	padding: 0px;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}


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

#nav-header a, 
#nav-header a:link {
	top: 32px;
	position: relative;
	padding-top: 30px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 8px;
	color: #004f79; 
	text-decoration: none;
	background-color: inherit;
}

#nav-header a:hover {
	padding-top: 32px;
	z-index: 0;
	background-position: 0 0px;
	background-image: url(bwk-nav-reiter.gif);
	background-repeat: repeat-x;
	top: 32px;
	position: relative;
	padding-left: 8px;
	padding-bottom: 0;
	padding-right: 8px;
	color: #593d35;
}

#nav-header a.current, 
#nav-header a.current:link {
	padding-left: 8px;
	padding-bottom: 0;
	padding-right: 8px;
	padding-top: 32px;
	background-image: url(bwk-nav-reiter.gif);
	top: 32px;
	position: relative;
	color: #593d35;
	background-repeat: repeat-x;
}



#nav-header a.current:hover {
	padding-left: 8px;
	padding-bottom: 0;
	padding-right: 8px;
	padding-top: 32px;
	background-image: url(bwk-nav-reiter.gif);
	top: 32px;
	position: relative;
	background-repeat: repeat-x;
	color: #593d35;
}


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

#nav {
	margin-top: 10px;
	left: 710px;
	position: absolute;
	display:block;
}

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

#navheight_vert ul.nav1st {  padding-left: 0px;  padding-bottom: 10px;  padding-right: 0px;  padding-top: 10px;  }


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

ul.nav1st {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size:1.2em;
	text-transform:uppercase;
}

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	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 {
	width: 210px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	border-bottom-color: #004f79;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	border-left-style: none;
	border-right-style: none;
	left: 0px;
	position: relative;
	font-weight:normal;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	background-repeat: no-repeat;
	background-image: url(bwk-pfeil-blau.gif);
	position: relative;
	color: #004f79;
	left: 0px;
	padding-left: 10px;
	display:block;
	background-position:0 5px;
}


ul.nav2nd a:hover {
	background-position: 0 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(bwk-pfeil-braun.gif);
	color: #593d35;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(bwk-pfeil-braun.gif);
	background-position:0 5px;
	color: #593d35;
}


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

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

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