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

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

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




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

#nav {
	display:block;
	font-size: 12px;
	float:left;
	width:180px;
	padding: 20px 10px 20px 10px;
	/*border: 1px solid green;*/
	
}

#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;
}
/*	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;

	/*border: 1px solid #808080;
	padding:0px 5px;
	

	*/
	
}

ul.nav1st li {
	/*display: block;
	
	padding-top: 2px;
	background: inherit;*/
	/*color:#37444f;
	
	
	text-align: left;*/
	font-weight:bold;
	list-style: none;
	margin: 0;
	/*border: 1px solid gray;*/
	border: 0px;
border-top: 1px solid #808080;
	text-align: left;
	
}



ul.nav1st a, 
ul.nav1st a:link {
	/*display: block;
	color:#37444f;
	background-color:#A6A6A6;
	padding: 1px 0 0 5px;*/
	/*background: inherit;
	
	
	border-bottom:1px solid #CFD6E1; */
	display: block;
	/*padding: 0.25em 0.5em 0.25em 0.75em;*/
	padding: 3px 6px 3px 9px;
	border-left: 12px solid #006666; /*linkes kästchen */
	background: #CCCCCC;
	text-decoration: none;
	color:#000;
}

ul.nav1st a:hover {
	color:#fff;
	background: #CCCCCC;
	border-color: #009999;
	
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background-color: #006666;
	color:#fff;
	border-color:#EDEDED; /*links weiss wenn aktiv*/
	/*padding: 1px 0 0 5px;
	background: inherit;
	*/
	
}

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


/* ### 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:#CBCBCB;
	font-weight:normal;
	display:block;
	/*padding:2px 5px 2px 15px;*/
	border-color:#DBDBDB;
	padding: 3px 6px 3px 15px;
	}


ul.nav2nd a:hover {
	/*padding:2px 5px 2px 10px;
	background-image:url(button.gif);
	background-position:10px -12px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;*/
	color:#fff;
	background: #CCCCCC;
	border-color: #009999;
	
	
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-color:#9B9B9B;
	color:#fff;
	border-left: 12px solid #fff; /*linkes kästchen */
	/*padding:2px 5px 2px 15px;
	background-image:url(active2nd.gif);
	background-position:5px 0;
	
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
	*/
}

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


ul.nav3rd li {
	
	/*
	display: block;
	
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: left;
	*/
}

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

	
	/*background: inherit;
	*/
}

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;
	/*color:#fff;
	padding: 1px 0 0 20px;
	background: inherit;
	background-color:#6184B1;*/
	
}

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;
}
