﻿.picto .garage
{
    background-image: url(/Images/Picto/garage2.png);
}

    .picto .garage.active
    {
        background-image: url(/Images/Picto/garage.png);
    }

.picto .wash
{
    background-image: url(/Images/Picto/vaskeri2.png);
}

    .picto .wash.active
    {
        background-image: url(/Images/Picto/vaskeri.png);
    }

.picto .playground
{
    background-image: url(/Images/Picto/legeplads2.png);
}

    .picto .playground.active
    {
        background-image: url(/Images/Picto/legeplads.png);
    }

.picto .dogs
{
    background-image: url(/Images/Picto/hund2.png);
}

    .picto .dogs.active
    {
        background-image: url(/Images/Picto/hund.png);
    }

.picto .cats
{
    background-image: url(/Images/Picto/kat2.png);
}

    .picto .cats.active
    {
        background-image: url(/Images/Picto/kat.png);
    }

.picto .sharedfacilities
{
    background-image: url(/Images/Picto/faelleshus2.png);
}

    .picto .sharedfacilities.active
    {
        background-image: url(/Images/Picto/faelleshus.png);
    }

.picto .lift
{
    background-image: url(/Images/Picto/elevator2.png);
}

    .picto .lift.active
    {
        background-image: url(/Images/Picto/elevator.png);
    }

.picto .center
{
    background-image: url(/Images/Picto/centrum2.png);
}

    .picto .center.active
    {
        background-image: url(/Images/Picto/centrum.png);
    }

.picto .shop
{
    background-image: url(/Images/Picto/indkoeb2.png);
}

    .picto .shop.active
    {
        background-image: url(/Images/Picto/indkoeb.png);
    }
