body { background-image:url("Bilder/Website.jpg");
background-attachment:fixed;
}
nav {
	background-color:red;
	width:100%;
	height:30px;
	text-align:center;
}
a:hover{color:white ;
background-color:red;
	
}
p {
		color:yellow;
	background-color:rgba(20,20,20,0.5);
}
h1{
		color:yellow;
	background-color:rgba(20,20,20,0.5);
}
h2 {
	color:yellow;
	background-color:rgba(20,20,20,0.5);
}
h1 {
	margin-top: 0px;
	padding-top: 22px;
}
a{
	color:skyblue;
}
h3{	color:yellow;
	background-color:rgba(20,20,20,0.5);

}
table{background-color:white}
main {
	width:400px;
	margin-right:auto;
	margin-left:auto;
	padding-top:80px;
	background-color:rgba(20,20,20,0.5);
}
h1#klassen {
	text-align:center;
	color:skyblue;
}
p.tiny{
	font-size:11px;
	color:lightgrey;
	text-align:center;
}
img {
	width:100%;
}