@charset "UTF-8";
.fetti {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	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;
	background-image: url(BG_def.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 2000px;
	visibility: inherit;
}
.links {
	font: bold normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.thrColFix #container {
	width: 980px;
	margin: 40px auto 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left;
	height: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 400px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #AAA;
	border: 0px solid #E2DFCF;
	-khtml-border-radius-topleft: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 500px;
}


.thrColFix #sidebar3 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 400px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #AAA;
	border: 0px solid #E2DFCF;
	-khtml-border-radius-topleft: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 2000px;
}





.thrColFix #sidebar2 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #DDD;
	height: 500px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB199;
	border-right-color: #FFF;
	border-bottom-color: #BBB199;
	border-left-color: #FFF;
}



.thrColFix #sidebar4 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #DDD;
	height: 2000px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB199;
	border-right-color: #FFF;
	border-bottom-color: #BBB199;
	border-left-color: #FFF;
}





.thrColFix #mainContent {
	float: left;
	width: 490px;
	clear: none;
	background-color: #5b0c0c;
	color: #FFF;
	display: table-row;
	background-position: top;
	-khtml-border-radius-bottomright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 500px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}




.thrColFix #mainContent2 {
	float: left;
	width: 490px;
	clear: none;
	background-color: #5b0c0c;
	color: #FFF;
	display: table-row;
	background-position: top;
	-khtml-border-radius-bottomright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 2000px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}





.ueberschrift {
	font: bold normal 16px/18px Arial, Helvetica, sans-serif;
	padding-top: 140px;
}
.ueberschrift004 {
	padding: 80px 0px 0px;
}
.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;
}
.footer {
	background-color: #5b0c0c;
	height: 20px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C6BFAA;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 788px;
	position: absolute;
	width: 478px;
}
.logo {
	margin-top: 100px;
	margin-left: 100px;
}
.innungszeichen {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.dringend {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
}
.emaillink {
	font-family: Arial, Helvetica, sans-serif;
	color: #BBB;
}
.link002 {
	color: #FFF;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
