<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFFFCC;
	background-image: url(bilder/bg.gif);
	background-repeat: repeat-y;
    }
    .twoColFixLtHdr #container {
	width: auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
    } 
    .twoColFixLtHdr #header {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #C6C9FF;
	background-color: #FFFFFF;
	background-image: url(bilder/bg.gif);
	background-repeat: repeat-y;
	padding-left: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
    } 
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px;
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 10px;
    }
.twoColFixLtHdr  #sidebar1  a:hover {
	float: none;
	color: #051455;
	text-decoration: none;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
}
.twoColFixLtHdr  #sidebar1  a:active {
	float: none;
	color: #051455;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #051455;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
.twoColFixLtHdr  #sidebar1  a:visited {
	float: none;
	color: #051455;
	text-decoration: none;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
}
.twoColFixLtHdr  #sidebar1  a:link {
	float: none;
	color: #051455;
	text-decoration: none;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
}

    .twoColFixLtHdr #mainContent {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFCC;
	float: none;
    } 
.twoColFixLtHdr #mainContent #imgsub {
	float: none;
	font-size: 10px;
	color: #000000;
}


.twoColFixLtHdr #mainContent a:active {
	float: none;
	color: #556AB9;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	float: none;
	color: #556AB9;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:visited {
	float: none;
	color: #051455;
	text-decoration: none;
}
.twoColFixLtHdr  #mainContent  a:link {
	float: none;
	color: #051455;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent td {
	float: none;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}



.twoColFixLtHdr #mainContent p {
	float: none;
	font-size: 14px;
	color: #000000;
}


.twoColFixLtHdr #mainContent h1 {
	float: none;
	font-size: x-large;
	color: #051455;
	text-transform: uppercase;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent h2 {
	float: none;
	font-size: large;
	color: #051455;
}


    .twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
</pre></body></html>