/* {{{ langswitch */
#langswitch {
    position: absolute;
    top: 20em;
    left: 121.6em;
}
#langswitch a {
    color: #aaaaaa;
    font-size: 0.8em;
}
#langswitch ul {
    list-style: none;
}
#langswitch li a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.1em 0.5em 0.1em 0.5em;
}
#langswitch li a span {
    display: none;
}
#langswitch li a.active {
    background: url('../lib/trans_ffffff.png');
    font-weight: bold;
    color: #ffffff;
}
#langswitch li a:hover,
#langswitch li a.active:hover {
    font-weight: bold;
    background: #ffffff;
    color: #333333;
}
#langswitch li a:hover span {
    display: inline;
}
/* }}} */


/* vim:set ft=css sw=4 sts=4 fdm=marker : */

