
	body { 
	    margin-right: 10%; 
	    margin-left: 10%; 
	    font-family: "Lucida Grande", Arial, sans-serif; 
	    font-size: 110%; 
	    
	  
	    
	    height: 100%;
	    margin: 0;
	}
	html {
	    height: 100%;
	    margin: 0;		

	}

	p { 
	   margin: 0p; color: rgb(60,60,60);
	}
	
	.bg {
	background-image: url(../images/background/iller_wehr.JPG);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}