body {
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
	background-color: #000000;
	color: #EEEEEE;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-top: 50px;
    height: 100vh;
}

address {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a:Link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:Visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:Hover {
	color: #ff8000;
	font-weight: bold;
	text-decoration: none;
}

a:Active {
	color: #0066ff;
	font-weight: bold;
	text-decoration: none;
}

p.title {
    text-align: center;
    font-family: Times, TimesNR, 'New Century Schoolbook', Georgia, 'New York';
    font-size: 72pt;
    font-stretch: wider;
    font-weight: bold;
}

p.small {
	font-size: 10pt;
}

div.top {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    width: 830px;
}

div.fenster {
    margin-left: auto;
    margin-right: auto;
	padding: 25px;
    border: 1px solid black;
	border-radius: 25px;
    background-color: #AACFAA;
    color: #000033;
    width: 75%;
	text-align: center;
}

div.gap {
    background-color: transparent;
    height: 200px;
}

div.spacer {
    background-color: transparent;
    height: 200px;
}
