@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	background-color: #cecece;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}

#part1 {
	top: 55px;
	left: 60px;
	position: absolute;
	width: 171px;
}

#part2 {
	top: 55px;
	left: 226px;
	position: absolute;
	width: 421px;
}

#part3 {
	top: 55px;
	left: 647px;
	position: absolute;
	width: 349px;
}

#part3 p {
	position: absolute;
	left: 39px;
	top: 116px;
	padding-bottom: 100px;
}

.referenzbild {
	padding-bottom: 8px;
}

#impressumbox {
	text-align: center; 
}

#impressum {
	margin: 50px auto;
	text-align: left;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

#impressum p {
	padding-bottom: 15px;
}

#impressum h1 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
}

#impressum a {
	color: #990000;
	border: none;
	text-decoration: none;
}

