<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	font-weight: 400;
}
.header {
	background-image: url(grafik/header_bg.png);
	background-repeat: no-repeat;
	background-position:top center;
	height:260px;
}
.content {
	background-image: url(grafik/content_bg.png);
	background-repeat: repeat-y;
	background-position:center;
}
h1 {
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
	color: #fff;
	border-bottom: 1px #FFF solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: 900;
	line-height: 23px;
	color: #fff;
	border-bottom: 1px #FFF dotted;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-variant: small-caps;
}
h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 25px;
	border-top: 1px #AA4040 solid;
	border-bottom: 1px #AA4040 solid;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px #AA4040 solid;
	padding-left: 15px;
	background-color: #5F0808;
	margin-right:91px;
	margin-bottom:0px;
	margin-top: 10px;
	font-weight: 900;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
a.hellgrau:link {
	color:#D7D5CF;
}
a.hellgrau:active {
	color:#D7D5CF;
}
a.hellgrau:visited {
	color:#D7D5CF;
}
a.hellgrau:hover {
	color:#D7D5CF;
	text-decoration:underline;
}
a.weiss:link {
	color:#fff;
}
a.weiss:active {
	color:#fff;
}
a.weiss:visited {
	color:#fff;
}
a.weiss:hover {
	color:#fff;
	text-decoration:underline;
}
.tabelle {
	border-bottom:1px solid #FFF;
	height:45px;
	vertical-align:middle;
}
</pre></body></html>