      .layerentry {
        width:12;
        height:12;
        margin-top:1;
        margin-right:0;
        margin-bottom:0;
        margin-left:1;
      }

      .mapunits {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
        background-color:#6699cc;
        border:0;
      }

      .measureunits {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#666666;
        background-color:#ffffff;
        border:0;
      }


      #pdf {
        position: absolute;
        top: 70;
        left: 900;
	width: 100;
        z-index: 101;
        visibility: visible;
        background-color: #413889;
      }

      #cursx {
        position: absolute;
        top: 0;
        left: 0;
        height: <?php echo($map->{width}); ?>;
        z-index: 102;
        width: 1;
        visibility: hidden;
        background-color: #444444;
      }

      #cursy {
        position: absolute;
        top: 0;
        left: 0;
        height: 1;
        z-index: 102;
        width: <?php echo($map->{height}); ?>;
        visibility: hidden;
        background-color: #444444;
      }

      #myCanvas {
        position: absolute;
        top: 0;
        left: 0;
        height: <?php echo($map->{height}); ?>;
        z-index: 103;
        width: <?php echo($map->{width}); ?>;
        visibility: hidden;
      }

      #myCanvas-ie5 {
        position: absolute;
        top: 0;
        left: 0;
        height: 300;
        z-index: 103;
        width: 400;
        visibility: hidden;
      }

      #zoomrect {
        position: absolute;
        top: 0;
        left: 0;
        height: 1;
        width: 1;
        z-index: 105;
        border: 1px solid red;
        visibility: hidden;
      }

      #loadmap-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 110;
        visibility: hidden;
      }

      #loadmap-owl {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 111;
        visibility: hidden;
      }

      #headline-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 111;
        visibility: hidden;
      }

      #tipp {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 121;
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
        border: 1px solid black;
        padding: 2px;
        background-color: #ffffe7;
        visibility: hidden;
      }

      #MainMapDiv {
        position: absolute;
        top: 0;
        left: 0;
        height: <?php echo($map->{height}); ?>;
        z-index: 100;
        width: <?php echo($map->{width}); ?>;
        visibility: hidden;
      }
		
	#mainmap {
	}



