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

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

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


#nav-header {

}


#nav-header li{
	display:inline;
}

#nav-header ul li a,
#nav-header ul li a:link{
	color:#746763; 
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 16px 0 16px;
	background: url(../bilder/nav-trenner.gif) right repeat-y;
}
#nav-header ul li a.skip-intro{
	background: url(../bilder/intro-pfeil.gif) right no-repeat;
	
}

#nav-header a:hover {
	color:white;
}

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

#nav-header a.current:hover {
}


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

#nav {
  height: 309px;
	float:left;
	width:169px;
	background:url(../bilder/bg_nav.jpg) repeat-x;
}



#nav ul{
	padding:0;
	margin:5px 0 0 0;
}

/*	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:11px;
	text-transform:uppercase;
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#37444f;
	font-weight:normal;
}
.top-levelname{
	color:#FA7331;
	font-size:16px;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana;
background: url(../bilder/bg_h1.gif) bottom repeat-x;
text-transform:uppercase;
margin: 0 14px 0 14px;
padding: 5px;
}

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 ######################################### */
ul.nav2nd {
	font-size: 1.2em;
	font-weight:bold;
	text-transform:none;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana;
}

ul.nav2nd li {
	padding:0;
	margin:0;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	padding:1px 10px 4px 15px;
	background-image:url(../bilder/navi-kreis-clean.gif);
	background-position:0px 3px;
	background-repeat: no-repeat;
	color:white;
}


ul.nav2nd a:hover {
	padding:1px 10px 4px 15px;
	background-image:url(../bilder/navi-kreis-full.gif);
	background-position:0px 3px;
	background-repeat: no-repeat;
	color:#FA7331;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-image:url(../bilder/navi-kreis-full.gif);
	color:#FA7331;
	font-weight: bold;
}

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

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

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

