/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 500px;
	margin: 0px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
	font-size: 1.3em;
  background-color: #fe0126;
}


#nav-header li {
	display:inline;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
}

#nav-header a:hover {
	color:#eee;
	background-color: #fe0126;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #fe0126;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #fe0126;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:220px;
	background-image:url(gestell.png);
  background-repeat: repeat;
  margin: 20px 0px 0px 0px;
}

#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
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 30px;
}
* html body #navheight_vert { height: 30px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:0px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 20px;
	font-size:1.2em;
	text-transform:uppercase;
}

ul.nav1st li {
	display: block;
	padding:0px 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;
}

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: 0 0 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:6px 45px 12px 0px;
	background-image:url(weiss.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}


ul.nav2nd a:hover {
	padding:6px 45px 12px 0px;
	background-image:url(gruen.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color: #FFFFFF;
	text-decoration:underline;
	padding:6px 45px 12px 0px;	
	background-image:url(gruen.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}


/* ### Artikelliste - second level navigation ######################################### */

artlst {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

artlst a, 
artlst a:link {
	display:block;
	padding:6px 5px 12px 20px;
	background-image:url(artikel_gruen.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}


artlst a:hover {
	padding:6px 5px 12px 20px;
	background-image:url(artikel_rot.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}

artlst active a, 
artlst active a:link {
	color: #FFFFFF;
	text-decoration:underline;
	padding:6px 5px 12px 20px;	
	background-image:url(artikel_rot.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}