/* Extension ml_maps */
.marker-layer {
            background-color : #d1d0be; /* #EAF5FB; */
                      border : 1px solid #ff4120;
                 padding-top : 4px;
              padding-bottom : 4px;
                padding-left : 4px;
               padding-right : 4px;
               

/*
Die Breite wird definiert in: /typo3conf/ext/ml_maps/map_layer.js : var IWIDTH=250  // Tip box width
                       width : 25px; 
*/
/*
                  margin-top : 2px;
               margin-bottom : 2px;
                 margin-left : 2px;
                margin-right : 2px;
*/
}

.marker-layer p {
                       color : #ff4120; /*  */
                 font-family : Verdana, Arial, sans-serif;
                   font-size : 11px;
                  font-style : normal;
/*
                 line-height : 22px;
*/
                 font-weight : bold;
}
