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

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

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

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

}


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

#nav-header a, 
#nav-header a:link {
	color:#4b5761;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#171717;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #464640;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header a.current:hover {
	font-weight:bold;
	color:#ffffff;
	padding: 0 8px;
}*/


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


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

#nav-header1 a, 
#nav-header1 a:link {
	color:#4b5761; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#171717;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header1 a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header1 a.current, 
#nav-header1 a.current:link {
	color:#fff;
	background-color: #62b09f;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header1 a.current:hover {
	font-weight:bold;
	color:#ffffff;
	padding: 0 8px;
}*/






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


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

#nav-header2 a, 
#nav-header2 a:link {
	color:#4b5761; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#171717;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header2 a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header2 a.current, 
#nav-header2 a.current:link {
	color:#ffffff;
	background-color: #3a6a74;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header2 a.current:hover {
	color:#eee;
	background-color: #3a6a74;
	padding: 0 8px;
}*/





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


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

#nav-header3 a, 
#nav-header3 a:link {
	color:#4b5761; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#171717;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header3 a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header3 a.current, 
#nav-header3 a.current:link {
	color:#ffffff;
	background-color: #675949;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header3 a.current:hover {
	color:#eee;
	background-color: #675949;
	padding: 0 8px;
}*/





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


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

#nav-header4 a, 
#nav-header4 a:link {
	color:#4b5761; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header4 a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header4 a.current, 
#nav-header4 a.current:link {
	color:#ffffff;
	background-color: #8b77a9;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header4 a.current:hover {
	color:#eee;
	background-color: #8b77a9;
	padding: 0 8px;
}*/





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


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

#nav-header5 a, 
#nav-header5 a:link {
	color:#4b5761; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#171717;
	background-color: #bbe4f8;
	padding: 0 8px;
}

#nav-header5 a:hover {
	color:#ffffff;
	padding: 0 8px;
}

#nav-header5 a.current, 
#nav-header5 a.current:link {
	color:#ffffff;
	background-color: #6d7e82;/*bg Navibutton*/
	padding: 0 8px;
}

/*#nav-header5 a.current:hover {
	color:#eee;
	background-color: #6d7e82;
	padding: 0 8px;
}*/


/* ### Sub Navigation linke Seite | Balken################################## */

#nav {
	display:block;
	float: left;
	width:180px;
	height:100%;
	background-color:#464640;
	
}

#nav1 {
	display:block;
	float: left;
	width:180px;
	min-height:100%;
	background:#62b09f;
	
	
}

#nav2 {
	display:block;
	float: left;
	width:180px;
	height:100%;
	background-color:#3a6a74;
	background-repeat:repeat-x;
	
}

#nav3 {
	display:block;
	float: left;
	width:180px;
	height:100%;
	background-color:#675949;
	background-repeat:repeat-x;
	
}

#nav4 {
	display:block;
	float: left;
	width:180px;
	height:100%;
	background-color:#8b77a9;
	background-repeat:repeat-x;
	
}

#nav5 {
	display:block;
	float: left;
	width:180px;
	height:100%;
	background-color:#6d7e82;
	background-repeat:repeat-x;
	
}



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


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	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:10px 20px;  }


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

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

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#ffffff;
	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 {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:lighter;
	text-transform:capitalize;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:lighter;
	text-transform:capitalize;
	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:158px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}

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

/* ### nav3rd - first level navigation ######################################## */

ul.nav3rd {
	padding:0px 20px;
	font-size:1em;
	text-transform:none;
}

ul.nav3rd li {
	display: block;
	padding:3px 0;
	color:#ffffff;
	background: inherit;
	font-weight:normal;
	text-align:right;
}

ul.nav3rd a, 
ul.nav3rd a:link {
	display: block;
	color:#ffffff;
	background: inherit;
	padding: 1px 0;
}

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

ul.nav3rd li a.current, 
ul.nav3rd li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

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

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

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

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

