/**
 * CSS for Map-POIs
 *
 * @author  Bernhard Keprt - EC3Networks (bernhard.keprt@ec3.at) 
 */

.map_poi_accommodation {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/accommodation.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_bank {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/bank.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_bar {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/bars.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_church {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/church.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_culture {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/culture.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_daycare {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/daycare.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_education {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/education.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_landmark {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/landmark.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_library {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/library.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_notes {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/notes.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_petrolstation {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/petrol_station.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_photos {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/photos.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_policerescue {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/police_rescue.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_postoffice {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/post_office.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_publicservice {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/public_service.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_restaurant {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/restaurant.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_shop {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/shops.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_sight {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/sights.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.map_poi_transport {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 17px;
    height: 17px;
    background-image: url("images/poi/transportation.png");
    background-position: top left;
    background-repeat: no-repeat;
}