<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- Deklaration für BODY -----*/
body
{
	margin: 0;
	padding: 10px;
	background: #d1ccc6;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
}
/*----- Deklaration für den Hauptrahmen -----*/
#frame
{
	width: 775px;
	margin: 0 auto;
	padding: 5px;
	background: #ffffff;
	border: 2px solid #918c86;
	text-align: left;
}
/*----- Deklaration für den Header -----*/
#header
{
	height: 260px;
	margin: 0 0 4px 0;
	padding: 0 0 0 4px;
	background: #ffffff;
}
#header-left
{
 	margin: 0;
	padding: 0;
	float: left;
}
#header-right
{
	margin: 0;
	padding: 0;
	float: middle;
}
#header img
{
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}
/*----- Deklaration für den Hauptteil -----*/
#main
{
	width: 100%;
	margin: 0;
	padding: 0;
}
/*----- Deklaration für die Navigation -----*/
#navigation
{
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:8pt;
        vertical-align: top;
}
#navigation a
{
	display: block;
	width: 180px;
	margin: 0;
	padding: 4px 4px;
	background-color: #d1ccc6;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
span.titel
{
	display: block;
	width: 180px;
	margin: 0;
	padding: 4px 4px;
	background-color: #7F604F;
	border-bottom: 1px solid #ffffff;
	color: #ffffff; 
}
/*----- Deklaration für die Sponsoren -----*/
#sponsors
{
	width: 210px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
        vertical-align: top;
}
#sponsors p
{
	margin: 0 0 0.8em 0;
	line-height: 1.2em;
	font-size: 0.9em;
}
#sponsors a
{
	color: #000000;
	text-decoration: none;
}
#sponsors a:hover
{
	color: #000000;
	text-decoration: underline;
}
#sponsors img
{
	margin: 0;
	padding: 0;
	border: 0;
}
/*----- Deklaration für den Inhalt -----*/
#content
{
	width: 525px;
	padding: 0 20px 0 15px;
	text-align: left;
        vertical-align: top;
	font-size: 10pt;
}
#content h2
{
	margin: 0 0 0.8em 0;
	font-family: Arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #444444;
}
#content h3
{
	margin: 0 0 0.4em 0;
	font-family: Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #444444;
}
#content p.alert
{
	padding: 5px;
	background-color: #ffffcc;
}
#content a
{
	color: #7F604F;
	text-decoration: none;
}
#content a:hover
{
	color: #7F604F;
	text-decoration: underline;
}
.button
{
  background-color: #7F604F ;	
  color: white;
  height: 10px;
  font-size: 0.9em;
  font-weight: 900;
  vertical-align: middle;
  text-align: center;
  padding: 1 3 1 3px;
}
#content a.button
{
  color: white;
}
#content a:hover.button
{
  color: white;
  text-decoration: none;
}
#content a:link.button
{
  color: white;
  text-decoration: none;
}
#content a:visited.button
{
  color: white;
  text-decoration: none;
}
#content ul
{
	margin: -0.8em 0 10px 20px;
	padding: 0;
	font-size: 1.2em;
}
#content table
{
	margin: 0 0 10px 0;
        border: 0;
	text-align: left;
}
#content th, td
{
        background: #ffffff;
        font-size: 0.75em;
}
#content img
{
	margin: 0px;
	padding: 0;
	border: 0;
}
/*----- Deklaration für den Footer -----*/
#footer
{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center;
	font-size: 1em;
}
#footer a
{
	color: #7F604F;
	text-decoration: underline;
}
#footer a:hover
{
	color: #7F604F;
	text-decoration: underline;
}
#footer a:visited
{
	color: #7F604F;
	text-decoration: underline;
}
/*----- sonstige Deklarationen -----*/
.clear
{
	clear: both;
	font-size: 1px;
	color: #ffffff;
	float: none;
}
td
{
	vertical-align:top;
}
textarea
{
	font-family: Verdana, Tahoma, sans-serif;
	background: #d1ccc6;
}
input
{
	font-family: Verdana, Tahoma, sans-serif;
	background: #d1ccc6;
}
.eintrag
{
	background: #EFEFEF;
}
</pre></body></html>