* {
    padding: 0;
    margin: 0;
    
}

body {
    font-family: Georgia, "Times New Roman", Times;
    font-size: 12px;
    color: white;
    background-color: #3c2814;
    background-image: url("../images/bodybackg.png");
    background-image: url("../images/bodybackg.gif");
    background-position: 0 114px;
    background-repeat: repeat-x;

}

body.home {
    background-position: 0 549px;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

#wrap {
    width: 800px;
    height: 555px;
    margin: 80px auto;
    position: relative;
    border: 1px solid #af6e41;
}

a img {
    border: 0;
}

a {
    color: white;
    text-decoration: none;
}

a strong {
    color: #cda57d;
}

a:hover {

    text-decoration: underline;
}

table, tr, td {
    border-collapse: collapse;
}

a:active, a:focus {
    outline: none;
    color: white;
}

h2 {
    font-size: 15px;

    color: #e6d2b4;
    text-transform: uppercase;
}

h3 {
    font-size: 100%;

}

#header {
    background-image: none;
    text-align: center;
    height: 147px;
}

.home #header {
    background-image: none;
}

#content-wrap {
    position: absolute;
    left: 54px;
    height: 290px;
    overflow-y: auto;

    top: 182px;
    right: 25px;

}

#content-wrap2 {
    height: 290px;
    overflow-y: auto;

    display: table;
}

.home #content-wrap {
    display: none;
}

#content {
    display: table-cell;
    vertical-align: middle;
}

.widthcol #content {
    vertical-align: top;
}

body.rightcol #content-wrap {

    margin-left: 523px;
}

#content h2 {
    display: block;

}

#content ol, #content ul {
    list-style-position: outside;
}

#content ul {
    padding-left: 14px;
}

#content ol {
    padding-left: 20px;
}

#nav {
    position: absolute;
    top: 33px;
    border: 1px solid #af6e41;
    border-width: 1px 0 1px 0;
    height: 25px;
    width: 800px;
    line-height: 25px;
    letter-spacing: 1px;

}

.home #nav {
    top: 468px;
}

#navwrap {
    text-align: center;
}

#nav ul {
    list-style: none;
    display: inline;

}

#nav ul li {
    display: inline;

}

#nav ul li a {
    color: #3c2814;
    text-decoration: none;

    font-size: 15px;
}


#nav ul li a:hover, #nav ul li a.active {
    color: #AF6E41;
}

.home #nav ul li a, .home #nav ul li a.active  {
    color: #e6d2b4;
}

.home #nav ul li a:hover {
    color: #AF6E41;
}


.nav-sep {
    height: 15px;
    width: 2px;
    display: inline;
    background-image: url("../images/nav-sep.png");
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.home .nav-sep {

    background-image: url("../images/nav-sep-home.png")
}

#footerline {
    position: absolute;
    right: 27px;
    top: 494px;
    left: 29px;
    border: 1px solid #af6e41;
    border-width: 1px 0 0 0;
    color: #e6d2b4;
    height: 1px;
    overflow: hidden;
}

.home #footerline {
    display: none;
}

#footer {
    display: none;
    position: absolute;
    right: 27px;
    top: 511px;
    left: 30px;
    color: #e6d2b4;
    font-size: 13px;
    letter-spacing: 1px;

}

#footer a {
    color: #e6d2b4;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;

}

.home #footer {
    display: block;
}

#footer p {
    text-align: center;
}

.spacerAfter1 {
    margin-bottom: 1em;
}

.spacerAfter2 {
    margin-bottom: 2em;
}

.spacerBefore1 {
    margin-top: 1em;
}

.spacerBefore2 {
    margin-top: 2em;
}

.line {
    border: 1px solid #3c2814;
    border-width: 1px 0 0 0;
}

/** bilder Text **/
img.top {
    display: block;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.karte-item-title {
    font-weight: bold;
    display: block;
    border: 1px solid white;
    border-width: 0 0 1px 0;
    margin-top: 8px;
    width: 520px;
    text-transform: uppercase;

}

.karte-item-desc {
    text-align: left;
    vertical-align: bottom;
}

.karte-item-price {
    text-align: right;
    vertical-align: bottom;
}

.karte-item-table {
    width: 100%;
    border: 1px solid white;
    border-width: 0 0 1px 0;

}

.tagesmenu {
    margin-bottom: 2em;
}

.tagesmenu .karte-item-table {
    width: 520px;

}

.karte-item-table td {
    height: 16px;
}

.karten-title {
    margin-top: 0em;
    width: 520px;
}

.karten-title-first {
    margin-top: 0em;
}

.lh-normal {

}

.lh-wider {
    line-height: 21px;
}

#logo {
    position: absolute;
    left: 0;
    background-color: transparent;
    text-align: center;
    width: 800px;
    top: 515px;

}

.home #logo {

    top: 435px;
}

#content a {
    color: #cda57d;
    font-weight: bold
}
.signature{
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.signature, .signature a{
    font-family: Verdana;
    text-decoration: none;
    color: rgb(120,80,50);
    font-weight: normal;
    font-size: 9px;
}
.signature a:hover{color: #ccc}


