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;
	color: #000000;
	background-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
    .thrColAbsHdr #container {
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 950px;
	text-align:left;/* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	border:none;
    } 
	
	.thrColAbsHdr strong{
	font-size:12px;}
	
	.thrColAbsHdr a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;}
	
	.thrColAbsHdr #header a.additionalnavi{
	color:#CCC;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	}
	
	.thrColAbsHdr #header a.additionalnavi:hover {
	color:#fff;}
	
    .thrColAbsHdr #header {
	height: 35px;  /* 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. */
	color:#CCC;
	background-color: #000033;
	text-align: right;
	vertical-align: bottom;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size:11px;
	line-height:4;
    } 
	
	.thrColAbsHdr #titelbild {
	height: 180px;  /* 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. */
	padding:0;
	position:absolute;
	top:35px;
	left:0;
	width:950px;
	background-color: #fafafa;
    } 
	
	
	
	.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 215px;
	left: 0;
	width: 150px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #781242; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 160px;
	background-color: #C5002D;
    }
	
	.thrColAbsHdr #sidebar1 li {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	margin-left: 0px;
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: none;
	}
	
	
	.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 215px;
	right: auto;
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #fff; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	left: 180px;
	height: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #fafafa;
    }
	
	
	.thrColAbsHdr #sidebar2 li {
	color:#C5002D;
	font-size:11px;
	margin-left: 0px;
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: none;
	}
	
	.thrColAbsHdr #sidebar2 li a{
	color:#000;
	font-weight:bold;}
	
	
    .thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 405px;
	right: auto;
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #781242; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	left: 180px;
	height: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #C5002D;
    }
	
	.thrColAbsHdr #sidebar3 li {
	color:#ffffff;
	font-weight:bold;
	margin-left: 0px;
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: none;
	font-size:11px;
	}
	
	.thrColAbsHdr #sidebar4 {
	background:#000000 none repeat scroll 0%;
	height:160px;
	left:0px;
	padding:15px 10px 15px 20px;
	position:absolute;
	top:405px;
	width:150px;
	}
	
	.thrColAbsHdr #sidebar3 li.active, #sidebar2 li.active, #sidebar1 li.active,#sidebar3 li:hover, #sidebar2 li:hover, #sidebar1 li:hover {
	list-style-position: outside;
	list-style-type: square;
	}

	
    .thrColAbsHdr #mainContent {
	padding-top:180px;
	margin-left:370px;
	background-color:#F3F3F3;
	min-height: 380px;
	height:auto !important;  /* für moderne Browser */
	height:380px;  /*für den IE */

    }
	
	.thrColAbsHdr #mainContent h1{
	padding:4px 10px 0px 15px;
	font-size:15px;
	color:#333333;
    }
	
	.thrColAbsHdr #mainContent h3{
	padding:10px 10px 0px 15px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
    }
	
	.thrColAbsHdr #mainContent p, table{
	padding-right:10px;
	padding-left:15px;
	font-size:13px;
	padding-bottom: 5px;
	line-height:1.5;
	margin-top:0;
    }
	
	.thrColAbsHdr #mainContent ul{
	padding-bottom:15px;
	}
	
	.thrColAbsHdr #mainContent ul li{
	color:#CC0000;
	margin-bottom: 3px;
	margin-top:0;
	list-style-position: outside;
	list-style-type: square;
	}
	

	
	.thrColAbsHdr #mainContent li a{
	color:#000;
	}
	
	.thrColAbsHdr #mainContent .themabild img{
	float:right;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
    }
	
	.thrColAbsHdr #mainContent p a:link, p a:visited {
	color:#000033;
	border-bottom-style:dotted;
	border-bottom-width: thin;
	border-color: #CD003A;
	}
	
	.thrColAbsHdr #mainContent p a:hover {
	color:#CD003A;
	}
	
	.thrColAbsHdr #mainContent span img{
	width:350px;
	border: medium solid #781242;
	text-align:center;
	margin:8px 15px;
	}
    .thrColAbsHdr #footer {
	padding: 0; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#000033;
    } 
    .thrColAbsHdr #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;
    }
	
	.kont_titel{
	font-size:12px;
	color:#333333;}
	
	#Vorname, #Nachname, #Firma, #Strasse, #PLZOrt, #Telefon, #EMail, #Anliegen{
	background-color:#DCDCDC;
	font-size:12px;
	border: 1px solid #333333;
}
	
	#Vorname:focus, #Nachname:focus, #Firma:focus, #Strasse:focus, #PLZOrt:focus, #Telefon:focus, #EMail:focus, #Anliegen:focus{
	background-color:#fff;
	border: 1px solid #333333;}
	
	.senden{
	background-color:#CCCCCC;
	font-weight:bold;
	color:#fff;
	border: 1px solid #333333;
}

#mainContent pre a{
	color:#F3F3F3;
	border:none;}
	
#mainContent pre a:link{
	color:#F3F3F3;}

#mainContent pre a:hover{
	color:#F3F3F3;
	border:none;}
