@charset "utf-8";
body  {
	margin: 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: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    }
	  a:link  {
	text-decoration : none;
	color: #008F35;
}
a:visited {
	color : #008F35;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration: underline;
}
a:active {
text-decoration : none;
color : #999999;
} 
    .thrColFixHdr #container {
	width: 1000px;  /* 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 aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ECEAE7;
	border-bottom-color: #ECEAE7;
	border-left-color: #ECEAE7;
    } 
    .thrColFixHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEAE7;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #D20921;
	font-weight: bolder;
	line-height: 28px;
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 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. */
    }
	.navigation  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEAE7;
	height: 18px;
	padding-top: 3px;
	padding-left: 20px;
	color: #008F35;

}
	.navigation_hauptthema  {
	width : 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEAE7;
	height: 18px;
	padding-top: 3px;
	font-weight: bolder;
	color: #008F35;
	padding-left: 10px;
	text-transform: uppercase;
	background-color: #F0F0F0;
	padding-right: 10px;

}	
	.bild_content  {
	width : 545px;
	height: 182px;
	color: #008F35;
	border: 1px solid #ECEAE7;
	padding: 10px;

}	
	.bild_aktion  {
	width : 545px;
	height: auto;
	color: #008F35;
	border: 1px solid #ECEAE7;
	padding: 10px;

}
	.bild_sortiment  {
	width : 138px;
	height: 190px;
	color: #666666;
	border: 1px solid #ECEAE7;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	vertical-align: middle;
}	
	.bild_team  {
	width : 138px;
	height: 240px;
	color: #666666;
	border: 1px solid #ECEAE7;
	margin-right: 25px;
	float: left;
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	vertical-align: middle;
}
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 165px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECEAE7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ECEAE7;
	border-left-color: #ECEAE7;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 140px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	margin-top: 20px;
	border: 1px solid #ECEAE7;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 9px;
	color: #D20921;
    }
    .thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-bottom: 30px;
	margin-left: 210px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	height: auto;
    } 
    .thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 0;
	padding-bottom: 0;
	border-top-color: #ECEAE7;
	border-right-color: #ECEAE7;
	border-bottom-color: #ECEAE7;
	border-left-color: #ECEAE7;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #008F35;
    } 
    .thrColFixHdr #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;
    }
    .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;
    }
.Stil2 {
	font-size: 17px;
	font-weight: bolder;
	color: #008F35;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECEAE7;
	padding-bottom: 3px;
	padding-top: 4px;
	width: auto;
	font-variant: normal;
}

