html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14pt;
	color: #333;
	overflow: hidden;
}
#map-container {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#map, #map2 {
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 100%;
}
#map2, #distxt{
	visibility: hidden;
}

#distxt {
	position: absolute;
}
td, th {
}

#btnSuchen:focus {
	outline: none !important;
	box-shadow: 10 10 10px #FFFFFF;
}

#btnSuchen{
	padding: 0px 8px; 
	border-radius: 0px; 
	text-transform: uppercase; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#maindiv{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	margin-bottom: 40px; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.infoGroup {
	float: left;
	padding-right: 20px;
}

.infoWindowText {
    color: #337ab7;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.infoWindowText h1 {
	color: #333;
    font-size: 18px;
}

#searchbox {
	display: inline-block; 
	text-align: left;
}

@media (max-width: 768px) 
{
	.inputDiv {
		margin-bottom: 10px;
	}  
	#maindiv{
		text-align: center;
	}
}

@media (min-width: 768px) 
{
	.floatLeft{
		float: left;
	}
	.btnPos{
		margin-left: 30px;
	}
	#maindiv{
		text-align: center;
		text-transform: uppercase;
	}
}
