@charset "UTF-8";
body  {
	text-align: center;
	background-color: #fff0d1;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
    }
.info    #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;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c6003e;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #c6003e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6003e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6003e;
	padding: 0px;
    } 
.info   #mainContent {
	width: 580px;
	margin: 10px;
    } 
.info #sidebar {
	float: right;
	width: 240px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.info   #footer {
	background:#DDDDDD;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
    } 
    .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;
    }
.hauptfett {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.haupttext {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-decoration: none;
}
.haupttext_fett_rahmen {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 6px;
	background-color: #dddddd;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.haupttext_liste {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	list-style-position: outside;
	list-style-image: url(pics/bullet2a.png);
}
.haupttext_liste_link {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(pics/bullet2a.png);
	padding: 0px;
}
.haupttext_rot {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #c6003e;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-decoration: none;
}
.head {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.impress {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}
.infofett {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	padding: 0px;
}
.infotext {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.infotext_liste {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(pics/bullet2a.png);
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	list-style-type: none;
}
