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

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



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




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

ul.nav1st {
	font-size:12px;
	text-transform:uppercase;
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#37444f;
	font-weight:bold;
}

ul.nav1st a {
	display: block;
	color:#37444f;
}


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

ul.nav2nd {
	font-weight:normal;
	text-transform:none;
}
ul.nav2nd li {
	list-style: none;
	border-bottom: solid 1px #434343;
	padding: 6px 6px 2px;
	font-weight: normal;
}
ul.nav2nd li h1 {
	border-bottom: solid 1px #434343;
	padding: 0px 6px 2px;
	font-weight: normal;
	color: #7d7d7d;
}
ul.nav2nd li div {
	padding: 4px 6px 8px;
	color: #000;
}
ul.nav2nd li img{
	max-width: 130px;
}
ul.nav2nd a {
	color: #7d7d7d;
}
ul.nav2nd a:hover {
	color:#2783a2;
}
ul.nav2nd li.active a {
	color:#2783a2;
}

ul.nav3rd {
	font-weight:normal;
	text-transform:none;
	margin-bottom: 7px;
}
ul.nav3rd li {
	list-style: none;
	border-bottom: solid 1px #434343;
	padding: 6px 6px 2px 10px;
	font-weight: normal;
	margin-left: 7px;
}
ul.nav3rd li a {
	color: #333;
}


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

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

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