/* BUTTONS */
ul.buttons { float: left; }

.buttons a {
	display: block;
	margin-top: 3px;
	padding: 0px 50px 0px 15px;
	padding: 0px 50px 0px 15px;
	text-decoration: none;
	color: #000;
}

.buttons li {
	height: 20px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	list-style: none;
	float: left;
	background: #DCDCDC url(../img/final/button.png) no-repeat right top;
	margin: 0px 5px 0 0;
}

.buttons a:hover { color: #61A1D1; }

/* MAINNAVIGATION */
ul.mainNav { float: left; }

.mainNav a {
	height: 35px;
	float: left;
	width: 160px;
	text-align: center;
	display: block;
	padding: 25px 0 0 0;
	text-decoration: none;
	color: #FFFFFF;	
}

.mainNav a.download {
	/* background: #DCDCDC url(../img/final/menue/menue_big/menue_download.png); */
	color: #0CDF00;
	font-weight: bold;
	font-size: 12px;
}
.mainNav a.active {
	font-weight: bold;
	background: #DCDCDC url(../img/final/menue/menue_big/hover.png);
}

.mainNav li { list-style: none; float: left; margin: 0px; }

.mainNav a:hover {
	vertical-align: top;
	color: #004A99;
	text-decoration: none;
	height: 35px;
	background: #DCDCDC url(../img/final/menue/menue_big/hover.png);
}

/* HEADLINES */
ul.headline {
	float: left;
}

.headline li {
	border: 1px solid #61A1D1;
	list-style: none;
	float: left;
	background: transparent url(../img/final/menue/menue_small/headline.png) no-repeat right top;
}

.headline p {
	height: 26px;
	padding: 8px 0 0 20px;
	margin: 0;
	background: transparent url(../img/final/menue/menue_small/menue_left.png) no-repeat left top;
	color: #FFF;
	float: left;
}

/* SUBNAVIGATION */
ul.subNav { float: left; }

.subNav a {
	height: 19px;
	float: left;
	width: 110px;
	text-align: center;
	display: block;
	padding: 15px 5px 0 0;
	text-decoration: none;
	color: #FFFFFF;	
}

.subNav a.active {
	background: #DCDCDC url(../img/final/menue/menue_small/hover.png);
}

.subNav li { list-style: none; float: left; margin: 0px; }

.subNav a:hover {
	vertical-align: top;
	color: #004A99;
	text-decoration: none;
	height: 19px;
	background: #DCDCDC url(../img/final/menue/menue_small/hover.png);
}
