
/* ### Header Navigation ##################################################### */


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

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





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

.menu_div {
	padding-right:20px;
	padding-top: 20px;
}


.nav1st {
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	text-align: right;
}

.current {
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	text-align: right;
}

ul.nav1st li {
	display: block;
	color:#f8e289;
    list-style-type:none;
	font-weight:bold;
	text-align: right;
	text-decoration: none;
}

a.nav1st,
a.nav1st:link,
a.nav1st:visited {
	color:#f8e289;
    list-style-type:none;
	text-decoration: none;
}


a.nav1st:hover {
	color:#faf3d8;
}


a.current,
a.current:link,
a.current:hover,
a.current:visited {
	text-decoration: none;
	color:#faf3d8;
}




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

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

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