@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: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    }
    .twoColFixLtHdr #container {
	border: thin none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	}

    .twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	}    
	.twoColFixLtHdr  #header  a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
    .twoColFixLtHdr #header a:link {
	color: #333333;
	}
    .twoColFixLtHdr #header a:visited {
	color: #333333;
	}
	.twoColFixLtHdr #header a:hover {
	color: #DD0000;
	}
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
    }
	.twoColFixLtHdr #sidebar1 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
	.twoColFixLtHdr #sidebar1 a:link {
	color: #333333;
	}
    .twoColFixLtHdr #sidebar1 a:visited {
	color: #333333;
	}
	.twoColFixLtHdr #sidebar1 a:hover {
	color: #DD0000;
	}
    .twoColFixLtHdr #mainContent {
	float: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	width: 750px;
	height: auto;
    } 
	.twoColFixLtHdr #footer {
	font-size: xx-small;
	background-color: #e6e6e6;
	height: 20px;
	padding-top: 8px;
	margin-top: 20px;
    } 
	.twoColFixLtHdr #footer a {
	text-decoration: none;
	}
	.twoColFixLtHdr #footer a:link {
	color: #333333;
	}
	.twoColFixLtHdr #footer a:visited {
	color: #333333;
	}
	.twoColFixLtHdr  #footer a:visited {
	color: #333333;
	}
	.twoColFixLtHdr  #footer a:hover {
	color: #DD0000;
	}    
	.twoColFixLtHdr #footer p {
	float: left;
	width: auto;
    }
	.twoColFixLtHdr #footer_text {
	float: left;
	margin-left: 210px;
	vertical-align: middle;
	width: auto;
	height: auto;
	}
	.twoColFixLtHdr #footer_links {
	float: right;
	padding-right: 10px;
	}


    .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;
    }
	h1 {
	color: #00008B;
	font-weight: bold;
	font-size: small;
	}
