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

	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: 0px;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px }


#nav-header {
	position: absolute;
	height: 50px;
	width: 930px;
	display: block;
	bottom: 0px;	
}

#nav-header li {
	float: left;
	background: url(bg_mainnav.gif) no-repeat;
	width: 228px;
	height: 50px;
	
}

#nav-header a, 
#nav-header a:link {
	color:#118cd0; 
	text-decoration: none;
	text-transform: uppercase;
	width: 218px;
	display: block;
	padding: 6px 0px 0px 10px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
}

#nav-header a:hover {
}

#nav-header a.current, 
#nav-header a.current:link {
}

#nav-header a.current:hover {
}

#nav-header li div {	
	margin: -3px 0px 0px 10px;
	font-size: 11px;
	color: #6e6e6e;
}

/* ### Top Navigation ######################################################### */

#top-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 301px;
	height: 33px;
	background: url(bg_topnav.gif) no-repeat;
	font-size: 12px;
	color: #767676;
	text-align: center;
	padding: 7px 0px 0px 0px;	
}

#top-nav a {
	font-size: 11px;
	color: #767676;
	text-decoration: none;
	text-transform: uppercase;
	
}

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

#nav {
	display:block;
	float:left;
	width:230px;
	background: #fff;	
	margin: 0px 0px 10px 0px;
}

#nav p.copy,
#nav p {

}


#nav p.copy a,
#nav p.copy a:link {
}

#nav p.copy a:hover {
}

/*	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: 250px;
	margin: 0px 0px 20px 0px;
}
* html body #navheight_vert { height: 250px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st {   }


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

ul.nav1st {
	margin: 0px 0px 0px 10px;
	min-height: 100px;
	display: block;
}

ul.nav1st li {
	min-height: 25px;
	margin: 0px 0px 5px 0px;
	display: block;
}

ul.nav1st a, 
ul.nav1st a:link {
	padding: 5px 0px 5px 20px;
	display: block;
	color:#0185cf;
	background: url(bg_subnav.gif) no-repeat;	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

ul.nav1st a:hover {
	display: block;
	color:#fff;
	background: url(bg_subnav_o.gif) no-repeat;	
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	display: block;
	color:#fff;
	background: url(bg_subnav_o.gif) no-repeat;	
}

ul.nav1st li a.current:hover {
	display: block;
	color:#fff;
	background: url(bg_subnav_o.gif) no-repeat;	
}


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

ul.nav2nd {
	margin: 0 0 10px 0;
	display: block;
	font-weight:normal;		
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
	text-transform:none;
	min-height: 20px;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:2px 20px 2px 10px;
	background:#fff;
	text-transform:none;
	font-size: 12px;
}


ul.nav2nd a:hover {
	background:#fff;
	color: #003d5e;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background:#fff;
	color: #003d5e;
}


/* ### nav3rd - second level navigation ######################################### */

ul.nav3rd {
	margin: 0 0 10px 0;
	display: block;
	font-weight:normal;		
}

ul.nav3rd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
	text-transform:none;
	min-height: 20px;
}

ul.nav3rd a, 
ul.nav3rd a:link {
	display:block;
	padding:2px 20px 2px 10px;
	background:#fff;
	text-transform:none;
	font-weight:normal;
	font-size: 11px;
}


ul.nav3rd a:hover {
	background:#fff;
	color: #003d5e;
	font-weight:normal;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
	background:#fff;
	color: #003d5e;
	font-weight:normal;
}

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

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

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

