body {
	font-family: Sarabun, Raleway, Noto Sans;
	font-size:140%;
	background-color:#E9E0D3;
}


div#header {
	font-size:90%;
	height: 80px;
	background-color: #FF9400;
	
	
	margin:0px auto;
	width:980px;
}

div#ueberschrift {
	padding-left:50px;
	padding-top:10px;
}



div#nav  {
	font-size:130%;
	height: 40px;
	background-color: #FFB44C;
	top:75px;
	margin:0px auto;
	width:980px;
}


div#nav a:hover {
	background-color:#FF9400; color:black;
	text-decoration:none;
 }


div#article {
	width:720px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	padding:30px;
	border-radius:2px;	
}








div#footer {
	width:980px;
	background-color: #FF9400;
	bottom:0px;
	
	margin:0px auto;

}

div#footer a:hover { background-color:#FF9400; color:black;  }
	
	
	

	
	
	
	


  
 


	
	
