/*
hellgrau		#ECECEC
hgrau content	#DBDBDB
rot				#B3251B
dhrau			#333333
 */
 
 
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 155px;
	margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 155px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
	position:relative;
	bottom:10px;
	right:10px;
	font-size: 1.3em;
}


#nav-header li {
	display:inline;
}

#nav-header a, 
#nav-header a:link {
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#B3251B;
	background-color: #FFF;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#000;
	background-color: #B3251B;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#B3251B;
	background-color: #FFF;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:189px;
	background-color:#FFFFFF;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: left;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #B3251B;
	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: 200px;
}
* html body #navheight_vert { height: 200px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	/*padding:10px 20px;*/
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
}

ul.nav1st li {
	display: block;
	/*padding:5px 0;*/
	padding:5px 17px 5px 10px;
	color:#37444f;
	background: inherit;
	font-weight:normal;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	/*padding:4px 17px 4px 10px;*/
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#37444f;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#B3251B;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#37444f;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	/*margin-top:10px;*/
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	/*margin:10px;*/
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
	font-weight:normal;
	/*background-image:url(button.gif);*/
	background-position:158px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	/*background-image:url(button.gif);*/
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#FFF;
	color:#B3251B;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	/*background-image:url(button.gif);*/
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#FFF;
	color:#B3251B;
}


/* ### Breadcrump Navigation #################################################### 

#sitePath {
	float:left;
	padding-left:10px;
	color:#333;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#333;
	background: inherit;
	text-transform:none;
}*/
