body, html {
    height: 100%;
    min-height: 100%;
    min-width: 800px;
    background-color: #780e10;
    color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

div.headerbild {
    position: absolute;
    width: 800px;
    height: 160px;
    z-index: 50;
}

div.headertext {
    position: absolute;
    margin-left: 40px;
    margin-top: 37px;
    width: 450px;
    height: 60px;
    z-index: 52;
}

div.feuer {
    position: absolute;
    width: 800px;
    height: 139px;
    z-index: 51;
}

div.feuer div.noflash {
    text-align: right;
    width: 750px;
}

div.menubar {
    position: absolute;
    margin-top: 134px;
    width: 800px;
    height: 37px;
    background-image: url('../images/menu_background.png');
    background-repeat: repeat-x;
    z-index: 53;
}

div.logo {
    position: absolute;
    margin-left: 617px;
    width: 450px;
    height: 60px;
    z-index: 54;
}

div.background {
    margin: 0px auto;
    background-color: #400e0a;
    width: 800px;
    min-height: 100%;
    overflow: hidden;
    padding-left: 170px;
    padding-right: 170px;
}

div.verlauf-links {
    float: left;
    margin-left: -170px;
    background-image: url('../images/verlauf_links.png');
    background-repeat: repeat-y;
    width: 170px;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
}

div.verlauf-rechts {
    float: right;
    background-image: url('../images/verlauf_rechts.png');
    background-repeat: repeat-y;
    width: 170px;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
    margin-right: -170px;
}

div.content {
    position: relative;
    width: 800px;
    min-height: 10px;
    padding-top: 190px;
}


/* Menüleiste */
div.menubar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-left: 33px;
}

div.menubar li {
    float: left;
    padding: 0px;
    margin: 0px;
}

div.menubar a {
    display: block;
    padding: 4px 8px;
    padding-top: 5px;
}

div.menubar a:hover,
div.menubar a:active,
div.menubar a.active {
    background-color: #fe9f00;
}

/* Allgemeine Stile für Links etc. */
.clear {
   clear: both;
}

a img {
    border: none;
}

div.content a {
    color: white;
    text-decoration: underline;
}

div.content a:hover,
div.content a:active {
    color: #fe9f00;
}

input, textarea {
    border: 1px solid #fe9f00;
    color: white;
    background-color: #400e0a;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

h1, h2, h3, h4 {
    color: #fe9f00;
    font-weight: bold;
}

h1 {
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 11pt;
}

h4 {
    font-size: 10pt;
}


/* Quicklinks */
div.quicklink {
    margin-bottom: 5px;
}

div.quicklink a span {
    display: none;
}

div.quicklink a {
    display: block;
    float: left;
    width: 188px;
    height: 122px;
    margin-left: -188px;
}

div.quicklink a:hover {
    background-image: url('../images/quicklinks_hover.png');
    background-repeat: no-repeat;
}

div.quicklink img {
    display: block;
    float: left;
}

/* Gästebuch */
.gb-entry-box {
    width: 762px;
    height: auto;
}

.gb-entry-box .header {
    padding: 0px;
    margin: 0px;
    width: auto;
    height: 31px;
    background-color: transparent;
    background-image: url('../images/gb_eintrag_header.png');
    background-repeat: no-repeat;
    color: white;
}

.gb-entry-box .header .name {
    float: left;
    width: 500px;
    padding-top: 7px;
    padding-left: 11px;
    font-weight: bold;
}

.gb-entry-box .header .date {
    float: right;
    width: 120px;
    height: 20px;
    padding-top: 7px;
    font-weight: bold;
}

.gb-entry-box .text {
    width: 740px;
    padding: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: white;
    color: black;
}

.gb-entry-box .footer {
    padding: 0px;
    margin: 0px;
    width: 762px;
    height: 44px;
    background-color: transparent;
    background-image: url('../images/gb_eintrag_footer.png');
    background-repeat: no-repeat;
    color: white;
}

.gb-entry-box .footer .comment {
    padding: 10px;
    padding-left: 11px;
}

.guestbook-captcha .captcha-text {
    float: left;
    width: 330px;
}

.guestbook-captcha .captcha-image {
    float: left;
    width: 200px;
}

.guestbook-captcha .captcha-image input {
    width: 198px;
    margin-top: 5px;
}

/* Keine Marginalien */
div.keine-marginalie {
    padding-left: 20px;
    padding-right: 20px;
}

/* Quicklink-Marginalie */
div.marginalie-quicklinks {
    float: left;
    min-height: 10px;
    width: 188px;
    margin-right: 20px;
    margin-left: 10px;
    padding-top: 10px;
}

div.content-marginalie-quicklinks {
    float: left;
    min-height: 10px;
    width: 562px;
    padding: 10px;
}


/* Speisekarten-Menü (linke Marginalie) */
div.marginalie-links {
    float: left;
    margin-top: -30px;
    margin-left: 33px;
    width: 173px;
}

div.marginalie-links div.menue {
    background-image: url('../images/speisekarte-menu-bkg.png');
    background-repeat: repeat-y;
    width: 173px;
    height: auto;
    padding: 10px;
    padding-top: 22px;
}

div.marginalie-links div.footer {
    background-image: url('../images/speisekarte-menu-footer.png');
    background-repeat: no-repeat;
    width: 173px;
    height: 7px;
    padding: 0px;
}

div.content-marginalie-links {
    float: left;
    width: 564px;
    padding: 10px;
    padding-left: 20px;
}

div.content-marginalie-links div.csc-textpic-imagewrap,
div.content-marginalie-quicklinks div.csc-textpic-imagewrap {
    margin-right: -10px;
}

div.marginalie-links div.menu-headline {
    color: #fe9f00;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 2px;
}


/* News */
div.news-box {
    width: 752px;
    margin-bottom: 20px;
}

div.news-box > div.news-tab {
    margin-left: 13px;
}

div.news-box > div.news-tab > div.tab-left {
    width: 8px;
    height: 31px;
    background-image: url('../images/news_tab_left.png');
    background-repeat: no-repeat;
    float: left;
}

div.news-box > div.news-tab > div.tab-content  {
    width: auto;
    height: 27px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/news_bkg.png');
    float: left;
}

div.news-box > div.news-tab > div.tab-right {
    width: 8px;
    height: 31px;
    background-image: url('../images/news_tab_right.png');
    background-repeat: no-repeat;
    float: left;
}

div.news-box > div.news-content > div.content-top {
    width: 752px;
    height: 8px;
    background-image: url('../images/news_body_top.png');
    background-repeat: no-repeat;
}

div.news-box > div.news-content > div.content-bottom {
    width: 752px;
    height: 8px;
    background-image: url('../images/news_body_bottom.png');
    background-repeat: no-repeat;
}

div.news-box > div.news-content > div.content-body {
    background-image: url('../images/news_bkg.png');
    padding-left: 10px;
    padding-right: 10px;
}

div.news-box > div.news-content > div.content-body > div.headline {
    float: left;
    font-weight: bold;
    font-size: 110%;
}

div.news-box > div.news-content > div.content-body > div.date {
    float: right;
}

div.news-box > div.news-content > div.content-body > div.text {
   clear: both;
   padding-top: 8px;
}

div.news-box > div.news-content > div.content-body > div.text p {
    margin: 0px;
    padding-bottom: 10px;
}

div.news-box > div.news-content > div.content-body > div.text > div.image {
    float: right;
    margin-bottom: 8px;
}

/* Kontaktformular */
form {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.csc-mailform {
    border: none;
    margin: 0;
    padding: 0;
}

.csc-mailform-field {
    clear: both;
}

.csc-mailform-field label {
    width: 150px;
    float: left;
    margin-bottom: 5px;
}

.csc-mailform-field input {
    width: 200px;
    float: left;
    margin-bottom: 5px;
}

.csc-mailform-field textarea {
    clear: both;
    display: block;
    width: 350px;
    margin-bottom: 10px;
}