.listImages {
    list-style-type: none;
    float: right;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    height: 20px;
    margin: 0px;
}

    .listImages li {
        display: inline;
        color: #595959;
        font-size: 10px;
        padding-right: 2px;
    }

        .listImages li a {
            color: #595959;
            font-size: 10px;
        }


.buttonImage {
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none 0px;
    cursor: pointer;
}

.buttonImage_LogoFlagFRA {
    background-image: url(../images/Flags/flag_fr.png);
    width: 30px;
    height: 30px;
}

.buttonImage_LogoFlagGBR {
    background-image: url(../images/Flags/flag_uk.png);
    width: 30px;
    height: 30px;
}

.buttonImage_LogoFlagSWE {
    background-image: url(../images/Flags/flag_se.png);
    width: 30px;
    height: 30px;
}

.buttonImage_LogoFlagNLD {
    background-image: url(../images/Flags/flag_nl.png);
    width: 30px;
    height: 30px;
}

.buttonImage_LogoFlagDEU {
    background-image: url(../images/Flags/flag_de.png);
    width: 30px;
    height: 30px;
}
