
body {
	display: grid;
	gap: 0.5em;
}


@media (min-width: 45em) {
	body {
		grid-template-columns: 1fr 3fr 1fr;
		grid-template-rows: auto 1fr min-content;
	}
}




header{
	background-color: #ffff99;
	position: relative;
	
}

nav{
	width: 20%;
	 background-color: #ffff99;
	 position: relative;
	 right: 13em;
	 bottom:-15em;
	 list-style-type: none ;
	margin: 0em;
	padding: 0em;
	background-color: #dd1818;
	font-size: 14pt;
}




#html_document{
	background-color:#edffff;
	font-family:Times New Roman, fantasy, serif;
	text-align: center
}

#NWJJV{
	font-size: larger;
}

.Großbuchstaben_header{
	color: #655;
}

nav{
	
}