/*
	(c) 2008 Online-Info Service GmbH <info@online-service.de>
	
	
	navigation.css - Navigationselemente 
	
	- #navigation
*/

/* ---------------------------------------------------------------- navigation */
#navigation
{
	float: left;
	width: 166px;
	/*
	background-image: url('../img/background-navigation.jpg');
	background-repeat: repeat-y;
	*/
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 15px;
}
#navigation ul li
{
	list-style-type: none;
	width: 130px;
	margin-bottom: 2px;
}
#navigation ul li a
{
	display: block;
	width: 100%;
	color: #747455;
	text-decoration: none;
	border-bottom: 1px solid #747455;
	padding: 4px;
	background-color: white;
}
#navigation ul li a:hover
{
	display: block;
	width: 100%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #747455;
	padding: 4px;
	background-color: #348B32;
}
#navigation ul li a.active
{
	display: block;
	width: 100%;
	color: #348B32;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #747455;
	padding: 4px;
	background-color: #F9F4E9;
}
/* ---------------------------------------------------------------- SubNavigation */
#navigation ul li a.subnav
{
	display: block;
	width: 100%;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #747455;
	padding: 4px;
	background-color: white;
}
#navigation ul li a.subnav:hover
{
	display: block;
	width: 100%;
	color: #348B32;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #747455;
	padding: 4px;
	background-color: white;
}