body {
	/*background: url(images/bg.jpg) fixed;*/
	background: url(images/Motiv_2.jpg) fixed;
	background-size: 100% auto;
	/*background-position: 0 -300px;*/
	font-family: 'Open Sans', sans-serif;
	color: #5B5B5B;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#header {
	position: fixed;
	width: 727px;
	left: 50%;
	top: 10%;
	margin-left: -363px;
	height: 94px;
	background: url(images/logo.png) center center no-repeat;
}

.box {
	margin-top: 640px;
	width: 100%;
	background: #fff;
	min-height: 800px;
}	

#scroll {
	text-align: center;
	height: 60px;
	margin: 0px auto;
	width: 300px;
	background: url(images/arrow.png) center 18px no-repeat;
	transition-duration: .5s;
}

#scroll:hover {
	background-position: center 23px;
}

h1 {
	color: #3B7CC2;
	font-size: 55px;
	text-align: center;
	padding: 30px 30px 0 30px;
	font-weight: 100;
}
h2{
	color: #3B7CC2;
	font-size: 25px;
	text-align: center;
	padding: 3px 3px 0 3px;
	font-weight: 100;
}

hr {
	border: 0px solid white;
	border-bottom: 1px solid #3B7CC2;
	margin: 12px 45px 45px 45px;
}

p {
	text-align: center;
	margin: 0px 45px 45px 45px;
	font-size: 20px;
}

a.button {
color: white;
background: #3B7CC2;
padding: 16px 34px;
text-decoration: none;
transition-duration: .5s;
}
a.button:hover {
box-shadow: 0 0 10px #3B7CC2;
}

.pic {
text-align: center;
padding: 20px 0 0 0;
}