@charset "utf-8";

.imageBox {
	overflow:hidden;
}

.jqueryHeaderContainer {
	position: relative;
	width: 995px;
	height: 460px;
	overflow:hidden;
}

.jqueryHeaderImageContainer {
	position: absolute;
	left:0px;
	top:0px;
	width: 995px;
	height: 460px;
	overflow:hidden;
}

.jqueryHeaderTextContainer {
	position: absolute;
	left:0px;
	top:0px;
	width: 995px;
	height: 460px;
	overflow:hidden;
}

.jqueryHeaderText {
	position:relative;
	width: 995px;
	height: 460px;
}

.jqueryHeaderTextContent {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#00255B;
	position:absolute;
	bottom:100px;
	left:0px;
}

.jqueryHeaderTextContent div.headline {
	font-weight:bold;
	cursor:pointer;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.jqueryHeaderTextContent div.headline span {
	background-color:#F38C13;
	padding:6px 8px 6px 8px;
}

.jqueryHeaderTextContent div.text {
	background-color:#F38C13;
	padding:6px 8px 6px 8px;
	margin:7px 1px 0px 0px;
	width:280px;
	cursor:pointer;
}

.jqueryHeaderTextContent div.buttonPrev {
	background-color:#F38C13;
	font-weight:bold;
	width:44px;
	float:left;
	cursor:pointer;
	background-image: url(img/arrow_zurueck.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 17px;
}

.jqueryHeaderTextContent div.buttonNext {
	background-color:#F38C13;
	padding:6px 8px 6px 8px;
	margin:1px 1px 0px 0px;
	font-weight:bold;
	width:52px;
	float:left;
	text-align:left;
	cursor:pointer;
	background-image: url(img/arrow_weiter.gif);
	background-repeat: no-repeat;
	background-position: 55px center;
}


