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

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

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


#nav-header {
	font-size: 1.2em;
	margin-left:70px;
}

#nav-header ul {
	margin-top:60px;
	height:30px;
	width:700px;
	border-top: 1px solid #B30024;
	border-bottom: 1px solid #B30024;
	line-height:30px;
}

#nav-header li {
	display:inline;
	font-family: verdana, arial, helvetica, san-serif;
	padding-right: 22px
}

#nav-header a, 
#nav-header a:link {
	color:#9C9C9C; 
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#B30024;
	/*background-color: #4B5761;*/
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#B30024;
	/*background-color: #4B5761;*/
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#B30024;
	/*background-color: #4B5761;*/
	padding: 0 8px;
}


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

#nav {
	display:block;
	float:left;
	margin-top:14px;
	width:50px;
	background:#ffffff;
	
}


/*#navheight_vert {
	min-height: repeat-y;
}*/
* html body #navheight_vert { background-repeat: repeat-y; } /* IE 6 / 5.5 Hack */

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


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

ul.nav2nd {
	background: #ffffff;
	font-size:1.1em;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	height:20px;
	font-family: verdana, arial, helvetica, san-serif;
	font-weight:normal;
	border:none;
	text-align: right;
	/*background-image:url(../files/2navBorderbottom.gif);*/
}

ul.nav2nd a, 
ul.nav2nd a:link {
	color: #9C9C9C;
	float:right;
	text-transform: uppercase;
	display:block;
	padding:4px 0px 4px 0px;
	/*background-image:url(/files/2navBorderbottom.gif);*/
	
	
}


ul.nav2nd a:hover {
	color: #B30024;
	padding:4px 0px 4px 0px;
	/*background-image:url(/files/2navBorderbottom_over.gif);*/
	background-repeat: no-repeat;
	
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color: #B30024;
	padding:4px 0px 4px 0px;
	/*background-image:url(/files/2navBorderbottom_over.gif);*/
	background-repeat: no-repeat;
	
}




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

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

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