@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #CC3300;
	background-color: #996633;
	background-image: url(images/hg_body.jpg);
    }


    .twoColFixLtHdr #container {
	width: 960px;  /* 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. */
	height: 700px;  /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	background: #FFFFFF; 
	border: 1px solid #999999;
	text-align: left;
	/*z-index: auto;*/
	background-image: url(images/hg.jpg);
	background-repeat: repeat-x;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	padding: 0;
	margin-top: -380px;
	/*margin-right: auto;*/
	margin-bottom: 0;
	
    } 
	
#navibox {
	padding-left: 440px;
	line-height: 23px;
	/*color:#FFFFFF;*/
	
}

 .twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/efeu.jpg);
	background-repeat:no-repeat;
	height: 148px;
    } 

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	background-image: url(images/logoschatten.gif);
	background-repeat: no-repeat;
	width: 222px;
	height: 125px;
	position: relative;
	left: 760px;
	top: -20px;
	line-height: 300px;
	overflow: hidden;
	}
	
/*#header h1 {
	background-image: url(images/logoschatten.gif);
	background-repeat: no-repeat;
	width: 222px;
	height: 125px;
	position: relative;
	left: 760px;
	top: -20px;
	line-height: 500px;
	overflow: hidden;
	}
 */   	
#obennavi {
	background-color: #CC9900;
	height: 23px;
	background-image: url(images/menueleiste_ob.gif);
		z-index: 99;
}


    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 115px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 25px;
	height: 410px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	position: static;
    }
    .twoColFixLtHdr #mainContent {
	/*padding: 0 60px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	/*margin-left: 300px;*/
	width: 627px;
	height: 490px;
	overflow: auto;
	padding-top: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	left: 160px;
	/*margin-left: 130px;*/
	z-index: 100;
    } 
    .twoColFixLtHdr #footer {
	background-color: #FF9900;
	background-position: 0 -21px;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	width: 960px;
	height: 21px;
	background-image: url(images/menueleiste.gif);
    } 
    .twoColFixLtHdr #footer p {
	float: left;
    }
#fusszeile li {
	display: inline;
	padding-right: 30px;
	margin-left: 5px;
	text-decoration: none;
	line-height: 21px;
}
#fusszeile li a {
	text-decoration: none;
	list-style-image: none;
	color: #FFFFFF;
	background-position: 0px 0px;
	line-height: 21px;
	height: 21px;
	z-index: 1000;
}
#fusszeile  a:hover  {
	background-image: url(images/menueleiste.gif);
	background-repeat: repeat-x;
	line-height: 21px;
	height: 21px;
	z-index: 500;
}


#fusszeile {
	display: inline;
	list-style-type: none;
	margin-left: 40px;
}

    .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;
    }
#pics {
	list-style-type: none;
	position: relative;
	left: -49px;
}
#pics li {
	margin-bottom: 25px;
}


    .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;
    }
#MenuBarVertical {
	float: left;
	z-index: 999;
}

#senkrecht {
}

