*{
	margin:0;
	padding=0;
	}
body{
	color:maroon;
	background-color:white;
	background-image:url("Hintergrund1.png");
	background-repeat:repeat-x;
	font-family: Euphemia, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.5;
	}
img {border:none;}
	
#wrapper{
	width: 800px;
	position: relative;
	margin-top: 55px;	/*Aussenabstand oben; links und rechts automatisch angepasst*/
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	min-width:850px;
	max-width:1000px;
	border: 2px solid #fa8d32;
	background-color:white;
	
}
#textbereich1{
	margin-right:66%;
	position: absolute;
	}
#textbereich2{
	position: absolute;
	margin-top:5%;
	margin-bottom:3%;
	margin-left: 74%;
	padding:2px;
	text-align:center;
	}
#navigation{
	position: relative;
	margin-top: 26%;
	background-color:#fcf5dc;
	/*border-top: 2px solid #fa8d32;*/
	}
#navigation a{			/*betrifft Links im Bereich "Navigation"*/
	text-decoration:none;	/*nimmt Standardmäßige Einstellungen, z.B. Unterstreichungen weg*/
	color:maroon;
	background-color:#fcf5dc;
	margin-top: 60px;
	font-weight: bold;
	position: relative;
	margin-left:45%;
	}
#navigation a:hover{		
	color:#fa8d32;
	background-color:#fcf5dc;
	text-decoration:none;
	border:none;
	}
#navigation a:active{
	color:#fa8d32;
	background-color: #fcf5dc;
	text-decoration:none;
	border:none;
	}
#navigation li{		
	display:inline;
	margin: 0px;
	
	}
#navigation ul{
	padding-bottom:10px;
	padding-top: 10px;
	
	}
#fusszeile{
	color:maroon;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	margin-bottom:5px;
	font-family: Euphemia, Helvetica, sans-serif;
	}
