body {
	width: 100%;
	border: 4px dotted #0000ff;
	padding: 2%;
	background-image: url('bilder/legostones2.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
}
p {
	color: #ffffff;
	font-family: cursive;
}	
h1 {
	color: #ffffff; 
	font-family: britannic bold;
	text-align: center;
}
h2 {
	color: #ffffff; 
	font-family: britannic bold;
	text-align: center;
}
span.kopfbild {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 24%;
}
span.schaltfl {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 24%;
	font-family: Arial;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.button {
  background-color: yellow;
  border: none;
  color: #000000;
  padding: 15px 32px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: britannic bold;
  font-size: 20px;
  margin: 4px 2px;
 }