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

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

#navheight_horiz_vert ul.nav1st { padding:10px 13px; }


#nav-header {
	position:absolute;
	top:10px;
	padding:0px 13px;
	font-size:1.2em;
}


#nav-header li {
	display: block;
	padding:3px 0;
	color:#ffffff;
	background: inherit;
	font-weight:normal;
	text-align: left;
}

#nav-header a, 
#nav-header a:link {
	display: block;
	color:#ffffff;
	background: inherit;
	padding: 1px 0;
}

#nav-header a:hover {
	color:#ffffff;
	background: inherit;
	padding: 1px 0;
	font-weight:bold;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
	font-weight:bold;
}

#nav-header a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
	font-weight:bold;
}

#nav-container {
	position:relative;
	display:block;
	float:left;
 	width:320px;
	height:210px;
}
/* ### Navigation ######################################################### */



#nav {
	display:block;
	float:left;
	width:150px;
	height:210px;
	background-color: #799c13;
}

#nav p.copy,
#nav p {
	padding-right:13px;
	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;
}

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



#subnav {
	display:block;
	float:right;
	margin-left:10px;
	width:150px;
	height:210px;
	background-color: #e95d0f;
}

#subnav p.copy,
#subnav p {
	padding-right:10px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#subnav p.copy a,
#subnav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#subnav 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 {
	min-height: 210px;
}
* html body #navheight_vert { height: 210px; } /* IE 6 / 5.5 Hack */

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


/* ### nav1st - orange navigation ######################################## */

ul.nav1st {
	padding:0px 0px;
	font-size:1.2em;
	
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#ffffff;
	background: inherit;
	font-weight:normal;
	text-align: left;
}

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

ul.nav1st a:hover {
	color:#ffffff;
	background: inherit;
	padding: 1px 0;
	font-weight:bold;
}

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

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


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

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

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 0px;
	background-image:url(button.gif);
	background-position:158px 8px;
	background-repeat: no-repeat;
}


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

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 0px;
	background-image:url(button.gif);
	background-position:158px -32px;
	background-repeat: no-repeat;
	font-weight:bold;
	/*background-color:#c4d4dc;*/
	color:#fff;
}