<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align: center;
	background-color: #FFFFD0;
	background-image:url(../Images/Hell.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;	
}

#top {
	margin: auto;
	margin-bottom: 10px;
	height: 150px;
	background-image:url(../Images/Top.jpg);
	border-bottom: 1px solid #497044;
	border-radius: 10px;
	/* box-shadow: 4px 4px 2px grey; */
	width: 978px;
	text-align: center;
}

#main {
	width: 978px;
	margin: auto;
	background-color:#9dc199;
	margin-bottom: 10px;
	border: 1px solid #497044;
	box-shadow: 4px 4px 2px grey;
	border-radius: 10px;
}

#nav {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 25px;
	margin-right: 25px;
	z-index:2;
}
.navbutton {
	width: 180px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 0px;
	text-align: left;
	color: #666666;
	margin-bottom: 1px;
	background-color: #ffdb00;
	border-radius: 0px 10px 10px 0px;
}
.navbuttonSub {
	width: 180px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 1px;
	background-color: #fff093;
	border-radius: 0px 10px 10px 0px;
}
.navbuttonSel {
	width: 180px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: left;
	background-color: #e50511;
	color: #FFFFFF;
	font-weight:bold;
	border-radius: 0px 10px 10px 0px;
}
.navbuttonSelSub {
	width: 180px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: left;
	background-color: #fff093;
	color: #000000;
	font-weight:bold;
	border-radius: 0px 10px 10px 0px;
}

#register {
	margin-left: 210px;
}

#registeron {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:22px;
	text-decoration: none;
	width: 75px;
	height: 25px;
	border-left: 1px solid #7E8420;
	background-color: #497044;
	border-radius: 10px 10px 0px 0px;
}
#registeroff {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:22px;
	text-decoration: none;
	width: 75px;
	height: 25px;
	border-left: 1px solid #cccccc;
	background-color: #666666;
	border-radius: 10px 10px 0px 0px;
}
#content {
	padding: 10px;
	padding-left: 25px;
	text-align:left;
	margin-left: 200px;	
	border-left: 1px solid #4a5767;
	min-height: 600px;
	border-radius: 10px;
	background-color: #FFFFFE;
}

#bottom {
	position: absolute;
	float:left;
	height: 210px;
	width: 310px;
	margin-top: -80px;
	margin-left: -100px;
}

#footer {
	margin: auto;
	width: 978px;
	color: #ffffff;
	background-color:#497044;
	height: 50px;
	border: 1px solid #497044;
	border-radius: 10px;
	box-shadow: 4px 4px 2px grey;
	padding-left: 0px;
}

a:link {
	text-decoration:none;
	color: #666666;	
}
a:visited {
	text-decoration:none;	
	color: #666666;
}
a:hover {
	text-decoration:none;	
}

h1 {
	font-size: 15pt;
	color:#497044;
	line-height: 20pt;
}

h2 {
	font-size: 13pt;
	color:#497044;
}

.farbig {
	color: #497044;
	font-weight:bold;
}


.border {
	border: 1px solid #4a5767;	
}

table {
	background-color:#edeee9;	
	border-collapse:collapse;
}
td {
	border: 1px solid #FFFFFF;	
	padding: 3px;
}

/* Linie */
hr {
	border: 1px dotted #c0c0b9;
}

.box {
	border: 1px solid #c0c0b9;
}
.boxleft {
	float: left;
	margin: 10px;
	margin-left: 0px;
	border: 1px solid #c0c0b9;
}
.boxright {
	float: right;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #c0c0b9;
}
.ikone {
	float: left; 
	padding-top: 2px; 
	padding-right: 5px;
	border: 0px;
}

ul {
	list-style: disc;
};

/* Bilder */
img {
	border: 1px solid #c0c0b9;
}</pre></body></html>