var MAP_LOADING = 'Auf den Ergebnis warten...';

var MAP_STEP_1 = '<div id="map_tooltip1" style="padding: 5px; position: absolute; display: none; left: 0px; top: 50px; background: #FFDFDF">\
Bald erscheint hier zusätzliche Anleitung zu die Karte\</div>\
<span onmouseover="document.getElementById(\'map_tooltip1\').style.display = \'block\'" \
onmouseout="document.getElementById(\'map_tooltip1\').style.display = \'none\'" \
style="display: inline-block; border-bottom: 1px dashed black; cursor: help">\Bitte</span> \
an den Abfahrts-Stadt (<span style="font-weight: bold; color: #1F56D6">blaue</span>) anklicken';

var MAP_STEP_2 = '<div id="map_tooltip2" style="padding: 5px; position: absolute; display: none; left: 0px; top: 50px; background: #FFDFDF">\
Bald erscheint hier zusätzliche Anleitung zu die Karte\</div>\
<span onmouseover="document.getElementById(\'map_tooltip2\').style.display = \'block\'" \
onmouseout="document.getElementById(\'map_tooltip2\').style.display = \'none\'" \
style="display: inline-block; border-bottom: 1px dashed black; cursor: help">Bitte</span> \
an den Ankunfts-Stadt (<span style="font-weight: bold; color: #02B62F">grüne</span>) anklicken';

var MAP_STEP_3 = '<div id="map_tooltip3" style="padding: 5px; position: absolute; display: none; left: 0px; top: 50px; background: #FFDFDF">\
Bald erscheint hier zusätzliche Anleitung zu die Karte\</div>\
<span onmouseover="document.getElementById(\'map_tooltip3\').style.display = \'block\'" \
onmouseout="document.getElementById(\'map_tooltip3\').style.display = \'none\'" \
style="display: inline-block; border-bottom: 1px dashed black; cursor: help">Für</span> detaillierte Vorschau bitte Zoom nutzen';
