

#hintergrund {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 90;
}
p {
	margin: 0px;
	padding: 0px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	/*border: 10px solid white;*/
	overflow: scroll; /*leave this value alone*/
	width: 920px;
	height: 500px; /*Height should enough to fit largest content's height*/
	background-color: #0176ac;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	z-index: 103;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden;
	/*clip content that go outside dimensions of holding panel DIV*/
	width: 920px;
	/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#fake {
	width: 952px;
	background-image: url(images/test.jpg);
	background-repeat: no-repeat;
	margin-left: -460px;
	left: 50%;
	height: 800px;
	position: absolute;
	z-index: 91
}

#page {
	width: 920px;
	height: 500px;
	margin: auto
}

#popup {
	position: absolute;
	visibility: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 100px;
	margin-left: -460px;
	left: 50%;
	z-index: 150
}

#vor {
	position: absolute;
	width: 143px;
	height: 38px;
	bottom: 0px;
	right: 0px;
}

#zurueck {
	position: absolute;
	width: 143px;
	height: 38px;
	bottom: 0px;
	left: 0px;
}

#text_box {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#pic {
	float: left;
	padding-top: 60px;
	padding-left: 17px;
}

.text_header {
	color: #ffffff;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 20px;
}

.text {
	color: #ffffff;
	font-size: 14px;
	font-family: arial;
	line-height: 18px;
}

.subtext {
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: arial;
}