<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #000000;
	background-image: url('../images/core/background.gif');
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #353535;
	height: 100px;
}
#outerContainer {
	width: 100%;
	margin: 0 auto;
}
.centreContent {
	width: 800px;
	margin: 0 auto;
}

.cHeader {
	padding-top: 13px;
}
#navigation {
	background-color: #9e0c0f;
	height: 168px;
}
#navigationItems {
	padding-top: 23px;
}
#navigationImage {
	margin-top:10px;
}
.dLine {
	padding: 0px 8px 0px 8px;
}
#content {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 30px 15px 30px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	width: 800px;
	text-align:right;
	padding-top: 5px;
	margin: 0 auto;
}
img {
	border: 0px;
}
.infofact {
	color: #9e0c0f;
	font-weight: bold;
}

.infofact2 {
	color: #9e0c0f;
	font-weight: bold;
	font-size: 15px;
}

a:link,a:active,a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #626262;
}

/** Sponsoren **/
#leftSponsorContainer {
	float: left;
	width: 355px;
	margin-left: 20px;
}
#rightSponsorContainer {
	float: right;
	margin-right: 20px;
}
.sponsorItem {
	width: 344px;
	border: 1px solid #9e0c0f;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 30px
}
.sponsorItem img {
	height: 65px;
}

.sponsorItemSmall {
	width: 344px;
	border: 1px solid #9e0c0f;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 30px
}
.sponsorItemSmall img {
	height: 55px;
}
</pre></body></html>