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

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





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



/*	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 { padding:10px 20px;  }


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

#nav-header {
	font-size: 1em;
}

#nav-header li {
	display:inline;
	border-left: 1px solid #eee;
}

#nav-header a {
	padding: 2px 4px;
}

#nav-header a {
	color:#0265A8; 
	text-decoration: none;
	background-color: inherit;
}

#nav-header a:hover {
	color:#eee;
	background-color: #0265A8;
}

#nav-header ul strong a {
	color:#fff;
	background-color: inherit;
}

#nav-header strong a:hover {
	color:#eee;
	background-color: #0265A8;
}


#nav-header ul {
	padding:0px 0px;
	font-size:1em;
}

#nav-header em {
	font-style: normal;
	}

#nav-header ul li {
	display: inline;
	padding:3px 0;
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: left;
}

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

#nav {
	display:block;

	width:180px;
	background:#A8D0E9;
	padding: 5px 5px 5px 2em;
	height: 20em;
}

#nav em {
	font-style:normal;
	}

#nav ul {
	list-style-type:disc !important;
	margin: 0 0 1px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	color: #0079CA;
}

#nav ul li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	display:list-item;
	color: #0079CA;
}


#nav ul a {
	display:block;
	color: #0079CA;
	padding:4px 1px 4px 1px;

}


#nav ul a:hover {
	display:block;
	color:#37444f;
	color:#015598; 
}

#nav ul li strong a {
	color: #fff;
}


/* Ebene 3 */

#nav ul li ul {
	margin-left: 8px;
	}

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

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

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

#breadcrumb ul {
	display:inline;
	margin-right: 5px;
	}
#breadcrumb ul li {
	display:inline;
		margin-right: 5px;
	
	}

#breadcrumb, #breadcrumb a {
	padding: 3px 0 3px 1px;
	color: #A5D1EA;
	}