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

	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 {
	margin: 20px 0;
	min-height:800px;
}

* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

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


#nav-header {
	position:absolute;
	left: 183px;
	Top:188px;
	line-height:26px;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 1.2em;
	padding-left:10px;
}


#nav-header ul {
	float:left;
	
}


#nav-header li {
	border:0px solid yellow;
	float:left;
	height:26px;
	width:196px;
	display:inline;

}

#nav-header a,
#nav-header a:link{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	
}

#nav-header a:hover{
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
}

#nav-header a.current, 
#nav-header a.current:link{
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	/*background-image:url(/files/menu_over.gif);*/
	
}

#nav-header a.current:hover{
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	text-transform: uppercase;
	/*background-image:url(/files/menu_over.gif);*/
	
}


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

#nav {
	position: absolute;
	display:block;
	float:left;
	width:182px;
	background:#013B61 url(/back_left.gif) repeat-y;
	height:100%;
}


#navheight_vert {
	position: absolute;
	min-height: repeat-y;
	height:100%;
}


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

#navheight_vert ul.nav1st { 
	padding:10px 20px; 
	border-bottom: url(../files/2navBorderbottom.gif); 
	height:100%;
}


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

ul.nav2nd {
	background: #013B61;
	background-repeat:repeat-y;
	margin: 26px 0px 0px 0;
	font-size:1.1em;
	font-weight:normal;
	text-transform:none;
	height:100%;
}

ul.nav2nd li {
	padding-left:0px;
	margin-left:0px;
	height:26px;
	vertical-align: center;
	font-family: verdana, arial, helvetica, san-serif;
	font-weight:normal;
	border:none;
	text-align: left;
	background-image:url(../files/2navBorderbottom.gif repeat-y;);
}

ul.nav2nd a, 
ul.nav2nd a:link {
	color: #ffffff;
	margin-left: 0;
	display:block;
	padding:7px 17px 4px 10px;
	background-image:url(/files/2navBorderbottom.gif);
	height:26px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	color: #ffffff;
	padding:7px 17px 4px 10px;
	background-image:url(/files/2navBorderbottom_over.gif);
	background-repeat:  no-repeat;
	height:26px;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color: #ffffff;
	padding:7px 17px 4px 10px;
	background-image:url(/files/2navBorderbottom_over.gif);
	background-repeat: no-repeat;
	height:26px;
}




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

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

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