h3 {
	color:#383539;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	padding: 0;
	text-align: center;
	background-color: #ad053d;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 #container {
	width: 900px;  /* 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. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
 #header {
	background: #fff;
	/* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../images/banner-startseite.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 900px;
}

#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: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}

#sidebar	{
	width: 280px;
	background-color:#fff;
	margin-top:30px;
	margin-right:5px;
	float:right;
	border: solid #000;
	border-width:1px 1px 1px 3px;
		
	}
#sidebar table tr {
	font-size: 11px;
	color: #383539;
	line-height:14px;
	
}
#sidebar table tr .rot {
	font-size: 11px;
	color: #AD053C;
	font-weight:bold;
}


#sidebar h1 {
	font-size: 12px;
	color: #ae053e;
	background-color: #CCC;
	width: 278px;
	padding: 5px 0 5px 2px;
	margin:0;
	font-weight:bold;
}


 #mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	font-size: 12px;
	color: #37353A;
	margin-top:20px;
	margin-bottom:40px;
	line-height: 18px;
	width:570px;
	float:left;
	
 }
 
 #footer {
	background-color: #302E32;
	height: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
}
#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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #302E32;
	text-align: center;
}


 #footer a {
	text-decoration: none;
	color: #FFF;
}
 #footer a:hover {
	text-decoration: none;
	color: #ad053d;
}
#hauptnavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37353A;
	margin-left: 0px;
	text-decoration: none;
	height: 20px;
	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #AE053E;	border-bottom-color: #AE053E;	border-top-width: 2px;	border-bottom-width: 2px;
	margin-top: 0px;
	padding-top: 5px;
}
#hauptnavigation a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #383539;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
}
#hauptnavigation a:hover {
	color: #ad053d;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	}


#hauptnavigation a#kontakt{
	color: #999;
	margin:0px 15px 0px 20px;
}
#hauptnavigation a#impressum{
	color: #999;
}
#hauptnavigation a#aktuell {
	color: #ad053d;
	height: 25px;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #CCC;
		
}

#mainContent h1 {
	font-size: 15px;
	color: #ad053d;
	line-height: 22px;
}
#mainContent h2 {
	font-size: 14px;
	color: #666666;
}

#kontakt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #AD053D;
	text-decoration: none;
}
#subnavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AD053C;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width:2px;
	border-left-style: none;
	border-bottom-color: #AD053C;
	height: 20px;
	padding-top: 5px;
	padding-left: 212px;
}
#subnavigation a{
	color: #AD053C;
	text-decoration: none;
	padding-right:20px;
}
#subnavigation a:hover{
	color: #333333;
	
}
#subnavigation a#aktuell {
	color: #FFF;
	background-color: #999;
	height: 25px;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	
	
}
.tabelle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 2px;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/listenpunkt.jpg);
	list-style-type: none;
}
a {
	color: #AD053D;
	text-decoration: yes;
	
}#weihnachten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #063;
	padding: 4px;
	border: 1px solid #AD053C;
	margin-bottom: 10px;
}
.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;
}
#container #sidebar table {
	color: #AD053C;
}

