/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/




/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	font-size: 11px;
	float:left;
	width:180px;
	padding: 20px 10px 20px 10px;
	
}

#nav p.copy,
#nav p {
	color:#000;
	background: inherit;
	text-align: left;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
	padding-left:10px;
}

#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

#nav img {
	padding-top:10px;
}
#nav p.hiphop {
	color:#000;
	background: inherit;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
#nav p.hiphop a {
	color:#000;
	background: inherit;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
#nav p.hiphop a:hover {
	color:#cccccc;
}
/*	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 10px 0px 10px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	border: 1px solid #808080;
	border-top: 0px;
	margin-bottom:20px;
}

ul.nav1st li {
	font-weight:bold;
	list-style: none;
	margin: 0;
	border: 0px;
	border-top: 1px solid #808080;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #AAB; /*linkes kästchen */
	background: #C8D3E9;
	text-decoration: none;
	color:#37444f;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	border-color: #BACDDF;
	
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background-color:#003399;
	color:#fff;
	border-color:#EDEDED; /*links weiss wenn aktiv*/
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	
}


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

ul.nav2nd {
}

ul.nav2nd li {
	/*padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;*/
	
}

ul.nav2nd a, 
ul.nav2nd a:link {
background-color:#D4D4D4;
	font-weight:normal;
	display:block;
	padding:2px 5px 2px 15px;
	border-color:C8D3E9;
	}


ul.nav2nd a:hover {
	
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-color:#D5DFF3;
	color:#37444f;
	border-left: 1em solid #AAB; /*linkes kästchen */
}

/* ### nav3rd - third level navigation ######################################### */


ul.nav3rd li {
}

ul.nav3rd a, 
ul.nav3rd a:link {
	font-weight:normal;
	padding: 2px 5px 2px 30px;
	background-color:#E5E5E5;
}

ul.nav3rd a:hover {
	color:#fff;
	background: inherit;
	background: transparent url(list-on.gif) 2em center no-repeat;
}

ul.nav3rd li a:hover {
	color:#fff;
	
}

ul.nav3rd li a.current, 
ul.nav3rd li a.current:link {
	background-color:#E5E5E5;
	background: inherit;
	background: transparent url(list-off.gif) 2em center no-repeat;
}

ul.nav3rd li a.current:hover {
	color:#fff;
	/*background: inherit;*/
	
}



/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
	border: 1px solid green;
	width:396px;
}

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