@charset "utf-8";
body  {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #333;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a:link {
	text-decoration: none;
	color: #F90;
}

a:visited {
	text-decoration: none;
	color: #F90;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
.twoColFixLtHdr #containeroutline {
	margin:0 auto;
	width:1000px;
	background-image:url(images/afs.jpg);
	background-position: 100% 0%;
	background-repeat:no-repeat;	
	height:auto;
}

.twoColFixLtHdr #container {
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	width:960px;
	height:auto;
}

 
.twoColFixLtHdr #header {
	background-image:url(images/Logo.jpg);
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	background-repeat: no-repeat;
	color: #F90;
	height:110px;
} 


.twoColFixLtHdr #navi li{
	display:inline;
	margin:0px;
	padding:5px;
}

.twoColFixLtHdr #spalte1{
	float:left;
	padding: 20px 0px 10px 0px;
	width: 200px;
}

.twoColFixLtHdr #mainContent {
	min-height: 350px;
	margin: 0 0 0 210px;
	padding: 20px 5px 25px 5px;
	width:auto;
}


.twoColFixLtHdr #mainContent2 {
	min-height: 200px;
	padding: 20px 0px 25px 0px;
	width:auto;
}

.twoColFixLtHdr #psbox1 {
	position:absolute;
	margin: 0 0 0 200px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right : 2px solid #000;
	z-index:80;
}
.twoColFixLtHdr #psbox2 {
	position:absolute;
	margin: 0 0 0 200px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right : 2px solid #000;
	z-index:90;
}

.twoColFixLtHdr #footer {
	height:40px;
	text-align:center;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	padding-top: 23px;
} 

.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: 0px;
}

