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: #000;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    }
    .twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #BA8D38;
	text-align: left;
	background-image: url(website-background-navi.jpg);
    } 
    .twoColFixLtHdr #header {
	background-color: #FFC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 200px;
	background-image: url(website-header20090513.jpg);
	background-repeat: no-repeat;
	background-position: center;
    } 
    .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. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(website-navigation20090513.jpg);
	background-repeat: no-repeat;
    }
    .twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 175px;
	background-image: url(website-inhaltsspalte20090513.jpg);
	background-position: right top;
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #BA8D38;
	background-image: url(website-footer.jpg);
	height: 57px;
    } 
    .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. */
    }
	.twoColFixLtHdr #showCase {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
    } 
.twoColFixLtHdr #container #header #seitentitel {
	left: 295px;
	top: 210px;
	position: relative;
	width: 240px;
	font-size: 20px;
	color: #DF0276;
	font-weight: bold;
	text-align: center;
	}
	.twoColFixLtHdr #pageContent {
	background-color: #FFE859;
    } 
    .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;
    }
	.seitentitel {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 600px;
	top: 150px;
	color: #FFE859;
}
h0 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
	
	a  {
	color: black;
	text-decoration: underline;
}
.margib_box {
	background-color: #DF0276;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 5px;
	border: 1px solid #231806
}
.margib_box_yellow {
	background-color: #FFFFCC;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 5px;
	border: solid 1px black
}
.margib_box_red {
	background-color: #FF3300;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 5px;
	border: solid 1px black
}
.sponsor_box {
	background-color: #FFE859;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 5px;
	border: 1px solid #BA8D38;
	width: 130px;
	color: #000;
}
.attention_box {
	background-color: #DFA516;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #DF0276;
	width: 125px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #000;
}
hr 
{
	border:none;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
.minischrift {
	font-size: 10px;
}
.bilderrahmen {
	border: 1px solid #999;
}
.textfarbig {
	color: #DF0276;
}

