@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	letter-spacing: 1px;
}

a,a:visited {
	color: #005782;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: #99042f;
	text-decoration: none;
	border: 0;
}

#wrapper {
	height: auto;
	width: 960px;
	margin: 40px auto;
	background: url(../images/logoHeader.jpg) no-repeat top center;
	position: relative;
}

.facebook {
	position: absolute;
	top: 119px;
	left: 75px;
	width: 450px;
	height: 25px;
	display: block;
	z-index: 100;
}

.logoHeaderClick {
	position: absolute;
	top: 150px;
	right: 25px;
	width: 221px;
	height: 22px;
	display: block;
	background: url(../images/logoHeaderKlick.jpg) no-repeat;
	cursor: pointer;
	z-index: 100;
}

.logoHeaderClick:hover {
	background: url(../images/logoHeaderKlickHover.jpg) no-repeat;
}

.iconPDF {
	position: absolute;
	z-index: 100;
	top: 25px;
	right: 25px;
	height: 85px;
	width: 85px;
	display: block;
	cursor: pointer;
	background: url(../images/iconPDF.jpg) no-repeat;
}

.iconPDF:hover {
	background: url(../images/iconPDFHover.jpg) no-repeat;
}

.contentBox {
	width: 885px;
	height: auto;
	margin: 0 0 40px 75px;
	position: relative;
}

.contentBoxEins {
	padding-top: 182px;
}

.contentBoxArrows {
	position: absolute;
	left: 0;
	top: 80px;
	display: block;
	height: 231px;
	width: 60px;
	background: url(../images/arrowsDown.jpg) no-repeat;
	z-index: 10;
}

.contentBoxEins .contentBoxArrows {
	top: 262px;
}

.headline {
	font-size: 29px;
	font-weight: bold;
	color: #99042f;
	letter-spacing: normal;
	position: relative;
	margin-bottom: 15px;
}

.headline .headlineText {
	position: absolute;
	top: 13px;
	left: 72px;
}

.contentBoxContent {
	margin-left: 72px;
	line-height: 20px;
}

.contentBoxContentBorder,.contentBoxContentBorderLegend {
	border: 2px solid #d9d9d9;
	padding: 20px 30px 20px 20px;
	border-radius: 10px;
	margin: 20px 25px 30px 0;
	position: relative;
}

.contentBoxContentBorderLegend {
	padding: 25px 30px 20px 20px;
}

.contentBoxBorderFinish {
	width: 769px;
	border: 6px solid #99042f;
	padding: 20px 30px 30px 20px;
	margin: 70px 0 50px 108px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	color: #99042f;
}

.contentBoxBorderFinishIcon {
	position: absolute;
	z-index: 10;
	top: -30px;
	left: -36px;
}

.contentBoxDisclaimer {
	width: 781px;
	margin: 0 0 50px 96px;
	position: relative;
	text-align: center;
	line-height: 20px;
	color: #808080;
}

.headlineDisclaimer {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #808080;
}

ol li {
	margin: 0 0 10px 20px;
}

ol li ol li {
	margin: 10px 0 5px 30px;
	list-style: circle;
}

.contentBoxContentBorderIcon {
	position: absolute;
	z-index: 10;
	bottom: -20px;
	right: -22px;
}

.contentBoxContentBorderLegendText {
	position: absolute;
	z-index: 10;
	height: 20px;
	top: -10px;
	left: 20px;
	background: #ffffff;
	color: #99042f;
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
}