html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body {
	background-color: #f1e5d2;
}

#body_wrapper {
	margin-top: 2%;
	width: 50%;
	height: auto;
	margin-left: 25%;
}

#header {
	width: 80%;
	height: auto;
	margin-left: 10%;
}

#header img {
	width: 30%;
	height: auto;
	margin-left: 35%;
}

#baustelle {
	margin-top: 2%;
}

#baustelle img {
	width: 80%;
	height: auto;
	margin-left: 10%;
}

#text {
	width: 100%;
	text-align: center;
}

#text p {
	font-size: x-large;
}

#text a {
	text-decoration: none;
	color: #008000;
}

#text a:hover {
	color: #3d3d3d;
}