﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	height: 600px;
	width: 800px;
}
.twoColFixLtHdr #header {
	width: 800px;
	height: 90px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
        background-image: url(eis_header.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	width: 212px;
	height: 486px;
	background-color: #FFF;
	position: absolute;
	top: 90px;
	margin-top: 6px;
	margin-left: 0px;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
 a:hover {
	color: #0100C0;
	text-decoration: none;
}
}

.twoColFixLtHdr #mainContent {
	margin-top: 6px;
	margin-left: 79px;
	height: 486px;
	width: 509px;
	position: absolute;
	left: 212px;
	top: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
        overflow: auto;
	background-image: url(bilder/startseite_bild.jpg);
}
.twoColFixLtHdr #footer {
	height: 18px;
	width: 800px;
	position: absolute;
	background-color: #FFF;
	padding-top: 0px;
	padding-left: 0px;
	left: 0px;
	top: 582px;
        background-image: url(eis_footer.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. */
}
.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: 18px;
}

#sidebar1 a{
	text-decoration: none;
	color: black;
}

#sidebar1 a:hover, #sidebar1 a.active:hover{
	text-decoration: underline;
	color: #0100C0;
}

#sidebar1 a.active{
	text-decoration: none;
	color: #0100C0;
}