
#navigation-meta
{
	position: relative;
	margin-top: 30px;
}

#navigation-meta a:link,
#navigation-meta a:visited {
	color: #5BAD58;
} 



#navigation-section
{
	position: relative;
	float: left;
	margin: 0px;
	width: 210px;
	background-color: transparent;
}

#navigation-menu
{
	position: relative;
}	

#navigation-section ul
{
	margin: 0px;
	padding: 0px;
}

#navigation-section ul.sub-navi {
	margin-bottom: 20px;
}

#navigation-section li
{
	margin-right: 0px;
	text-align: right;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
}

#navigation-section a
{
	color: #ffffff;;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

#navigation-section ul.sub-navi a {
	font-weight: normal;
}

#navigation-section a:hover
{
	color: #00ff00;
	text-decoration: none;
}

#navigation-section li a.active
{
	color: #00ff00;
	margin-right: 0px;
	padding-right: 20px;
	background-image: url('../img/caret.gif');
	background-repeat: no-repeat;
	background-position: center right;
}


#navigation-section ul.sub-navi li a.active {
	background-image: none;
}



/* *************************************** */
/* Homepage Spezial						   */
/* *************************************** */
body#homepage #navigation-section {
	margin-top: 150px;
}
