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

#navigation-meta a:link,
#navigation-meta a:visited {
	color: #3D4F56;
} 



#navigation-section
{
	position: relative;
	float: left;
	margin: 0px;
	width: 202px;
	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: #3D4F56;
	font-weight: normal;
	text-decoration: none;
	padding-right: 20px;
	font-size: 13px;
}

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

#navigation-section a:hover
{
	color: rgb(184,134,11);
	text-decoration: none;
}

#navigation-section li a.active
{
	color: rgb(184,134,11);
	margin-right: 0px;
	text-decoration: none;
	padding-right: 20px;
/* 	background-image: url('../img/caret.gif'); */
	background-image: url('../img/caret_gold.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;
}

