/*******************************************************************************
rot				#E91C23
hgrau bg nav	#EAEAEA
dgrau >> nav	#333333
mgrau - linien	#A3A3A3

*******************************************************************************/

/* ### Sub Navigation ######################################################### */

#nav {
	padding:10px;
	display:block;
	float:left;
	width:201px;
	margin-top:10px;
	background:#FFF;
	/*border-bottom:1px solid #A3A3A3;
	border-top:1px solid #A3A3A3;*/
}
/*
#nav p.copy,
#nav p {
	padding-right:20px;
	color:#333;
	background: inherit;
	text-align: left;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #333;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #000;
	background: inherit;
	text-decoration: none;
}*/

/*	Navigation horizontal and vertical - 
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 150px;
}
* html body #navheight_vert { height: 150px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:0 10px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	font-size:1.1em;
	/*text-transform:uppercase;*/
}

ul.nav1st li {
	display: block;
	padding:1px 5px;
	color:#333;
	background: inherit;
	font-weight:normal;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#333;
	background: inherit;
	background-image:url(arrow_grey_bgw.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding: 4px 15px;
}

ul.nav1st a:hover {
	color:#E91C23;
	background: inherit;
	background-image: url(arrow_red_bgw.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	/*background-color: #EAEAEA;*/
	padding: 4px 15px;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#E91C23;
	background: inherit;
	background-color: #EAEAEA;
	background-position:0 7px;
	background-image:url(arrow_red_bghg.gif);
	background-repeat:no-repeat;
	padding: 4px 15px;
}

ul.nav1st li a.current:hover {
	color:#E91C23;
	background: inherit;
	/*background-color: #EAEAEA;*/
	background-position:0 7px;
	background-image:url(arrow_red_bghg.gif);
	background-repeat:no-repeat;
	padding: 4px 15px;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 4px 0;
	padding-left:20px;
	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 10px 4px 15px;
	/*padding:4px 17px 4px 10px;*/
	background-image:url(arrow_grey_bgw.gif);
	background-position:0 7px;
	/*background-position:158px 8px;*/
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 10px 4px 15px;
	background-image:url(arrow_red_bgw.gif);
	background-position:0 7px;
	background-repeat: no-repeat;
	/*background-color:#EAEAEA;*/
	color:#333;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 10px 4px 15px;
	background-image:url(arrow_red_bgw.gif);
	background-position:0 7px;
	background-repeat: no-repeat;
	/*background-color:#EAEAEA;*/
	color:#E91C23;
}


/* ### Breadcrump Navigation #################################################### 

#sitePath {
	float:left;
	padding-left:20px;
	color:#33;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#E91C23;
	background: inherit;
	text-transform:none;
}*/
