/*-- start map --*/ #map_canvas { position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: solid 1px orange; } /*-- end map --*/ /*-- start legende --*/ #map_legende { position: absolute; display: none; background: white; border: solid 1px orange; padding: 5px; } #map_legende .container { font-family: sans-serif; font-size: 7pt; margin-left: 5px; text-align: center; float: left; } #position.container { margin-right: 10px; } #yourbash.container { margin-left: 10px; } #map_legende img { height: 30px; } .clickable { cursor: pointer; } #map_legende #toggle_yourbashs { font-size: 8pt; } #map_legende .container.yourbashs { display: none; } /*-- end legende --*/