@charset "utf-8";
div {
}
body  {
	background: #666666; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #13221D;
	font-size: 100%;
	margin: 0;
	position: absolute;
	font-family: "Comic Sans MS", cursive;
}
.twoColFixLtHdr #container {
	width: 1200px;
	color: #FFF;
	height: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 0px;
} 
.twoColFixLtHdr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: absolute;
	width: 1200px;
	z-index: 10;
	visibility: visible;
	text-align: center;
	font-weight: bold;
	height: 60px;
	font-size: 50px;
	line-height: 50px;
	padding-top: 30px;
} 
.twoColFixLtHdr #header2 {
	position: absolute;
	width: 1288px;
	top: 92px;
	color: #FFF;
	height: 53px;
	z-index: 8;
	left: -140px;
	visibility: visible;
	line-height: 30px;
	font-size: 24px;
	padding-top: 5px;
	padding-left: 600px;
}
.twoColFixLtHdr #sidebar1 {
	width: 230px;
	position: absolute;
	height: 380px;
	visibility: visible;
	z-index: 4;
	line-height: 37px;
	top: 150px;
	padding-left: 50px;
	font-size: 16px;
}
.twoColFixLtHdr #sidebar2 {
	width: 230px;
	position: absolute;
	height: 72px;
	visibility: visible;
	z-index: 5;
	top: 562px;
	padding-left: 50px;
	left: 0px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 20px;
}
.twoColFixLtHdr #sidebarRechts {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px;
	position: absolute;
	visibility: visible;
	z-index: 3;
	line-height: 37px;
	left: 1030px;
	height: 490px;
	top: 150px;
	font-size: 16px;
}
.twoColFixLtHdr #mainContentStartseite {
	position: absolute;
	width: 340px;
	left: 465px;
	top: 160px;
	z-index: auto;
	height: 477px;
	border: 1px solid #FFF;
	visibility: visible;
	overflow: hidden;
}
.twoColFixLtHdr #underContentStartseite {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px;
	position: absolute;
	visibility: visible;
	z-index: 3;
	line-height: 30px;
	left: 830px;
	height: 170px;
	top: 470px;
}
.twoColFixLtHdr #mainContentBild {
	position: absolute;
	width: 820px;
	top: 160px;
	visibility: visible;
	z-index: auto;
	height: 477px;
	left: 300px;
	border: 1px solid #FFF;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
} 
.twoColFixLtHdr #mainContentGross {
	position: absolute;
	width: 800px;
	top: 160px;
	visibility: visible;
	z-index: auto;
	height: 467px;
	left: 300px;
	border: 1px solid #FFF;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContentKleinScroll {
	position: absolute;
	width: 670px;
	top: 160px;
	visibility: visible;
	z-index: auto;
	height: 470px;
	left: 300px;
	border: 1px solid #FFF;
	overflow: auto;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}
.twoColFixLtHdr #mainContentKleinText {
	position: absolute;
	width: 540px;
	left: 323px;
	top: 161px;
	z-index: auto;
	height: 515px;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	overflow-x: hidden;
	line-height: 20px;
	font-size: 14px;
	vertical-align: middle;
}
.twoColFixLtHdr #mainContentKleinBild {
	position: absolute;
	width: 550px;
	left: 300px;
	top: 160px;
	z-index: auto;
	height: 477px;
	border: 1px solid #FFF;
	overflow-x: hidden;
	vertical-align: middle;
	overflow: hidden;
}

.twoColFixLtHdr #underContent {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 230px;
	position: absolute;
	z-index: 3;
	line-height: 20px;
	left: 890px;
	height: 280px;
	top: 160px;
	border: 1px solid #FFF;
	font-size: 14px;
	overflow: hidden;
	visibility: visible;
}


.twoColFixLtHdr #footer {
	height: 140px;
	position: absolute;
	width: 905px;
	top: 660px;
	visibility: visible;
	z-index: 1;
	background-color: #13221D;
	padding-left: 296px;
	line-height: 20px;
	font-size: 14px;
} 
.twoColFixLtHdr #container #mainContentKlein strong big {
	font-size: 20px;
}

.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;
}
.Textfarbe {
	font-weight: bold;
	color: #C8D898;
}
.Textfarberot {
	font-weight: bold;
	color: #F03;
}


.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;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #C8D898;
}
a:active {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #C8D898;
}

