html, body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
}

body a:link, body a:visited {
	color: #ffffff;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#contents {
	margin-left: -350px;
	position: absolute;
	top: -70px;
	left: 50%;
	width: 701px;
	height: 140px;
}

#plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
}

#plain a:link, #plain a:visited {
	color: #800000;
	text-decoration: underline;
}

#plain a:hover {
	text-decoration: none;
}

#plain_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#plain_white a:link, #plain_white a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#plain_white a:hover {
	text-decoration: none;
}

#big_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

#big_white a:link, #big_white a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#big_white a:hover {
	text-decoration: none;
}

#big_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
}

#big_red a:link, #big_red a:visited {
	color: #800000;
	text-decoration: underline;
}

#big_red a:hover {
	text-decoration: none;
}

#titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
}

#titel a:link, #titel a:visited {
	color: #800000;
	text-decoration: underline;
}

#titel a:hover {
	text-decoration: none;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	padding-left: 4px;
	padding-bottom: 4px;
}

#copyright a:link, #copyright a:visited {
	color: #800000;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}