html {
 overflow-y: scroll;
}

body{
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff8dc;
  color: #188f8f;
}

#menuoben{
	background: #3471ff;
	color: #f4ff8c;
	width: 23%;
	height: 30px;
	top: 0px;
    line-height: 30px;
	margin-left: auto;
	margin-right: 0px;
	padding-left: 1%;
	padding-right: 1%;
}

#header{
	background: #f4ff8c;
	width: 100%;
	min-height: 125px;
	max-height: 220px;
	margin: 0px 0px 0px 0px;
	height: 25%;
}

#menuunten{
	background: #188f8f;
	color: #f4ff8c;
	width: 98%;
	height: 40px;
	line-height: 40px;
	padding-left: 1%;
	padding-right: 1%;
}

#content{
	width: 98%;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	background: #188f8f;
	color: #f4ff8c;
	width: 98%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	bottom: 0px;
	position: fixed;
	padding-left: 1%;
	padding-right: 1%;
}

ul#Navigationoben {
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
}
ul#Navigationoben li {
	list-style: none;
    display: inline;
	margin: 0.4em; padding: 0;
}

ul#Navigationoben a, ul#Navigationoben span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: white; background-color: #188f8f ;
}

ul#Navigationoben a:hover, ul#Navigationoben span {
    border-color: white;
    color: #188f8f; background-color: #f4ff8c;
}

ul#Navigation {
	text-align: center;
	background: #188f8f;
	padding: 0px;
	margin: 0px;
}
ul#Navigation li {
	list-style: none;
    display: inline;
	margin: 0.4em; padding: 0;
}

ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: white; background-color: #188f8f ;
}

ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    color: #188f8f; background-color: #f4ff8c;
}

h1{
	color: #188f8f;
}
