/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:right;
	background-color: #f7d59a;
	width: 170px;
	padding: 0;
	margin: 0 8px 0 26px;
}

/*	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 */


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:20px 0px 0px 0px;
	font-size:11px;
	text-transform:uppercase;
	list-style-type: none;
	float: left;
}

ul.nav1st li {
	display: block;
	padding:10px 0 0 0;
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 0;
	text-decoration: none;
}

ul.nav1st a:hover {
	background: inherit;
	padding: 1px 0;
	text-decoration: none;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background: inherit;
	padding: 1px 0;
	text-decoration: none;
}

ul.nav1st li a.current:hover {
	background: inherit;
	padding: 1px 0;
	text-decoration: none;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 10px 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	padding: 0 0 0 20px;
	list-style-type: none;
}

ul.nav2nd li {
	padding:0 0 0 0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:128px 9px;
	background-repeat: no-repeat;
	text-decoration: none;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:128px -12px;
	background-repeat: no-repeat;
	background-color:#A52A25;
	color:#FFFFFF;
	text-decoration: none;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:128px -12px;
	background-repeat: no-repeat;
	background-color:#A42B23;
	color:#FFFFFF;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
	text-decoration: underline;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}ul.nav2nd li.active a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:128px -12px;
	background-repeat: no-repeat;
	background-color:#A42B23;
	color:#FFFFFF;
}  