.customEditingToolbar {
     float: right;
     right: 0px;
     height: 30px;
     width: 200px;
 }
 .customEditingToolbar div {
     float: right;
     margin: 5px;
     width: 24px;
     height: 24px;
 }



 /*
 .olControlDrawFeaturePolygonItemInactive { 
     background-image:url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -26px 0px;
 }
 .olControlDrawFeaturePolygonItemActive { 
     background-image:url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -26px -23px;
 }
 */

/*  Karte verschieben */



.olControlSaveFeaturesItemActive {
    background-image: url("openlayers/img/save_features_off.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.olControlSaveFeaturesItemInactive {
    background-image: url("openlayers/img/save_features_on.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.olControlNavigationItemActive {
    background-image: url("openlayers/img/pan_on.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.olControlNavigationItemInactive {
    background-image: url("openlayers/img/pan_off.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
}



/*  verschiebe Punkt */
 .olControlModifyFeatureItemActive { 
     background-image:url(openlayers/img/move_feature_on.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }
 .olControlModifyFeatureItemInactive { 
     background-image: url(openlayers/img/move_feature_off.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }

/*  add Point */

.olControlDrawFeaturePolygonItemInactive {
    background-image: url("openlayers/img/list-add-4-off.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.olControlDrawFeaturePolygonItemActive {
    background-image: url("openlayers/img/list-add-4-on.png");
    background-repeat: no-repeat;
    background-position: -0px 1px ;
}

/*  remove Point */
 .olControlDeleteFeatureItemActive { 
     background-image: url(openlayers/img/list-remove-4-on.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }
 .olControlDeleteFeatureItemInactive { 
     background-image: url(openlayers/img/list-remove-4-off.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }