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

#navheight_horiz_vert {
	min-height: 251px;
	margin: 230px 0;
}
* html body #navheight_horiz_vert { height: 155px; } /* IE 6 / 5.5 Hack */

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


#nav-header {
	font-size: 1.3em;
	text-align: center;
	display: inherit;
	min-width: 900px;
	z-index:99;
	}
	
#nav-header, x:-moz-any-link {
	font-size: 1.3em;
	text-align: center;
	display: inherit;
	min-width: 850px;
	}
	
#nav-header, x:-moz-any-link, x:default {
	font-size: 1.3em;
	text-align: center;
	display: inherit;
	min-width: 850px;
	}		


#nav-header li {
	display:inline;
	width: 850px;
	border-left: 1px solid #D7D8D0;
	}

#nav-header a, 
#nav-header a:link {
	color:#847F7F; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 5px 33px 5px;
	line-height:27px;
}

#nav-header a:hover {
	color:#ECECEC;
	padding: 5px 33px 5px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#ECECEC;
	padding: 5px 33px 5px;
	font-weight:bold;	}

#nav-header a.current:hover {
	color:#ECECEC;
	padding: 5px 33px 5px;
}

/* Frame images */
#img{
	padding-left: 42px;
	width: 30px;
	padding-bottom: 30px;
	padding-top: 15px;
}


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

#nav {
	display:inherit;
	float:left;
	padding-left: 20px;
	width: 30px;
	margin-top: -140px;
	}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	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
-------------------------------------------------------------------------------*/


* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

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


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

ul.nav1st {
	font-size:1.2em;
	text-transform:none;
	text-align: right;
	margin-left: 30px;
	width:140px;
	background-color: transparent;
	padding-top: 30px;
	display: block;
	}

ul.nav1st li {
	padding:5px 0 20px 10px;
	color:#7C8786;
	background: transparent;
	font-weight:bold;
	text-align: right;
	}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#666666;
	background: inherit;
	padding-bottom: 17px;
	}

ul.nav1st a:hover {
	color:#7C8786;
	background: inherit;
	padding: 4px 0;
	display: block;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#7C8786;
	background: inherit;
	padding: 5px 0 5px 0px;
}

ul.nav1st li a.current:hover {
	color:#7C8786;
	background: inherit;
	padding: 5px 0 5px 0px;
	display: block;
}


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

ul.nav2nd {
	margin: 17px 0 10px 0;
	font-size:11,5px;
	font-weight:bold;
	text-transform:none;
	background-color: transparent;
}

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

ul.nav2nd a, 
ul.nav2nd a:link {
	padding:4px 0px 10px 0px;
	background-image:url(button-passiv.gif);
	background-repeat: no-repeat;
	color:#666666;
}


ul.nav2nd a:hover {
	padding:4px 0px 10px 0px;
	background-image:url(button-aktiv.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	color:#B67568;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 0px 10px 0px;
	background-image:url(button-aktiv.gif);
	background-repeat: no-repeat;
	background-color:#transparent;
	color:#B67568;
}


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

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

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