﻿@media screen {
    
    ul#languageChoice {
        overflow: hidden;
        list-style-type: none;
    }
    
    ul#languageChoice li {
        float: right;
        margin: 10px;

    }
    
    ul#languageChoice a {
        background-position: left center;
        color: #404040;
        display: block;
        text-decoration: none;
        text-indent: 20px;
    }
    
    html[lang=nl-NL] li#nl-NL a { color: #F58229; font-weight: bold; }
    html[lang=nl-BE] li#nl-BE a { color: #F58229; font-weight: bold; }
    html[lang=fr-BE] li#fr-BE a { color: #F58229; font-weight: bold; }
    
    ul#languageChoice a:hover {
        color: #677588;
    }
    
    li#nl-NL a { background-image: url(http://images.gfk.nl/icons/V/16/flag_netherlands.png); }
    li#nl-BE a { background-image: url(http://images.gfk.nl/icons/V/16/flag_belgium.png); }
    li#fr-BE a { background-image: url(http://images.gfk.nl/icons/V/16/flag_belgium.png); }
  
}
