/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* modul_landkarte */
.modul-landkarte                                { }
.modul-landkarte .liste							{ padding: 0px 10px 10px 10px; }
.modul-landkarte .form-text-readonly            { float: left; background: #FBC477; width: 200px; }
.modul-landkarte .form-text                     { width: 193px; }

.modul-landkarte .landkarte-infofenster         { }
.modul-landkarte .landkarte-zentrieren          { float: left; cursor: pointer; }
.modul-landkarte .landkarte-name                { float: left; }

.modul-landkarte .autocomplete					{ width: auto !important; background-color: #fff; border: 1px solid #888; margin: 3px 0px 0px -7px; padding: 0px; z-index: 100; }
.modul-landkarte .autocomplete ul 				{ list-style-type:none; margin:0px; padding:0px; }
.modul-landkarte .autocomplete ul li			{ list-style-type: none; display: block; white-space: nowrap; margin: 0; padding: 2px; height: auto; cursor: pointer; color: #000; }
.modul-landkarte .autocomplete ul li.selected 	{ background-color: #FBC477; }
.modul-landkarte .autocomplete b.highlighted 	{ color: #666; } 


.route											{ text-align:center; }
#karte *										{ color: #000000; }
#karte											{ width: 534px; height: 400px; overflow: hidden; }

/* Ergebnis Routenplanung */
.routenplaner								{ padding: 10px; }

.routenplaner-plan 						{ text-align: center; padding-top:40px; }
.routenplaner-plan .route-drucken		{ position:absolute; top:10px; left:10px; padding: 0px 0px 20px 10px; cursor: pointer; color:#ffffff; }

#planer_ergebnis *						{ color: #000000; }
#planer_ergebnis						{ background: #ffffff; width: 524px; margin: 10px auto 20px; text-align: left; color: #000000; }

