﻿/* Kartennavigation (Pfeile) ausschalten */
.MapMoveButton { display: none; }
/* Punkt auf der Karte soll den Move-Cursor behalten */
.NormalMapIcon { cursor: move; }
/* MapControlPanel ausrichten */
#MapControlPanel,
#MapPoiForm { top: 0px !important; }
#PoiLayerSwitchesContainer { height: 260px; }
* html #PoiLayerSwitchesContainer { height: 250px; }
#BranchCatchword { position: relative; }
#BranchCatchword label { display: block; }
#BranchCatchword button { font-size: 11px; position: absolute; top: 12px; left: 115px; width: 50px; }
* html #BranchCatchword button { left: 110px; }
#MSVE_obliqueNotification
{
	visibility: hidden;
}

