* {
	margin:0;
	padding:0;
}
body{
	line-height:1.5;
	padding:0;
	margin:0;
}
.oben {
	width: 100%;
	margin: auto; 
	overflow: hidden;
}
.Titel {
	padding-left: 4%;
	position:relative;
	top:-12px;
	text-align:center;
}
.ddd{
	width: 100%;
	margin: auto; 
	overflow: hidden;
}
header{
	background-color: black;
	color: white;
	padding-top:30px;
	min-height:70px; 
}
header nav a	{
	font-size: 22px;
	font-weight: bold;
	position:relative;
	top:15px;
	text-transform:uppercase;
}
header a{
	color:white;
	text-decoration:underline;
	font-size:16px;
}
header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
	
}
header Titel{
	float:left;
}
header nav{
	float:right;
	position:relative; 
	top:-20px;
}
main {
	background-color:black;
	color:white;
	padding-left: 30px;
}
a:link {
	color:lightgray;
}
a:visited {
	color: white;
}
a:hover {
	color: darkgrey;
	text-decoration: underline;
}
a:active {
	color: blue;
}
a {	
	text-decoration: none;
	color:red;
}
footer {
	background-color: black;
	padding-top:0.1%; 
	overflow:hidden;
}
footer ul {
	list-style:none;	
	display:flex;
	margin:0;
	padding:0;
}
.unterListe li{
	margin-left:20%;
	color:white;
	padding-bottom:2%;
}
.nope{
	color:white;
	padding:1%;
	font-weight:bold;
	float:left;
}
.nope1{
	color:white;
	padding:1%;
	font-weight:bold;
}
footer .klk{
	font-size:29px;
}
.unterListe{
	text-decoration:underline;
}
.Imp{
	padding-bottom:20px;
}