body {
	margin: 0px;
	padding: 0px;
	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
}

h1 {
	font-size: 72px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a:visited, a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

p {
	margin: 0px;
}

#personen {
	position: absolute;
	left: 50px;
	top: 50px;
}

#titel {
	position: absolute;
	left: 320px;
	top: 150px;
}

#kurator {
	position: absolute;
	left: 50px;
	top: 500px;
}

#druckfrisch {
	position: absolute;
	left: 320px;
	top: 500px;
}
.capital {
text-transform: uppercase;
font-weight: bold;
}