.no_decoration{
   text-decoration: none;
   color: black;
}
.no_decoration a{
       text-decoration: none;
       color: black;
    }
.no_decoration a:visited{
       text-decoration: none;
       color: black;
    }
    
.maps-sprite-pane-info-website {
    background: no-repeat url(/layout/pane-info.png) 0 -608px;
    height: 24px;
    width: 24px;
    float: left;
}
.maps-sprite-pane-info-address {
    background: no-repeat url(/layout/pane-info.png) 0 -582px;
    height: 24px;
    width: 24px;
    float: left;
}
.maps-sprite-pane-info-phone {
    background: no-repeat url(/layout/pane-info.png) 0 -530px;
    height: 24px;
    width: 24px;
    float: left;
}

.adres, .adres a, .adres a:link, .adres a:visited, .adres a:hover { 
    font-family: sans-serif !important; font-size: 1em !important; 
    color: #333333; 
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.adres a:hover {
    color: #05AF46; 
}