h1{
	background-color:rgba(250, 40, 60, 0.8);
	color: white;
	font-size: 20pt;
	font-family: Ravie, Serif;
}

ul{
	font-size: 16pt;
	font-family: Calibri;
	background-color: rgba(245,245,245, 0.6)
}


p{
	font-size: 14pt;
	font-family: Calibri;
	background-color: rgba(50, 200, 30, 0.7);
}

body{
	background-image:url(Bilder/mandeln.jpg);
	background-repeat: no-repeat;	
	background-color: rgb(245,245,245)
}
 