body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helevetica, sans-serif;
	color: #575757;
	background: url(hintergrund-grau.gif);
	background-size: contain;
}

.header {
	background: url(hintergrund.jpg);
	background-size: cover;
	width: 100%;
	height: 200px;
}

.bar {
	background: url(claim.jpg) #bcbdc0;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 42px;
	position: absolute;
	top: 200px;
}

.logo {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -80px;
}

.content-wrap {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 30px;
	background: #fff;
}

.content {
	width: 900px;
	margin: 0 auto;
}

.content p {
	text-align: center;
	margin-bottom: 20px;
}

.content p.first-line {
	font-weight: bold;
	font-size: 20px;
}

.impressum p {
	font-size: 14px;
	text-align: left;
}

.impressum a {
	color: #5da59b;
}

.impressum a:hover {
	color: #c84c43;
}

.bottom {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

.leftbox {
	float: left;
	background: #fff;
}

.leftbox img {
	border-top: 8px solid #5da59b;
}

.rightbox::before {
	content: "";
	position: absolute;
	z-index: 9999;
	background: url(schatten.png);
	height: 369px;
	width: 18px;
	margin-top: -4px;
}

.rightbox {
	float: right;
	background: #fff;
}

.rightbox div {
	border-top: 8px solid #c84c43;
}

.leftbox p, .rightbox p {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
}

.rightbox p a {
	text-decoration: none;
	color: #575757;
}

.rightbox p a:hover {
	color: #c84c43;
	text-decoration: underline;
}

.footer {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	padding-top: 120px;
}

.imprint {
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}

.imprint a {
	font-size: 14px;
	color: #575757;
	text-decoration: none;
}

.imprint a:hover {
	color: #c84c43;
	text-decoration: underline;
}








.clearfix:after,.clearfix:before{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}