body {font-family: sans-serif;
 	text-align: center;
	margin: 1.5em;
	padding: 1.5em;
	background-color: #6633cc;
	background-image: url(bilder/seitenkopf_rot.jpg);
	background-image: center;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	font-size: 10pt;
}

h1 {	font-size: 2em;
	text-align: right;
	color: white;
	font-weight: bolder;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
}

h2 {	font-size: 0.9em;
	margin-top: 110px;
	text-align: center;
	color: white;
}

a {	font-weight: bolder;
	text-decoration: none;
	color: white;
	margin-left: 1em;
	margin-right: 1em;
}

a:hover {
	text-decoration: underline overline;
}

a:visited {
	color: #cc99cc
}
img {
	padding: 0.5em;
}
