/* ########  so kann php direkt in css eingebunden werden  ####  */
/* ########## Zufallsbild auf der Startseite  #########  */
html {
background: url('../images/Bild7.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
background-size: cover;
	}