@charset "utf-8";

*{	margin: 0px; padding: 0px;}

html {height: 100%; margin-bottom: 1px;}

html body {overflow: scroll;}
	
body {
	text-align :center; /* horizontal zentrieren für IE 5 */
}
	
body  {
	width: 1024px;
	\width: 1024px;
	w\idth: 1024px;
	margin: 10px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: #bfbfbf;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f4217;
}

#container {
	background: #fefbd6;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 250px 0px 0px 0px;
	margin: 0px;	
} 

#header {	
	padding: 0px;
}

#sidebarLinks {
	float: left; 
	width: 240px;
	min-height: 400px;
	padding: 0px;
	margin: 0px 10px 20px 10px;
}

#inhaltsidebarLinks {
	float: left;
	width: 230px; /*Breite schmaler*/
	padding: 0px;
}

#mainContent {
	width: 720px;
	margin: 5px 10px 0px 290px; 
	padding: 0px;
} 


#footer { 
	background: #ea5901;
	padding: 10px;
	margin: 0px;
	color: #ffed98;/*Schrift dunkelgelb*/
	letter-spacing: 1px;
	line-height: 1.3em;
} 

.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;
}

.headline{
	color: #ea5901;/*orange*/
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 26px;
}


.textHeader{
	color: #ea5901;/*orange*/
	letter-spacing: 1px;
	line-height: 1.2em;
}


.imprHeader{
	color: #fefbd6;/*helles Gelb vom HG*/
}


.logo {
	margin: 40px 10px 10px 85px;
}


.text {
	margin: 30px 40px 20px 20px;
	letter-spacing: 1px;
	list-style: none;
	line-height: 1.7em;
}

.abstandOben {
	margin-top: 10px;
}

.AbstandLinks {
	margin-right: 70px;
	
}

.abstandObenGross {
	margin-top: 60px;
}

.pfeil {
	margin-left: 40px;
}

.pfeil20{
	margin-left: 20px;
}

.textOrange {
	margin-left: 20px;
	color: #ea5901;/*orange*/
}


.textOrangeNetz {
	color: #ea5901;/*orange*/
}




