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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

	Modified by :   Lukas Novosad - LuNo

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



/*	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 
{
	/* LuNo: changed the side navigation height. */
	min-height: 450px;
	/*min-height: 353px;*/
	margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 353px; } /* IE 6 / 5.5 Hack */

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


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


#nav-header li {
	display:inline;
	border-left: 1px solid #aaa;
}

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

#nav-header a:hover {
	color:#3D3624;
	background-color: #F4D733;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#3D3624;
	background-color: inherit;
	padding: 0 8px;
	font-weight: normal;
	text-decoration: underline;
}

#nav-header a.current:hover {
	color:#3D3624;
	background-color: #F4D733;
	padding: 0 8px;
}

/* LuNo: required for the language selectors if no flags are used */
#nav-language a,
#nav-language a:link
{
	color:blue;
}

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

#nav {
	display:block;
	float:left;
	width:208px;
	background:url(bg_nav.gif) repeat-y;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#3D3624;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #3D3624;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #3D3624;
	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:10px 20px;  }


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

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

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#3D3624;
	background: inherit;
	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	background: inherit;
	padding: 1px 0;
	color:#5D5644;
}

ul.nav1st a.active {
	display: block;
	background: inherit;
	padding: 1px 0;
	color:#5D5644;
}

ul.nav1st a:hover {
	color:#3D3624;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#3D3624;
	background: inherit;
	padding: 1px 0;
}

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


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

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 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px 7px;
	background-repeat: no-repeat;
	color:#3D3624;
	font-weight: normal;
}


ul.nav2nd a:hover {
	padding:4px 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px -13px;
	background-repeat: no-repeat;
	background-color:#FAE884;
	color:#3D3624;
	font-weight: normal;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a.current, 
ul.nav2nd li.active a:link {
	padding:4px 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px -13px;
	background-repeat: no-repeat;
	background-color:#FAE884;
	color:#3D3624;
	font-weight: normal;
}

/* ### nav3nd - second level navigation ######################################### */

ul.nav3rd {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	background-color:#FFFFFF;
	font-weight: normal;
}

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

ul.nav3rd a, 
ul.nav3rd a:visited, 
ul.nav3rd a:link {
	display:block;
	padding:4px 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px 7px;
	background-repeat: no-repeat;
	background-color:#F7F1BF;
	color:#3D3624;
	font-weight: normal;
	font-style: italic;
}


ul.nav3rd a:hover {
	padding:4px 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px -33px;
	background-repeat: no-repeat;
	background-color:#F7F1BF;
	color:#3D3624;
	font-weight: normal;
	font-style: italic;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:visited, 
ul.nav3rd li.active a.current, 
ul.nav3rd li.active a:link {
	padding:4px 15px 4px 10px;
	background-image:url(button.gif);
	background-position:168px -33px;
	background-repeat: no-repeat;
	background-color:#F7F1BF;
	color:#3D3624;
	font-weight: normal;
	font-style: italic;
}
/* ### Breadcrump Navigation #################################################### */

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

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