* { margin:0;padding:0; }
html, body {height:100%;}


/* Vertikale zentrierung */
body, table {
    background:#1a1a1a;
    text-align:center;
    font-family:Verdana, sans-serif;
    font-size:11px;
}

table {
    width:100%;
    height:100%;
}

table td {
    vertical-align:middle;
}

/* Beginn des echtes Layout */
#container
{
    border-bottom:1px solid #000;
    height:340px;
    margin:0 auto;
    width:100%;
    position:relative;
}

#logo
{
    display:block;
    margin:0 auto;
    position:relative;
    padding-right:200px;
}


#languages ul { margin-top:50px; }

#languages ul li
{
    display:inline;
    list-style:none;
    margin-right:10px;
}

#languages li a
{
    color:#999;
    text-decoration:none;
}
