body {
	margin:0 auto;
	overflow-x: hidden;

	font-family: "Open Sans", sans-serif;
}

header {
	background-image: url("img/head-bg.jpg");
	height: 106px;

}

h1 {
	margin: 0 auto;
	width: 1020px;
	padding-top: 125px;
	padding-left: 125px;
	margin-bottom: 45px;
	font-weight: 100;
	font-size: 4em;
	color: #fff;
}

p {
	margin: 0;
	color: #5d6b79;
	text-align: right;
	font-size: 1.3em;
	font-weight: normal;
}

strong {
	font-weight: 700;
}

#header-txt {
	text-align: left;
	width: 300px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 600px;
}

#header-txt p {
	text-align: right;
}

#logo {
	padding-left: 300px;
	padding-top: 16px;
}

#big-img {
	margin: 0 auto;
	background: url("img/header-img.jpg") no-repeat center center scroll;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 0 0;
	height: 559px;
	min-width: 1650px;

}

#content-wrapper {
	background-image: url("img/bg.png");
	height: 449px;
}

#content {
	margin: 0 auto;
	margin-top: 25px;
	background-image: url("img/content-bg.jpg");
	width: 1020px;
	height: 300px;
}

#content a {
	text-decoration: none;
	color: #5d6b79;
}

#content a:hover {
	color: #fecc00;
}

#heading-kontakt {
	padding: 0;
	padding-left: 50px;
	padding-top: 7px;
	color: #5d6b79;
	font-size: 2.5em;
	font-weight: bold;
}

#left-content {
	float: left;
	margin-top: 8px;
	margin-left: 60px;
}

#right-content {
	margin-top: 8px;
}

#left-content p, #right-content p {
	text-align: left;
	padding-left: 35px;
	font-size: 17px;
}

#left-first {
	background-image: url("img/pointer.png");
	background-repeat: no-repeat;
	background-position: 0 5px;

}

#left-second {
	margin-top: 30px;
	background-image: url("img/phone.png");
	background-repeat: no-repeat;
	background-position: 0 5px;

}

#right-content {
	float: left;
	margin-left: 150px;
}

#right-first {
	background-image: url("img/mail.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#right-second {
	margin-top: 52px;
	background-image: url("img/visit.png");
	background-repeat: no-repeat;
	background-position: 0 5px;

}

.clear {
	clear: both;
}

footer {
	font-size: 14px;
	color: #5d6b79;
	width: 919px;
	margin: 0 auto;
	margin-top: 50px;
}

#impressum {
	padding-right: 40px;
	margin-right: 60px;
	margin-bottom: 50px;
	background-image: url("img/impressum.png");
	background-repeat: no-repeat;
	background-position: 92px -3px;

	float: left;
}

#impressum:hover {
	color: #fecc00;
	background-image: url("img/impressum-mo.png");
	background-repeat: no-repeat;
	background-position: 92px -3px;
}

footer a {
	color: #5d6b79;
}
