* {
	color: black;
	/* background-color: white; */
	font-size: 12pt;
	font-family: sans-serif;
}

body {
	 background-image:url(/bilder/hintergrund.jpg);
	 background-repeat:no-repeat;
	 background-size:cover
}

a {
	color: darkblue;
}

h1 {
	font-size: 14pt; 
	margin-bottom: 10pt;
}		  
h2 {
	font-size: 14pt;
	margin-bottom: 12pt;
}

.fit {
    width:auto;
    height:auto;
    max-width:100%;
}


