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

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

#navheight_horiz_vert ul.nav1st { padding:0px 5px; } /* { padding:0px 25px; } */


#nav-header {
	font-size: 1.3em;
}


#nav-header li {
	display:inline;
	border-left: 5px solid transparent;
}

#nav-header a, 
#nav-header a:link {
	color:#f4af16; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#00924b;
	background-color: #f4af16;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#f4af16;
	background-color: #6ca35f;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#f4af16;
	background-color: #a7c19c;
	padding: 0 8px;
}


/* ### T E S T ######################################################### */

#nav {
	display:block;
	float:left;
	width:2080px;
	background-color: transparent;
}



#nav p.test a,
#nav p.test a:link {
	padding:4px 4px 4px 4px;
	background-image:url(button.gif);
	background-position:100px 0px;
	background-repeat: no-repeat;
	background-color:#00924a;
	color:#f4af16;
}

#nav p.test a:hover {
	padding:4px 4px 4px 4px;
	background-image:url(button.gif);
	background-position:100px 0px;
	background-repeat: no-repeat;
	background-color:#f4af16;
	color:#00924a;
}


/* ### Sub Navigation ################    breite bestimmen       ############# */
/*
#nav {
	display:block;
	float:left;
	width:208px;
	background-color: transparent;
}
*/
#nav {
	display:block;
	float:left;
	width:193px;
	background-color: transparent;
}

#nav p.copy,
#nav p {
	padding-right:30px;
	color:#6ca35f;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #6ca35f;
	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:65px 25px;  }


/* ### nav1st - first level navigation  00924a  f4af16 ######################################## */

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

ul.nav1st li {
	display: block;
	padding:4px 21;
	color:#123456;
	background: inherit;
	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#00934b;
	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:#00934b;
	background: inherit;
	padding: 1px 0;
}

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


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

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:160px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:160px -12px;
	background-repeat: no-repeat;
	background-color:#6fa45f;
	color:#f4af16;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:160px -32px;
	background-repeat: no-repeat;
	background-color:#00924a;
	color:#f4af16;
}


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

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

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