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

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

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }

#oben{
height:78px;

}
#nav-header {
	/*font-size: 1.3em;*/
	float:left;
	
text-align: right;


font-size:12px;
width:378px;
height:20px;




}
#nav-header ul {
	padding: 0 24px 0px 0;
}

#nav-header li {
	display: inline;
	font-size:12px;
	
	padding-left:9px;
}

#nav-header a, 
#nav-header a:link {
	color:#003E83; 
	text-decoration: none;
	
	background-color: inherit;
	
}

#nav-header a:hover {
	text-decoration:underline;
	
	
}

#nav-header a.current, 
#nav-header a.current:link {
	text-decoration:underline;
	
	
}

#nav-header a.current:hover {
	
	
	
}


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

#nav {
float: left;	
text-align:left;

width: 180px;
padding: 10px;
font-size: 12px;
/* Set font-size so theres no default */
line-height: 14px;
/* Set line-height because I think it looks better like this ;^) */

/* Set letter-spacing so text don't jump as much when it turns bold on hover */

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

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


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

ul.nav1st {
	padding:0px 20px;
	
	font-size:1.2em;
	text-transform:uppercase;
}

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */
#nav a{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #37444f;


}

#nav a:hover
{
font-weight: bold;
letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#nav ul
{
list-style-type: none;
padding-left: 0px;
margin: 0px;

}
#nav li
{

padding-top: 4px;
padding-bottom: 4px;

}
#nav ul ul
{
padding-left: 12px;
/* offset sub menu */
}
#nav ul li
{
padding-left: 4px;
margin-left: 1px;
/* Set margin-left to set-up the left border */
}

#nav ul li.active
{
margin-left: 0px;
/* Set margin back half of left-border width (5px) */
}
#nav ul ul li.active
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 3px solid #37444f;
}
#nav li { border-left: 1px solid #37444f; }
#nav li.active { border-left: 3px solid #37444f; }

#nav a.current
{
font-weight: bold;
letter-spacing: 0;
border-bottom: 1px dashed #37444f;
}


ul.nav2nd {


	
}

ul.nav2nd li {

}

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

}

ul.nav2nd a.current {
	


}

ul.nav2nd a:hover {
	
	
	

}

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

	
}

ul.nav3rd li{

}
ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
	
} 
ul.nav4th li{
	
	
}
#ul.nav4th a
{



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

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

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