html, body {
	#background-color: grey;
	font-family: verdana;
	font-size: 18px;
	height: 100%;
	overflow: hidden;
	margin: auto;
}
.wrapper {
    height: 100vh;
    display: flex;

    /* Direction of the items, can be row or column */
    flex-direction: column;
}

header {
    height: 70px;
	  margin-bottom: 5px;
}

content {
    flex: 1;
	  overflow: auto;
}
footer {
	height: 50px;
}

input, select {
	padding: 3;
  font-size: 20;
}
button
{
	font-size: 16px;
	text-align: left;
	padding: 2;
  margin: 2;
	width:175px;
	border: 1px solid black;
}

table#t01 {
      
    background-color: #f1f1c1;
	text-align:center;
} 
#main {
height: 100%;
  color: black;
  overflow: auto;
  background-color: white;
}
#website {
	position:relative;
	min-height:100%;
	margin: 0 auto;
	background-color: lightgrey;
}









#headerleft {
	float:left;
	height:  100%;
	min-width:200;
	
	background-color:black;
	font-size:20px;
	color:white;
}

#headermenu{
	float:left;
	height:  100%;
		width:700;
	min-width:200;

	background-color:yellow;
	font-size:20px;
	text-decoration:none;
	text-align:left;
}
#headertime{
	float:right;
	width:150;
	height:  100%;
	font-size:20px;
}
#headertime2{
	float:right;
	width:300;
	height: 100%;
}
#headerright {
	float:right;
}

#fahrzeuge {
	float: right;
	width: 210;
	overflow: auto;
	padding: 5px;
}
#ofl{
	float: left;
}
#karte{
	float: left;
	width:500;
	background-color:yellow;
	overflow: hidden;
}
#map {
		float: left;

  width: 600;
height: 600;
overflow: hidden;
}




#ofl-footer{
	height:100%;
	background-color: lightgrey;
	margin : 0 350 0 0;
	#overflow:auto;


}
#suche{
	float: right;
	width:350;
	height:100%;
	background-color: lime;
}


}
.result
{
	background-color: #00ffff;
}
