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

#nav {
	display:block;
	float:left;
	width:210px;
	margin-top: 30px;
	margin-left: 5px;

}

#nav p.copy,
#nav p {
	color:#333;
	background: inherit;
	text-align: left;
	font-size: 12px;
	margin-left: 20px;


}


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

* html #nav {
	margin-left: 3px;

}


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

ul.nav1st {
	padding:0px;
	text-decoration: none;
	margin: 0px;





}

ul.nav1st li {
	padding:0px 0;
	text-align: right;
	margin: 0px;
	display: inline;

}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#FFFFFF;
	background: #45627e url(nav1stpfeil.gif) no-repeat 18px;
	padding: 5px 0px 0px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	letter-spacing: 2px;











}

ul.nav1st a:hover {
	color:#CCCCCC;
	padding: 5px 0px 0px 30px;
	margin: 0px;
	background-color: #45627e;



}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#CCCCCC;
	background: #45627e url(nav1stpfeil_down.gif) no-repeat 15px;
	padding: 5px 0 0px 30px;

}

ul.nav1st li a.current:hover {
	color:#fff;
	padding: 5px 0 0px 30px;
}


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

ul.nav2nd {
	margin: 0 0 0px;
	padding: 0px;




}

ul.nav2nd li {
	padding:0;
	margin:0;
	text-align: right;
	display:inline;
	height: auto !important; 

}

ul.nav2nd a, 
ul.nav2nd a:link {
	display: block;
	padding:3px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #036;
	text-transform: none;
	height: 18px;
	letter-spacing: 1px;
	background-image: none;







}


ul.nav2nd a:hover {
	padding:3px 0px 0px 30px;
	background-color:#dbdbdb;
	color:#036;
	background-image: none;

}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:3px 0px 0px 30px;
	background-color:#dbdbdb;
	color:#036;
	background-image: none;


}



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

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

}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
#nav img {
	margin: 20px 20px 10px;
	vertical-align: top;

}
