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

/* Layout-Rahmen */

body {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 880px;
	margin: 0 auto 0 auto;
	background: #003967;
	height: 220px;
	padding: 10px 0px 0px 0px;
}

/* __________________________________________________ JShowOff */

/* allgmein */

.jshowoff-play {
	display: none;
}
.jshowoff-controls {
}

/* grosser Slider */

.startseite-slider div {
	width: 900px;
}
.startseite-slider {
	margin: 0;
	padding: 0;
	height: 220px;
	width: 880px;
	clear: both;
	background: #003967;
	overflow: hidden;
}
.startseite-slider .jshowoff-prev {
	position: absolute;
	top: 100px;
	left: 10px;
	height: 23px;
	width: 13px;
	display: block;
	background: url(../images/slider-pfeil-prev.png) top left no-repeat;
	text-indent: -100000px;
}
.startseite-slider .jshowoff-next {
	position: absolute;
	top: 100px;
	right: 10px;
	height: 23px;
	width: 13px;
	display: block;
	background: url(../images/slider-pfeil-next.png) top left no-repeat;
	text-indent: -100000px;
}
.startseite-slider .jshowoff-controls a:hover {
	background-position: 0 -23px !important;
}

.startseite-slider  .jshowoff-slidelinks {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 208px;
	z-index: 1000;
	text-align: center;
	width: 900px;
}
.startseite-slider  .jshowoff-slidelinks a {
	display: inline-block;
	text-align: center;
	margin: 0 0 0 4px;
	height: 5px;
	width: 5px;
	text-indent: -10000px;
	background: url(../images/kreisbutton.png) 0 0px no-repeat;
	padding: 0;
	overflow: hidden;
}
.startseite-slider .jshowoff-slidelinks a:hover {
	background-position: 0 -5px;
	}
.startseite-slider .jshowoff-slidelinks a.jshowoff-active, .startseite-slider .jshowoff-slidelinks a.jshowoff-active:hover {
	background-position: 0 -5px;
}
