body {
	background-image: url('../img/concrete_seamless.png');
	background-repeat: repeat;
}
.container {
	width: 800px;
	height: 600px;
	margin: 0px auto;
	background-image: url('../img/body-bg.jpg');
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.46);
	margin-top: 8%;
}
.logo {
	background-image: url('../img/logo.png');
	width: 200px;
	height: 87px;
	float: right;
	right: 100px;
	top: 120px;
	position: relative;
}
.services, .contact {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	color: #732E06;
	position: relative;
	top: 140px;
	left: 100px;
	 width: 600px;
}
.services ul {
	list-style-image: url('../img/bullet.png');
}
.clearfix {
	clear:both;
}
.contact {
	font-size: 10pt;
	top: 260px;
	left: 115px;
	width: 585px;
}

.contact .left {
	position: relative;
	font-weight: 700;
	float: left;
}
.contact .right {
	float:right;
	text-align:right;
	color: black;
}
.phone {
	font-size: 14pt;
	font-weight: 700;
}
.contact a {
	color: red;
	text-decoration: none;
}
.impressum {
	margin: 0px auto;
	float: none;
	display: block;
	width: 760px;
	background-color: white;
	padding: 20px;
	margin-top: 8%;
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.46);
	font-family: 'Droid Sans', sans-serif;	
}

@media screen and (max-width: 800px) {
.container, .impressum {
	width:100%;
	background-color:white;
	margin-top: 0px;
}
.impressum {
	width:90%;
}
.logo {
	float:none;
	margin: 0px auto;
	position:relative;
	right:0;
	left:0;
}
.services {
	left: 0px;
	margin: 0px auto;
	width: 88%;
	float: none;
}
.contact, .contact .right, .contact .left {
	width: 90%;
	left: 0px;
	margin: 0px auto;
	float: none;
	text-align: center;
	padding-bottom: 25px;
}
.contact {
	top: 180px;
}

}