/** Styles für den Seitenteaser **/
.startseitenteaser {
	display:inline-block;
	height: 215px;
	position:relative;
	overflow:hidden;
}

.startseitenteaser > div {
	height: 215px;
}

#headernav_container {
	bottom: 10px;
	right: 330px;
	position:absolute;

}

.startseitenteaser .custom {
	width: 100%;
	position:absolute;
	height: 215px;
	left:15px;
	max-width: 940px;
	background-size: 940px 215px;

}



.startseitenteaser .custom:first-child {
	display:block;
}
.headernav_container {
	display:block;
	float:right;
}
.headerNav {
	list-style:none;
	margin: 0;
	float:right;
}

.headerNav li {
	float:left;
	margin-right: 10px;
}

.headerNav a {
	display:block;
	width: 20px;
	height: 20px;
	background: rgb(204,215,228);
	background: rgba(204,215,228,0.75);
	text-indent:-9999px;
	outline: none !important;

}
.headerNav a:hover {
	background: rgb(128,154,187);
	background: rgba(128,154,187,0.90);

}

.headerNav a.active {
	background: rgb(0,53,118);
	background: rgba(0,53,118,0.90);

}