* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

body {
	background: #EEEFEE;
	font-size: 1em;
	line-height: 1.4em;
}

p {
	padding-bottom: 1em;
	text-align: center;
}

a {
	color: #59894A;
}

ul {
	padding-left: 1em;
}

li {
	list-style: disc;
}

#seite { 
	background-color: #ffffff;
	max-width: 100em; 
	width:100% !important;
	margin: 0em auto;	
}

#kopf {
	padding: 1em;
}

#kopf img {
	display: block;
   margin: auto;
	height:auto !important; 
}


header {
	background-color: #888888;
	width: 100% !important;
	float: left;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	margin-bottom: 1em;
}

section {
	padding: 2em;
	overflow: auto;
}

#steuerung {
	float:left;
	display: flex;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

#steuerung ul {
	padding-left: 0em;

}

#steuerung li {
    list-style: none;
    float: left;
}

#steuerung a {
    display: block;
    height: 100%;
    width: 90%;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #EEEFEE;
    background-color: #888888;
}
#steuerung a:hover {
	background-color: #555555;
}
