/* === SLIDER */

#slidewrap {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#headslider img {
	display: block;
	float: left;
}

#slideprev, #slidenext {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	height: 600px;
	width: 50%;
	top: 0;
	position: absolute;
}

#slideprev:hover, #slidenext:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}

#slideprev { left: -690px; }
#slidenext { right: -690px; }

#slidepager {
	margin-left: -660px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}

#slidepager a {
	border: 2px solid #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}

#slidepager a:hover { background-color: rgba(255, 255, 255, 0.5); }
#slidepager a span { display: none; }
#slidepager a.selected { background-color: #fff; }

/* === WERBEBANNER */

#werbebanner {
	position: absolute;
	right: -210px;
	top: 0;
	width: 160px;
	height: 600px;
}

/* === GALERIE */

#galerie > div {
	width: 630px;
	float: left;	
}

#pager { margin-top: 10px; }

#pager a {
	display: inline-block;
	padding: 2px 10px 1px;
	background: #cae1e7;
}

#pager a + a { margin-left: 10px; }

#pager a.selected, #pager a:hover { background: #4d6268; color: #cae1e7; }

#pager a.ellipsis { border-color: transparent; }
#pager a.ellipsis:after { content: '...'; }
#pager a.ellipsis span { display: none; }

/* === STATEMENTS */

#statements > div {
	width: 960px;
	float: left;
}

#statements { margin-bottom: 1.444444444em; }

.sprechblase { 
	margin-right: 30px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.sprechblase-icon {
	width: 30px;
	height: 20px;
	background: url(../images/sprechblase.png);
	position: absolute;
	right: 0;
	top: 40px;	
}

#statements h4 { margin-top: 15px; }

.personentext { display: inline-block; position: absolute; bottom: 0; }

/* === PARTNER */

#partner { background: #fff; }

#partner div {
	text-align: center;
	width: 192px;
	height: 96px;
	padding: 10px 0;
	float: left;
	position: relative;
}