@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #646567;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../Images/163a.gif);
}
.twoColFixLtHdr #container {
	width: 970px;  /* 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; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #c6c7c8;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(../Images/ith-header02b.gif);
	background-repeat: no-repeat;
	height: 170px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0;
	text-indent: -1000px;
}
.twoColFixLtHdr #sidebar1 {
	width: 270px;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 25px;
	font-size: 12px;
	float: left;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-left: 0px;
	float: right;
	width: 600px;
	margin-right: 9px;
	font-size: 12px;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
	background-color: #FFF;
	background-image: url(../Images/ith-footer02.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin: 0px;
	padding-right: 3px;
	text-align: left;
} 
.twoColFixLtHdr #footer p {
	font-size: 12px;
	padding-top: 46px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	margin: 0;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration: none;
	background-color: #FFF;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 20px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 15px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
	line-height: 16px;
	color: #646567;
}
.twoColFixLtHdr #container #mainContent p a {
	text-decoration: none;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 p a img {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	color: #fff;
	text-decoration: none;
}
