
    body { 
       background-image: url("hintergrund.jpg");
	   background-position: top;
	   background-size: auto;
	   font-family: FontAwesome Regular, arial, sans-serif;
	   color: black;
   	 }
    
	div {
		text-align: center;
	}	
		
	img {
		margin: 30px;
		margin-top: 0px;
	}	
	
	p {
		color: #ffffee;
	}	
	
	a         {color: #de5410;}
	a:visited {color: rgb(153,68,0);}
	
	