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

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

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




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

#nav {
	display:block;
	font-size: 1.4em;
	float:left;
	width:150px;
	padding: 5px 10px 20px 15px;
	text-align: left;
	/*border: 1px solid green;
	background-color: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
-------------------------------------------------------------------------------*/
/* nav - top */

#nav_top {
	
	background: url(main_top_nav.jpg) 0 0 no-repeat;
	color: #000000;
	height:45px;
	font-size: 1.4em;
	
	
}
#nav_top p{
	
}
#nav_top ul li {

display: inline;
/*margin-right: -6px;*/
padding: 5px 0 0 25px;
}

#nav_top a{
	color: #000000;
}


#nav_top a:hover {
	color: #ffffff;
}
#nav_top_left {
	padding-top:10px; 
	float:left;
	width:600px;
	/*background-color:red;*/
	
}
#nav_top_right {

	width: 200px;
 	padding-top:7px; 
	float:right;
	


	
}

#nav_top .searchfield {
 width:125px;

}	
#nav_top .submit {
	border: 0;
	color: #000000;
	background-color: #DCdce5;
/*	text-decoration: underline;
	font-weight: bold;*/
	text-align:right;
	padding: 5 0 0 10px ;

	margin: 1px 0 0 0 !important;

	
	/*font: bold 100.1% Verdana, Arial, Helvetica, sans-serif;*/
}
/* end nav_top*/

#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 {
	
margin-bottom:20px;

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

	*/
	
}

ul.nav1st li {
	list-style: none;
	margin: 0;
	/*border: 1px solid gray;*/

    /*border-top: 5px solid #ffffff;*/
	text-align: left;
	
	
}



ul.nav1st a, 
ul.nav1st a:link {
	
/*	background-color:#eaf0f7;*/
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
/*	border-left: 0.5em solid #000096; linkes kästchen 
	border-right: 1px solid #444444;*/
	border-bottom: 1px solid #444488;	
	text-decoration: none;
	color:#000096;
	
}

ul.nav1st a:hover {
	color:#0000ff;
	background-color: #ffffff;
	border-color: #0000ff;
	
}

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




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

ul.nav2nd {
	
}

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

}

ul.nav2nd a, 
ul.nav2nd a:link {

	
	padding: 0.25em 0.5em 0.25em 1.75em;
		font-size: 0.8em;
			font-weight:normal;
	
	}


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

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	/*background-color:#D5DFF3;
	color:#37444f;
	border-left: 1em solid #AAB; /*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;
}