body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}
a img { border: 0; }
div#content {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 15px 0 100px 0;
}
div#menuwrapper {
    position: fixed;
    bottom: 0;
    height: 100px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    
    /* Startseite: kein Hintergrund */
    background-color: white;
}
h1#logo {
    position: absolute;
    /*left: 375px;*/
    /*top: 15px;*/
    left: 460px;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
}
ul#navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 42px;
    margin-top: -10pt;
    z-index: 100;
    width: 100%;
}
ul#navigation li {
    position: absolute;
    width: 90px;
}
ul#navigation a {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    /*
    width: 80px;
    border: 1px solid red;
    */
}
ul#navigation a:hover { color: #f90; }
li#ueber { left: 0; }
li#preisliste { left: 100px; }
li#artwork { left: 200px; }
li#reservierung { left: 300px; }
li#galerie { right: 300px; text-align: right; }
li#links { right: 200px; text-align: right; }
li#kontakt { right: 100px; text-align: right; }
li#impressum { right: 0px; text-align: right; }

a {
    color: black;
    font-weight: bold;
}
a:hover { color: #f90; }
#flash_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#flash_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
