#sprachauswahl #auswahlfeld{
    line-height:14px;
    height:14px;
    cursor:pointer;
    padding-right:37px;
    font-size:10px;
    position:relative;
    border-radius:8px;
    border:1px solid #cccccc;
    text-align:left;
    padding-left:6px;
    background-color: #ffffff;
}

#sprachauswahl #auswahlfeld>div{
    position: absolute;
    right:0px;
    height:100%;
    width:30px;
    top:0px;
    background-color:#dddddd;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#sprachauswahl #auswahlfeld.aufgeklappt,
#sprachauswahl #auswahlfeld.aufgeklappt>div{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#sprachauswahl img{
    height:10px;
    padding:2px 8px 0px 6px;
}

#sprachauswahl #auswahlliste{
    position: absolute; 
    padding:0px;
    top:15px;
    right:0px;
    display:none;
    z-index:9999;
}

#sprachauswahl #auswahlliste>div{
    border:1px solid #dddddd;
    height:100%;
    width:200px;
    background-color: #ffffff;
    position:relative;
    border-radius:8px;
    border-top-right-radius: 0px;
    display:block;
    padding:1px;
}

#sprachauswahl #auswahlliste>div>div{
    border:0px;
    height:100%;
    width:100%;
    background-color: #dddddd;
    position:relative;
    border-radius:6px;
    border-top-right-radius: 0px;
    display:block;    
}

#sprachauswahl #auswahlliste>div>div>div{
    font-size:10px;
    text-align:left;
    padding:10px;
}

#sprachauswahl #auswahlliste .auswahl{
    cursor:pointer;
    position:relative;
    line-height: 22px;
    white-space: nowrap;
}

#sprachauswahl #auswahlliste .line{
    border-top:1px solid #4B636E;
    margin-top:5px;
    margin-bottom:5px;
    opacity: 0.3;
}

#sprachauswahl #auswahlliste .auswahl:hover{
    text-decoration:underline;
    color: #005193;
}

#sprachauswahl #auswahlliste .auswahl:hover img{
    border:1px solid #000000;
}

#sprachauswahl #auswahlliste img{
    padding:0px;
    height:10px;
    border:1px solid transparent;
    margin-right:8px;
    top:2px;
    position: relative;
}