@charset "UTF-8";
/* CSS Document */

/* Haupt-Navigation Links */

.menu	{
	font-size: 10px;
	text-transform: uppercase;
	border-top: 2px solid #fff;
	font-weight: bold;

}

ul.menu	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li	{

}

ul.menu li a	{
	display: block;
	width: 200px;	
	height: 20px;
	text-decoration: none;
	color: #fff;
}

.fst-inactive:hover	{
	background-image: none;
	background-color: #F29400;
}

.fst-inactive	{
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 195px;
	height: 17px;
	background: url(../img/navi.png) repeat-y;
	border-bottom: 2px solid #fff;
}

.fst-active	{
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 195px;
	height: 17px;
	background-image: none;
	background-color: #F29400;
	border-bottom: 2px solid #fff;
}

/* Subnavigation Mitte */

.subnavigation	{
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 180%;
}

.subnavigation ul	{
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: square;
}

.subnavigation li	{
	margin: 0px 5px 0px 0px;
	border-bottom: 1px solid #646567;

}


.subnavigation ul ul	{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type:square;
	list-style-position: outside;
}

.subnavigation ul ul li	{
	border:none;
}


.scd-inactive a	{
	text-decoration: none;
	color: #646567;
}

.scd-inactive a:hover, .scd-active a	{
	text-decoration: none;
	color: #F29400;
}


.trd-inactive a	{
	font-weight: normal;
	text-decoration: none;
	color: #646567;
}

.trd-inactive a:hover	{
	color: #F29400;
}

.trd-active a	{
	font-weight: bold;
	text-decoration: none;
	color: #F29400;
}



