body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #949494;
}
#zentrum {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
}
#puertasabiertas {
	margin-right: 20%;
	margin-left: 20%;
}
#wrapper {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
	width: 960px;
	height: 697px;
	background-image: url(../dummy.jpg);
}
#content {
	float: left;
	width: 20%;
	margin-top: 22%;
	margin-left: 5%;
	font-family: Helvetica, Verdana, serif;
	font-size: 1em;
}
#imagegalerie {
	float: right;
	width: 60%;
	margin-top: 10%;

}
#footer {
	/*background-image: url(../images/footer.jpg);*/
	clear: both;
	float: none !important;
	padding-top: 1%;
	margin-left: 30%;
}
ul { list-style-type: none;}
a {
	text-decoration: none;
	color: white;
}
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white; 
}
a:hover {
	text-decoration: none;
	color: purple;
}
a:active { 
}
h1 {
	color: grey;
}
p {
	color: grey;
}