@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: 900;
	color: #fff;
}
h3 {
	font-size: x-large;
	text-align:center;
	font-weight: 400;
	color: #000;
}
p {
	font-size: large;
	text-align: center;
	font-weight: 400;
	color: #000;
}
a {
	font-size: large;
	text-align: center;
	text-decoration:underline;
	font-weight: 400;
	color: #00A3DA;
}
#wrapper #headline {
	background-color: #00A3DA;
	text-align: center;
	margin-bottom: 100px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}

.imgzentriert {
	display: block;
	width:100%;
	text-align: center;
}
