#langswitch {
    background: rgba(0, 0, 0, 0) url("../../images/navi_meta_bg_raute.png") no-repeat scroll 0 0;
    color: #ffffff;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 159px;
}

#langswitch:hover {
    background: rgba(0, 0, 0, 0) url("../../images/navi_meta_bg_raute_hover.png") no-repeat scroll 0 0;
}

@media screen and (max-width: 445px) {
 #extraTitle { display: none; }
}