/* 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: #ffffff;
}

.buttons li {
	height: 20px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	list-style: none;
	float: left;
	color: #ffffff;
	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: 78px;
	float: left;
	width: 116px;
	text-align: center;
	display: block;
	padding: 35px 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: transparent url(../img/final/menue/menue_big/hover.png) center 5px no-repeat;
}

.mainNav li { list-style: none; float: left; margin: 0px; }

.mainNav a:hover {
	text-decoration: none;
	background: transparent url(../img/final/menue/menue_big/hover1.png) center 5px no-repeat;
}

/* 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 {
	font-weight: bold;
	margin-top: -2px;
	line-height: 19px;
	float: left;
	width: 110px;
	text-align: center;
	display: block;
	padding: 15px 5px 0 0;
	text-decoration: none;
	color: #FFFFFF;	
}

.subNav a.active {
	line-height: 11px;
	color: #000000;
	margin-top: -2px;
	height: 53px;
	background: transparent url(../img/final/menue/menue_small/hover.png) center top no-repeat;
}

.subNav li { list-style: none; float: left; margin: 0px; }

.subNav a:hover {
	margin-top: -2px;
	height: 53px;
	vertical-align: top;
	color: #000000;
	text-decoration: none;
	background: transparent url(../img/final/menue/menue_small/hover.png) center top no-repeat;
}
