@charset "UTF-8";
body  {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCC;
}
.twoColFixLtHdr #container {
	width: 780px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
} 
.twoColFixLtHdr #header {
	background-color: #C30;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	background-color: #FC6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: smaller;
	font-style: italic;
	background-color: #DDD;
	padding: 8px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 15;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.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;
}
.fett {
	font-weight: bold;
}
.grau {
	color: #666;
}
.weiss {
	color: #fff;
}
.grau_15 {
	color: #666;
	font-size: 1.2em;
}
ol,ul {
	/*list-style-type: none;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
} 
ulq8 {
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	list-style-image: url(../gif/q8.gif);
} 
li {
	padding: 0;
	margin-bottom: 0.4em;
} 
liq8 {
	padding: 0;
	margin-bottom: 0.4em;
} a:link {
	text-decoration: none;
	color: #C03;
}
a:visited {
	text-decoration: none;
	color: #639;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
/*a:active {
	text-decoration: none;
	color: #F00;
	background-color: #FFF;
}*/
.kleiner_grau {
	font-size: smaller;
	color: #666;
}
.q8 {
	list-style-image: url(../gif/q8.gif);
}
h1 {
	color: #300;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -0.1em;
}
h2 {
	color: #006;
	font-size: large;
	font-weight: bold;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -0.4em;
}
h3 {
	color: #900;
	font-size: medium;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-bottom: -0.4em;
}
h4 {
	color: #900;
	font-size: small;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -0.4em;
	font-style: normal;
}
h5 {
	color: #900;
	font-size: x-small;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.4em;
	font-style: normal;
}
h6 {
	color: #900;
	font-size: x-small;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -0.4em;
	font-style: normal;
}
p {
	/*margin-bottom: 4px;*/
	color: #003;
	font-size: small;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: -0.4em;
	text-align: left;
}
.kursiv {
	font-style: italic;
}
#kursiv {
	font-style: italic;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
#q8 {
	list-style-image: url(../gif/q8.gif);
	margin-bottom: 1.4em;
}
#q12 {
	list-style-image: url(../gif/q12.gif);
	margin-bottom: 1.4em;
}

