@charset "utf-8";
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;
	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-color: ced2ba;
	height: 600px;
	width: 800px;
	position: absolute;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(../images/limelanes_inhalt.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: ced2ba;
	height: auto;
	font-family: "Comic Sans MS", cursive;
	margin: 0;
	padding: 0px;
	background-image: url(../images/limelanes_inhalt.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
} 
.twoColFixLtHdr #header {
	background-color: ced2ba;
	background-image: url(../images/limelanes_header.jpg);
	background-repeat: no-repeat;
	height: 165px;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size: 9px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	background-color: #CED2BA;
	background-image: url(../images/limelanes_linke_navigation.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	background-color: ced2ba;
	height: auto;
	width: auto;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	background-image: url(../Bilder/Bilder/Bilder/limelanes_inhalt.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer {
	background-color: #cde2ba;
	width: auto;
	height: auto;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/limelanes_inhalt.jpg);
} 
.twoColFixLtHdr #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. */
	font-size: 12px;
	color: #000;
}
.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 #mainContent p {
	text-align: center;
	font-size: 14px;
	font-style: normal;

}
.unterüberschrift_fett_kursiv {
	font-style: italic;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent h2 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {


}
.twoColFixLtHdr #container #mainContent {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}
.wichtiges_fett {
	font-weight: bold;
}
.tabellenuntertext {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent p {
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent p {
	font-style: normal;

}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr .unterüberschrift-fett-zentriert {
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p unterüberschrift fett {
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent p {
	font-weight: normal;

}
.twoColFixLtHdr #container #mainContent ul .twoColFixLtHdr .twoColFixLtHdr {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h3 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .wichtiges_fett strong {
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent .hauptüberschrift_zentriert strong {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td p {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td p {
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent .unterüberschrift_fett_kursiv strong {
	font-style: italic;
}
