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

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


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

#nav {
	display:block;
	float:left;
	width:285px;
	margin: 0px;
}

#nav .adress {
	margin: 100px 0px 0px 0px;
	padding: 5px 0px 6px 30px;
	}

#nav p.copy,
#nav p {
	padding-right:0px;
	color:#fff;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	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:0px 0px;  
	}


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

ul.nav1st {
	padding:0px 0px;
	font-size:1.4em;
	font-weight:bold;
}

ul.nav1st li {
	display: block;
	padding:2px 0;
	color:#30302F;
	font-weight:bold;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#30302F;
	padding: 5px 0px 6px 30px;
}

ul.nav1st a:hover {
	color:#30302F;
	padding: 5px 0px 6px 30px;
	text-decoration:none;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background-image:url(tpl_bilder/tpl_menu_on.gif);
	background-position: 1px 0px;
	color:#fff;
	padding: 5px 0px 6px 30px;
}

ul.nav1st li a.current:hover {
	color:#fff;
	padding: 5px 0px 6px 30px;
	text-decoration:none;
}


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

ul.nav2nd {
	margin: 6px 0px 6px 0px;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:bold;
	border:none;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 60px;
	background-image:url(tpl_bilder/tpl_menu_sub_icon.gif);
	background-position: 40px 6px;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 60px;
	color:#FB9A14;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 60px;
	color:#FB9A14;
}


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

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

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