@charset "utf-8";
body  {
	margin: 110; /* 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: #666666;
	background-image: url(../images/background1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
    }



    .twoColFixRtHdr #container {
	width: 778px;  /* 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;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fffadf;
    } 
#container div {
	margin-top: 15px;
}

    .twoColFixRtHdr #header {
	background-color: #339999;
	height: 175px;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/logo3.gif);
	background-repeat: no-repeat;
	text-align: center;
    } 
#header img {
}

    .twoColFixRtHdr #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. */
    }
    .twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 30px;
    }

    .twoColFixRtHdr #mainContent {
	margin-top: 15px;
	left: auto;
	right: auto;
	margin-left: 10px;
	margin-right: 10px;
    } 
#container a {
	color: #000000;
}

#navi_links {
	background-color: #c5edfc;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #333333;
	float: left;
	width: 200px;
	height: 100%;
}


#navi_unten {
	color: #339999;
	list-style-type: none;
}


    .twoColFixRtHdr #footer {
	background:#DDDDDD;
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
    .twoColFixRtHdr #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;
    }
.twoColFixRtHdr #container #mainContent #navi_links {
	text-align: center;
}

    .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;
    }


#navigation {
	height: 30px;
	background-color: #FFFFCC;
	text-decoration: none;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#sidebar1 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#mainContent li {
	list-style-position: outside;
	list-style-image: url(../images/MiniLogo.gif);
	text-align: justify;
	margin-right: 15px;
}

#mainContent img {
	margin-top: 15px;
}
#tabelle1 {
	margin-bottom: 5px;
}
#linketextnavi {
	text-align: left;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
