body {
	font: bold; 
	font-style: normal;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #000000;
}


header {
    color: #131313;
    text-align: center;
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 20px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 50px;
    background: repeating-conic-gradient(silver 0deg, white 45deg, silver 90deg);
    left: 0px;
	
}

.Layer1 {
	
	margin-top: 100px;
	top: 30%; 
	vertical-align: middle;
	position: center;
}

h1 {
	font: bold;
	font-size: 24px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #00CC00;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.fett {
	font-weight: bold;
}
.achtung {
	font-weight: bold;
	color: #FF0000;
}
footer {
    	
	color: #131313;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:20px;
	position: absolute;
    bottom: -00px;
    width: 100%;
    height: 50px;
    background: repeating-conic-gradient(silver 0deg, white 45deg, silver 90deg);
    left: 0px;
}
