body {
   background-color: DarkBlue;
	background-image: url("hintergrund.jpg");
	background-repeat: repeat; 
	background-size: contain;
   color: white;
   font-family: "Arial";
}
a {
  color: yellow;
}

#menutable {	
	border-style: none;  
	background-color: blue;
	border-collapse: separate;

}
#menutable th {
	border-style: groove;  
	border-width: medium; 
	border-color: yellow; 
	border-spacing: .80px;
	padding: 5px;
}
#spende {
	font-size: x-large;
}
#headingline {
	font-size: xxx-large;
}
header {
	text-align: left;
	font-family: "Arial";
}
#impressum tr {	
	vertical-align: top;
}
h1 {
    border: thin solid transparent;
}
h2 {
	font-size: 2.6em;
	border: thin solid;
	text-align: center;
}

p {
    font-size: 1.3em;
}
