/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* modul_landkarte */
.modul-druckvorschau-content #karte	{ margin: auto; width: 552px !important; width: 554px; height: 300px; overflow: hidden; border: 1px solid #ADADAC; }
#karte	{ width: 398px !important; width: 400px; height: 257px; overflow: hidden; border: 1px solid #ADADAC; }
#karte .landkarte-ueberschrift	{ font-size: 12px; font-weight: bold; }
#karte .landkarte-beschreibung	{ font-size: 11px; }
#karte .landkarte-route-titel { font-size: 13px; font-weight: bold; }
#karte a { font-size: 11px; }
#karte input { border: 1px solid #000000; margin-right: 5px;  }

.route_drucken	{ margin-bottom: 20px; text-align: right; width: 400px; }

#anfahrtsplanung #karte	{ width: 400px; height: 400px; overflow: hidden; margin-left: 0px; float: none; margin-right: 0px; margin: auto; }
#anfahrtsplanung #planer_ergebnis	{ margin: auto; }

#planer	{ width: 150px; float: right; text-align: left; }
#planer #route_start	{ width: 140px; }
#planer .form-button	{ width: 140px; }

.landkarte_planer				{ width: 100%; margin-bottom: 10px; }
#planer_ergebnis	{ clear: both; width: 554px; margin: auto;  }

.autocomplete					{ z-index: 100; }
.landkarte_planer .autocomplete ul 				{ list-style-type:none; margin:0px; padding:0px; }
.landkarte_planer .autocomplete ul li			{ list-style-type: none; display: block; white-space: nowrap; margin: 0; padding: 2px; height: auto; cursor: pointer; color: #000; }
.landkarte_planer .autocomplete ul li.selected 	{ color: #fff; background-color: #666666; }
.landkarte_planer .autocomplete b.highlighted 	{ color: #999; } 
