body{
    background-image: none;
    background-color: white;
    margin-left: 0;
}
h1 {
    text-align: left;
}

#lang_menu
{
    list-style: none;
    display: block;
    position: absolute;
    right: 0px; 
    top: 0px;
}
#lang_menu a span
{
    display: inline;
}
#lang_menu a
{
    display: block;
    float:left;
    width: 64px;
    height: 48px;
    margin-left: 2px;
    margin-right: 2px;
    background: none;
}
#lang_menu a:hover span
{
    display: inline;
}

#menu
{
    list-style: none;
    display: block;
    width: 100%;

}
#menu li span
{
    display: none;
}
#menu a
{
    display: block;
    float:left;
    width: 64px;
    height: 48px;
    margin-left: 2px;
    margin-right: 2px;
    background-position: center center;
    background-repeat: no-repeat;
}
#menu a:hover span
{
    display: block;
    position: relative;
    width: 198px;
    height: 1.5em;
    top: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: black;
}
.w3c_valid {
    float: right;
}
