body {
    background-color: #ffe7bf;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000140;
}

h1, h2, h3, h4, h5, h6 {
    color: #920021;
    font-family: Georgia, Serif;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-weight: bold;
    font-size: 11pt;
    margin: 10px 0 7px 0;

}

h5 {
    font-weight: normal;
    font-size: 11pt;
    text-decoration: underline;
}

img {
    margin: 4px 5px;
}

#content img.logo {
    float:right;
    margin: 4px -30px 4px 8px;
}

p {
    line-height: 1.3em;
}

ul {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1.4em;
}


li {
    margin-bottom: 7px;
}

a:link, a:visited {
    color: #924959;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Hintergrund oben */

#left {
    position: absolute;
    background: url(/fileadmin/template/img/bg_left.png) repeat-x top right;
    top:0;
    left:0;
    height: 93px;
    width: 50%;
    z-index: 1;
}

#right {
    position: absolute;
    background: url(/fileadmin/template/img/bg_left.png) repeat-x top left;
    top:0;
    left: 50%;
    height: 93px;
    width: 50%;
    z-index: 1;

}

/* Hauptbereich */

#wrapper {
    z-index: 4;
    position: relative;
    width: 957px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    background: url(/fileadmin/template/img/bg_wrapper.png) repeat-y;
    text-align: left;
}

/* Bereich Header */
#header {
    position: relative;
    height: 152px;
    background-image: url(/fileadmin/template/img/bg_header.png);
    z-index: 10;
}

/* Bereich Navigation */
#navi {
    background: url(/fileadmin/template/img/bg_navi.png) no-repeat;
    width: 232px;
    float: left;
    z-index: 3;
}

#navi ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    padding: 0;
    margin:0;
}
#navi ul li {
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-indent: 4em;
    text-align: left;
    font-size: 16px;
    font-family: Georgia, serif;
    color: #7abde8;
    font-weight: bold;
    font-style: italic;
    display: block;
}

#navi ul li ul {
    background: none;
}
#navi ul li ul li a:link, #navi ul li ul li a:visited  {
     color: #b2e0f7;
}
                    
#navi ul li ul li {
     text-indent: 7em;
     font-size: 14px;
     color: #b2e0f7;
     line-height: 24px;
}

#navi a:link, #navi a:visited {
    text-decoration: none;
    color: #70bcdc;
}


#navi li.sublevelactive
, #navi li.mainlevelactive {
    color: #44888a;
    margin: 0;
    padding: 0;
}


/* Content Bereich */
#content {
    width: 700px;
    float: left;
    margin: 0 0 5px auto;
}

#inner_content {
    width: 600px;
    margin: 0 50px;
}


/* Footer Bereich */
#footer {
    background: url(/fileadmin/template/img/bg_footer.png) no-repeat bottom right;
    width: 957px;
    height: 73px;
    clear: both;
}

#navi_footer {
    width: 200px;
    float: left;
    color: #5ab3b5;
    margin: 35px 10px auto 40px;
}

#navi_footer a {
    color: #5ab3b5;
}

#liefergebiete {
    color: #5ab3b5;
    float: left;
    margin: 38px 10px auto 5px;
}

#liefergebiete h1 {
    display: inline;
    color: #5ab3b5;
    font-size: 12px;
    font-weight: normal;
    font-family: arial,sans-serif;
    line-height: 1.0em;
    padding: 0;
}
/* Kontaktformular */
label {
    display: block;
}

input, textarea {
    width: 300px;
    border: #C5BEB8 1px solid;
    margin: 0 0 10px 0;
}

input:focus, textarea:focus {
    background-color: #efefef;
}

input.button {
    width: 100px;
}

fieldset {
    width: 500px;
    margin: 0 auto;
    padding: 4px 10px;
    border: none;
}
legend {
    padding: 1px 50px;
    border: none;
    text-align: left;
    color: #777;
}
fieldset textarea {
    height: 80px;
}

