/*
CSS Formatierungen für das Grundlayout der Seite
Diese Teile werden statisch in TYPO3 eingeladen und unverändert ausgegeben
*/
html, body {

	width: 100%;
	align: center;
}

body {
	background-color: #999999;
	line-height: 150%;
	font-family: Verdana, Arial, Sans-Serif;
	color:#44196B;
	padding:0px;
	margin:0px;
	
}
 
/* Container, der alles umschliesst */
div#haupt_container {
	width: 850px;
	height: auto;
	min-height: 200px;
	padding:0;
	margin: 5px auto;
	position: relative;
	background: #ffffff;
}




/* Container fuer das Logo-Bild im Header */
div#header_img_container {
	height: 127px;
	width: 850px;
	background-color: #FFCC33;
	position: absolute;
	top:0px;
	left: 0px;
	overflow: hidden;
	border-bottom: 0px solid #ffffff;

	}

div.clearer {
	clear: both;
	width: 100%;
}
/* Container fuer die horizontale Navigationsliste > navi_oben.css */
div#navigation_oben_container
{
	width: 300px;
	height: auto;
	padding:0;
	position: absolute;
	top: 1px;
	left:542px;
	z-index: 4;


}





/* Spalte fuer die linkte Navigationsliste > navi_links.css */
div#linke_spalte{
	 width:195px; 
	 top: 127px;
	 left:0px;
	 z-index: 3;
	 
	 height:421px;
	 float:left; 
	 position: absolute; 

	 background-color: #FFFFBF;
 }
 /* Spalte fuer ergaenzenden Inhalt */ 
div#rechte_spalte {
	 width:200px; 
	 float:right; 
	 position: relative;
}

/* Hauptspalte fuer den Inhalt */ 
div#mittelspalte{ 
	left: 195px;
	top: 127px;
	width: 575px;
	height: 371px;
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: #ffffff;
	position: relative;
	overflow: auto;

}


/*  Fusszeile */ 
div#fusszeile {
	top: 548px;
	height: 27;
	width: 850px;
	border-top: 0px solid #ffffff;
	background-color: #EA9549;
	float: left;
	position: absolute;
	
} 
/* Copyrightvermerk in Fusszeile */
div#copy {
	margin-left: 210px;
	width:600px;

}
div#copy p {
	padding: 0px;
}
div#copy a {
	text-decoration: none;
}
