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

	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:#000000; 
	text-decoration: none;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#000000;
	background-color: #005EA8;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}


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

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

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

#nav p.copy { display:none; }


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

#nav p.copy a:hover {
	color: #000000;
	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;
	margin-top:80px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { 
	padding:80px 0px 80px 0px;  
}


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

div.nav1st {
	font-size:14px;
}

div.nav1st div {
	/*display: block;*/
	/*padding:3px 0px 3px 15px;*/
	color:#FFFFFF;
	/*font-weight:bold;*/
	/*border-bottom:1px dotted #333333;
	border-top:1px solid #A4AAAE;	*/
}

div.nav1st div.nav1st_bg {
	background:url(navBg_new.gif) left bottom repeat-x;
	padding:4px 0px 0px 20px;
	height:26px;
}

div.nav1st div.current_li {
	background:#A4A9AD url(navBg2.gif) left bottom repeat-x;
	padding:4px 0px 0px 20px;
	height:26px;	
}

div.current_li:hover {
	color: #000000;
}

div.nav1st a, 
div.nav1st a:link {
	display: block;
	color:#FFFFFF;
	cursor:pointer;
}

div.nav1st a:hover, div.nav1st_bg a:hover {
	color:#DDDDDD;
	cursor:pointer;
}

div.nav1st div a.current, 
div.nav1st div a.current:link {
	color:#005EA8;
}

div.nav1st div a.current:hover {
}


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

div.nav2nd {
	display:none;
	margin: 0px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	background:#A4A9AD url(navBg.gif) left bottom repeat-x;
}

div.nav2nd div {
	font-weight:normal;
	border:none;
	padding:4px 0px 0px 26px;
	height:20px;
	background:#A4A9AD;
}

/* < FU IE > */
/*
div.current_li div.nav2nd li a.current {
	color:#757575;
}

div.current_li div.nav2nd li a.current:hover {
	color:#000000;
}
*/
/* </ FU IE > */

div.nav2nd a, 
div.nav2nd a:link {
	display:block;
	background-image:url(button.gif);
	background-position:90px 0px;
	background-repeat: no-repeat;
	color:#FEFEFE;
}


div.nav2nd a:hover {
	/*Übackground-image:url(button.gif);
	background-position:90px -20px;
	background-repeat: no-repeat;*/
	color:#EEEEEE;
}

div.nav2nd div.active a, 
div.nav2nd div.active a:link {
	/*background-image:url(button.gif);
	background-position:90px -40px;
	background-repeat: no-repeat;*/
	color:#005EA8;
}


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

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

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