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

	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: 0 0;}

* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 0px;list-style:none;}

	

#menu ul    {margin:0;padding-left:25px;list-style:none;}

#menu li {margin: 0;padding: 0;border-left: 0px solid #aaa;display:inline;}


#menu a, 
#menu a:link {
	color: #ce141d; font-size: 10px; font-weight: normal; /*float:left;display:block;*/
    text-decoration: none;text-transform: uppercase;
    padding-left: 10px;padding-right:6px;height:19px;line-height:19px;outline: none;
}

#menu a:hover {color:orange;}

#menu a.current, 
#menu a.current:link {color:orange;}

#menu a.current:hover {color:orange;}






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

ul.nav2nd {list-style:none;text-align:right;/*
	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 {padding-right:20px;text-transform:uppercase;font-size:10px;font-weight:bold;color:#777;text-decoration:none; outline:none;
	
}


ul.nav2nd a:hover {color:orange;background-color: #eee;font-size:10px;padding-bottom:0px;}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {font-size:14px;font-weight:bold;color:orange;text-transform:uppercase;text-decoration:none; 
                            background-color: #eee;outline:none;padding-right:20px;padding-bottom:0px;}




/* ### 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:#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;
}
*/

