/* Nur ein Beispiel CSS */
#static_map {
margin:0 auto;
border:0px solid #000;
}

#map_route {
width:350px;
height:400px;
border:0px solid #000;
float:left;
}

#directions {
float:right;
width:220px;
max-width:220px;
}

#directions tbody,#directions tr, #directions table {
width:220px;
}

#routenplaner fieldset {
border:none;
}

#routenplaner legend {
font-weight:900;
}

#routenplaner input {
border:1px solid #aaa;
display:block;
width:45%;
float:left;
margin-right:1em;
padding:0.1em 0.3em;
}