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

#nav {
	display:block;
	float:left;
	width:200px;
	background-repeat: repeat-y;
}

#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 0px 0px 40px;
}


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

ul.nav1st {
	padding:0px 20px;
	font-size:14px;
	/*text-transform:uppercase;*/
}

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#004a63;
	padding:0px 0px 0px 30px;
	background-image: url(button_1.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

ul.nav1st a:hover {
	background: inherit;
	color:#004a63;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background: inherit;
	color:#b52317;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;	
}

ul.nav1st li a.current:hover {
	background: inherit;
	color:#b52317;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;	
}


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

ul.nav2nd {
	margin: 0 0 0px 0;
	font-size:12px;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	background-image:none;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 0px 0px 30px;
	background-image:none;
}


ul.nav2nd a:hover {
	padding:4px 0px 0px 30px;
	background-image:none;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 0px 0px 30px;
	background-image:none;
	color:#b52317;
}


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

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

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