<style>

body {}

@font-face {
	font-family: Comic Sans MS;
	src: url('../Menue/comic-sans-ms.ttf') format('truetype');
}

#himmel img{
	position: relative;
	z-index: 0;
	width: 103%;
	height: 8em;
	margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;

}

#ueberschrift h1{
	position: absolute;
	z-index: 1;
	width: 100%;
	margin-top: -0.2em;
	text-align: center;
	opacity: 0.5;
	font-size: 3.5em;
	font-family: Comic Sans MS;
	color: #32301C;
}

#register{
	position: relative;
	margin-top: -3em;
}

#register a{
	background-color: #716F56;
	color: white;
	opacity: 0.6;
	font-size: 1.2em;
	border: 2px solid #4E4B2C;
	border-bottom: none;
	border-radius: 0.5em 0.5em 0 0;
	display: inline;
	padding: 0.5em 0.5em;
	text-decoration: none;
	font-family: Comic Sans MS;
}

#aktiv a{
	position: relative;
	z-index: 3;
	opacity: 1;
	font-size: 1.5em;
}

#register a:hover{
	background-color: lightgreen;
}

#aktiv a:hover{
	background-color: #716F56;
}

#liniegrau{
	position: relative;
	z-index: 2;
	background-color: #4E4B2C;
	height: 0.3em;
	width: 103%;
	margin-left: -8px;
	margin-right: -8px;
}

#linieweiss{
	position: relative;
	z-index: 4;
	background-color: #716F56;
	height: 1em;
	width: 103%;
	top: -0.2em;
	border-bottom: 2px solid #4E4B2C;
	margin-left: -8px;
	margin-right: -8px;
}

#Body{
	background-color: #A4A393;
}


#Textbereich{
	border: 2px solid #4E4B2C;
	border-radius: 1em;
	margin: 7em;
	margin-top: 6em;
	padding-bottom: 2em;
	background-color: #716F56;
}

#Textbereich h1{
	padding: 1em;
	padding-bottom: 0em;
	margin-top: 0em;
	text-align: center;
	font-size: 2.5em;
	font-family: Comic Sans MS;
	color: white;
}

#Textbereich p{
	padding-left: 2em;
	padding-right: 2em;
	font-family: Comic Sans MS;
	font-size: 1.5em;
	color: white;
}

#Textbereich li{
	margin-left: 3em;
	padding-left: 1em;
	padding-right: 2em;
	font-family: Comic Sans MS;
	font-size: 1.5em;
	color: white;
}

#Textbereich #Bild{
	width: 80%;
	height: auto;
	margin: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#Textbereich img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}





</style>