body {
	background-image: url(".././Elemente/WLANReflektorHintergrund.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: sans-serif;
	color: white;
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: grid;	
   grid-template-columns: auto auto;
	}
	
main {
	overflow-y: scroll;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	}
	
#Wortmarke {
	text-align: right;
	}
	
#Ueberschrift {
	padding-left: 0.5em;
	}
	
nav {
	text-align: right;
	}	
	
ul {
	list-style-type: none;
	}
	
a {
	color: white;	
	}