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

#nav {
	display:block;
	float:left;
	width:165px;
	margin-left: 5px;
	background-color: #ebeaea;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;




}



/* ### Nav 0 ######################################## */



#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 {


}


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

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

}

ul.nav1st li {
	padding:2px 0 5px;
	margin: 0px;
	display: block;
	list-style-type: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;







}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#333;
	padding: 5px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin: 0px;
	letter-spacing: 1px;
}

ul.nav1st a:hover {
	color:#FF0000;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;




}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#333;
	padding-right: 0;
	padding-bottom: 0px;


}

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

}


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

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

}

ul.nav2nd li {
	padding:2px 0 5px;
	margin: 0px;
	display: block;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;



}

ul.nav2nd a, 
ul.nav2nd a:link {
	display: block;
	color:#333;
	padding: 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin: 0px;
	letter-spacing: 1px;

}


ul.nav2nd a:hover {
	color:#ff0000;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color:#333333;
	padding-right: 0;
	padding-bottom: 0px;
	font-weight: bold;



}

/* ### nav3rd - third level navigation ######################################### */

ul.nav3rd {
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 12px;


}

ul.nav3rd li {
	padding:0;
	text-align: right;
	display: block;
	margin: 0;

}

ul.nav3rd a, 
ul.nav3rd a:link {
	padding:0px 20px 0px 0px;
	color:#99adc2;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;


}

ul.nav3rd a:hover {
	padding:0px;
	color:#fff;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
	padding:0px 10px 0px 0px;
	color:#99adc2;
	text-decoration: none;
	font-weight: normal;
	background-image: url(navi_pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: right 3px;


}

ul.nav3rd li.inactive a, 
ul.nav3rd li.inactive a:link {
	padding:0px 10px 0px 0px;
	color:#99adc2;
	text-decoration: none;
	font-weight: normal;


}

ul.nav3rd li.inactive a:hover {
	padding:0px 10px 0px 0px;
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;


}



/* ### 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: 0px;
	vertical-align: top;
	padding: 0px;


}
