BODY { FONT-FAMILY: Verdana, Tahoma, Arial, Sans-serif; COLOR: #333333}
* html, #zoom_in, #zoom_out, #prawo, #lewo, #gora, #dol, .space, .space_big, .kontrol, .druk {display:inline}

* html .druk {margin: -20px 0; }
#map_canvas {
    border : #66b3ff solid 3px;
    width: 640px;
    height: 480px;
  }


.blok {
    display: block;
    margin: 0 auto;
    width: 646px;
    height: 517px;
    background-color: #66B3FF;
  }
  

.kontrol {
    border : #66b3ff solid 3px;
    display: inline;
    width: 636px;
    height: 25px;
  }

#zoom_in, #zoom_out, #prawo, #lewo, #gora, #dol {
    display :table-cell;
    height : 20px;
    width : 20px;
}
#zoom_in {
    background : url("plus.gif") no-repeat;
  }
  
.space{
    display :table-cell;
    width : 10px;
}
.space_big{
    display :table-cell;
    width : 220px;
}

#zoom_out {
    background : url("minus.gif") no-repeat;
 }

#prawo {
    background : url("prawo.gif") no-repeat;
 }

#lewo {
    background : url("lewo.gif") no-repeat;
 }
#gora {
    background : url("gora.gif") no-repeat;
 }
#dol {
    background : url("dol.gif") no-repeat;
 }

.druk {
    background : url("drukarka.gif") no-repeat;
    float:right;
    margin-right : 5px;
    height : 25px;
    width : 30px;
    position: relative;
    z-index: 1;
  }

.m { font-size: 11px}
.mp { font-weight: bold; font-size: 11px}


A.link2 { COLOR: #333333; font-weight: bold; TEXT-DECORATION: none}
A.link2:hover { COLOR: #333333; font-weight: bold; text-decoration: underline}

A.blue_link { COLOR: #0000CC; font-weight: bold; font-size: 9px; TEXT-DECORATION: none}
A.blue_link:hover { COLOR: #333333; font-weight: bold; font-size: 9px; text-decoration: underline}
