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

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

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

/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#pfeil {
    display:inline;
	padding:0px 3px 0px 3px;
}

#header-nav ul.nav1st {
	position:relative;
	top:0px;
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:0px 3px 2px 3px;
}

#header-nav ul.nav1st li.active {
	background:#DFA105;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#FFFFFF;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#444444;
	font-size: 10px;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#FFFFFF;
}


#navigation {
	float:left;
	width:90px;
	padding:14px 0;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:10px;
	font-size: 10px;
	font-weight:normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	line-height:2.8em;
	color:#444444;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#DFA105;
}

