@font-face {
    font-family:roundup;
    src: url(ds-roundup/DSRoundup.ttf);
}

@font-face {
    font-family: alexbrush;
    src: url(alex-brush/AlexBrush-Regular.ttf);
}

body {
    background-color:#F4F4F4;
    color: #B53F06;
}
p {
    font-family: alexbrush;
    color: black;
    font-size: 18px;
}
#wrapper {
    position:relative;
    width:900px;
    height:1040px;
    border:1px solid #B53F06;
    margin: auto;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-family: roundup;
}
.nav_oben,ul {
    float: right;
    padding-right: 20px;
}

.nav_oben,li {
    display: inline;
}

a:link {
    text-decoration: none;
    color: #B53F06;  
}

a:hover {
    color: #612000;
}



#speisekarte {
    position: relative;
    float: left;
    width: 400px;
    margin-top: 20px;
}

#content {
    position: relative;
    float: right;
    width: 460px;
    margin-left: 20px;  
    margin-right: 20px;
    margin-top: 20px;;
}

footer {
    position: relative;
    margin-top: 10px;
    width: 900px;
    height: 50px;
    clear: both;
   
}

.nav_unten {
    margin: auto;
}

.nav_unten,ul {
    left: 340px;
}

.nav_unten,li {
    padding-left: 30px;
}

