/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/



/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 153px;
	margin: 20px 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;
}


#nav-header li {
	display:inline;
	border-left: 1px solid #aaa;
}

#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:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:208px;
	background:url(bg_nav.gif) repeat-y;
}

#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: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0;
	margin:0 0 0 0px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

ul.nav1st li {

	display: block;
	color:#61b522;
	background: inherit;
	font-weight:bold;
	text-align: left;
	list-style-type:none;
}

ul.nav1st a, 
ul.nav1st a:link {
	
	display: block;
	color:#333333;
	background: inherit;
	padding: 11px 0px 11px 10px;
	border-top: 1px dotted #61b522;
	border-left: 4px solid #61b522;
	background:url(bg_navi_neu_hover.gif) bottom left no-repeat;
}

ul.nav1st a:hover {
	color:#333333;
	background: url(bg_navi_neu.gif) no-repeat bottom left; 
	padding: 11px 0px 11px 10px;
	text-decoration:none;
	/*letter-spacing: 0.14em; */
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#61b522;
	padding: 11px 0px 11px 30px;
	/* background-image:url(bg_navi_neu_hover_ac.gif); /* 
	/* background-position:120px 0px; */
		background: #ffffff;
}

ul.nav1st li a.current:hover {
	color:#61b522;
	padding: 11px 0px 11px 30px;
	background: url(bg_navi_neu_hover_ac.gif) no-repeat bottom left; 
	text-decoration:none;
	letter-spacing: 0.1em;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 0px 0;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	padding:0;
	letter-spacing: 0.05em;

}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	line-height:18px;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:6px 15px 6px 25px;
	color: #666666;
	border:0;
	border-left: 20px solid #61b522;
	background-image:url(bg_navi_2nd_ac.gif); 
	background-position:145px 0px;
	background-repeat: no-repeat;
	letter-spacing: 0.0em;
	background: transparent;
}


ul.nav2nd a:hover {
	padding:6px 15px 6px 25px;
	color:#666666;
	background-image:url(bg_navi_2nd.gif); 
	background-position:145px 0px;
	background-repeat: no-repeat;
	letter-spacing: 0.0em;
}

ul.nav2nd a.current:hover {
background: none;
}


ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:6px 15px 6px 25px;
	color:#666666;
	background-image:url(bg_navi_2nd.gif); 
	background-position:145px 0px;
	background-repeat: no-repeat;
	
}

/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}