/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum n??chsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert { background-color: #d5b67c; height: 230px; max-height: 230px; padding-top: 20px; border-bottom: 2px solid #fff; }
* html body #navheight_horiz_vert { height: 230px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header { font-size: 1.3em; width: 980px; }


#nav-header li {
	display:inline;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	background-color: inherit;
	padding: 0 7px;
}

#nav-header a:hover {
	color:#ffffff;
	background-color: #770000;
	padding: 0 7px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#770000;
	padding: 0 7px;
}

#nav-header a.current:hover { color:#ffffff; background-color: #770000; width: 980px; padding: 0 7px; }


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

#nav { background-color: #eedebc; background-repeat: repeat; text-align: center; display:block; width:200px; height: 100%; float: left; clear: right; min-height: 100%; }

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#333333;
	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 { background-color: #d5b67c; height: 250px; border-bottom: 2px solid #fff; }
* html body #navheight_vert { height: 180px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


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

ul.nav1st { font-size:1.3em; padding-top: 0; padding-right: 20px; padding-left: 20px; }

ul.nav1st li { display: block; padding:3px 2px 10px; color:#ffffff; background: inherit; text-align: right; margin-bottom: 10px; }

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}


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

ul.nav2nd {
	margin: 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 2px;
}


ul.nav2nd a:hover {
	padding:4px 2px;
	background-color:#770000;
	color:#ffffff;
}

ul.nav2nd li.active a,
ul.nav2nd li.active a:link {
	padding:4px 2px;
	color:#770000;
}

ul.nav2nd li.active a:hover {
	padding:4px 2px;
	color:#fff;
}

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

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

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