/*  navigation --------------------------- */


/* ### HAUPTNAVI ############################################################ */
#nav-header {
	bottom:0px;
	font-size:1.5em;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:40px;
	background: url("navi_bg.gif");
}

#navi1 {
width:980px;
height:20px;
margin:auto auto;
}												/* Navigation 1 Positionierung Mittig auf Seite */

#navi1-position {
width:740px;
margin-top:12px;
float:right;
}												/* Navigation 1 Positionierung über Contentbereich */

#header-nav ul.nav1st {
	list-style:none;
}

#header-nav ul.nav1st li {
	  font-weight:bold;
}

#nav-header li  {	
	float:left;
}

#nav-header a, 
#nav-header a:link {	
	margin:0;
	padding:10px 15px 0 5px;
	text-decoration:none;

	color:#000;
}



#nav-header a:hover,
#nav-header a.current
{
color:#FFFFFF;
}


/* ### SUBNAVI ############################################################ */

#navheight_horiz_vert {				/* Subnavi Textblock */
	margin: 88px 0 0 0;
	padding: 0;
	border-top:1px solid #CC0000;
}

* html body #navheight_horiz_vert { height: auto; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert {	height:auto;}

#navheight_horiz_vert ul.nav1st { padding:0; }

#nav {
	display:block;
	float:left;
	width:200px;
	}

#nav {
	padding-right:20px;
	color:#000;
	background: inherit;
	text-align: left;
}


#nav span img {
margin-top: 6px;
}												/* Links Werbung*/



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

ul.nav1st {
	color: #000;
	}

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1.3em;
	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 20px 4px 22px;
	background: url(pfeil_grau.gif) no-repeat 10px 50%;
	color:#666666;
	text-transform: uppercase;
	font-weight:bold;
}

ul.nav2nd a:hover {

	background: url(pfeil_rot.gif) no-repeat 10px 50%;
	color:#CC0000;
	text-transform: uppercase;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {


	background: url(pfeil_rot.gif) no-repeat 10px 50%;
	color:#CC0000;
	text-transform: uppercase;
}

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

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


