* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #5f5f5f;
    font-family: verdana, helvetica, sans-serif;
    font-size: 0.8em;
}

hr {
    clear: both;
    visibility: hidden;
}

a {
    color: #5f5f5f;
}

strong a {
    color: #a0be18;
    text-decoration: none;
}

h1 {
    margin: 0px 0px 4px 0px;
    font-size: 1.3em;
    font-style: italic;
    line-height: 140%;
    color: #a0be18;
}

h1 span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 110%;
}

h2 {
    margin: 8px 0px 4px 0px;
    font-size: 1.0em;
    font-style: italic;
    line-height: 140%;
}

p {
    margin: 5px 0px 4px 0px;
    line-height: 150%;
}

ul {
    margin: 5px 0px 4px 0px;
    padding: 0px 0px 0px 15px;
}

ul li {
    margin: 4px 0px 3px 0px;
}

dl {
    margin: 5px 0px 4px 0px;
    line-height: 150%;
}

dl dt {
    float: left;
    width: 3.5em;
    font-weight: bold;
    font-style: italic;
    line-height: 150%;
}

dl dd {
    width: 600px;
    margin-left: 4.0em;
    line-height: 150%;
}

td {
    vertical-align: top;
}

.green {
    color: #a0be18;
}

.access {
    height: 30px;
    margin-top: -30px;
}

#wrapper {
    width: 785px;
    margin: 0px auto 0px auto;
}

#navitop {
    padding: 35px 0px 2px 24px;
}

#navitop .left {
    float: left;
}

#navitop .right {
    float: right;
}

#navitop .right ul {
    list-style-type: none;
    margin: 0px;
    padding: 4px 0px 2px 0px;
    border-right: 1px #858383 solid;
}

#navitop .right li {
    display: inline;
    margin: 0px;
}

#navitop .right a {
    padding: 4px 20px 2px 8px;
    text-decoration: none;
    background: url(../img/back_navitop.gif) 0 0 no-repeat;
}

#navitop .right a:hover {
    text-decoration: underline;
}

#navitop .right a.active {
    font-weight: bold;
}

#header img {
    width: 785px;
    height: 72px;
}

#navimain {
    padding: 10px 0px 3px 0px;
    background-color: #e3ecba;
}

#navimain ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navimain li {
    display: inline;
    margin: 0px;
    padding: 4px 3px 3px 0px;
}

#navimain li.active {
    background: url(../img/back_navimain_right.gif) top right no-repeat;
}

#navimain a {
    color: #5f5f5f;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
    padding: 4px 2px 3px 5px;
}

#navimain a:hover {
    text-decoration: underline;
}

#navimain li.active a {
    color: #fff;
    background: url(../img/back_navimain_left.gif) 0 0 no-repeat;
}

#navisub {
    padding: 5px 0px 3px 5px;
    background-color: #a0be18;
}

#navisub ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navisub li {
    display: inline;
    margin: 0px;
    padding: 2px 3px 3px 0px;
}

#navisub li.active {
    background: url(../img/back_navisub_right.gif) top right no-repeat;
}

#navisub a {
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
    padding: 2px 2px 3px 5px;
}

#navisub a:hover {
    text-decoration: underline;
}

#navisub li.active a {
    color: #a0be18;
    background: url(../img/back_navisub_left.gif) 0 0 no-repeat;
}

#content {
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 5px 25px;
}

#content #pager {
    display: none;
}

#content .news #pager {
    display: block;
}

#pager div {
    display: inline;
}

#pager div.pager-first, #pager div.pager-last {
    padding-right: 8px;
}

#pager div.pager-next, #pager div.pager-last {
    padding-left: 8px;
}

#content h1, #content h2 {
    width: 220px;
}

.startseite {
    margin: -30px 0px 10px -25px;
}

.s1 {
    float: left;
    width: 220px;
    margin: 0px 5px 0px 0px;
}

.s2 {
    float: left;
    margin: 0px 15px 0px 0px;
    color: #A0BE18;
}

.s2 dl dd {
    width: 180px;
}

.s2 ul, .s2 p {
    width: 220px;
}

.s3 {
    float: left;
    width: 350px;
    margin: 0px 0px 0px 0px;
}

.s3 p {
    width: 250px;
}

.s3 table {
    margin: 10px 0px 10px 0px
}

.s3 th {
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-style: italic;
    font-weight: normal;
}

.s3 td {
    padding: 2px 0px 2px 0px;
}

.table {
    float: right;
    margin-top: -30px;
}

.table table {
    border-collapse: collapse;
}

.table td {
    text-align: center;
    vertical-align: middle;
    background: url(/files/images/back_td.gif) top right repeat-y;
}

.table .c1 td {
    background-color: #b8ce50;
}

.table .c2 td {
    background-color: #dce6a4;
}

.table th.text {
    text-align: left;
    vertical-align: bottom;
    padding: 8px 5px 8px 5px;
    background: url(/files/images/logo_small.gif) 5px 20px no-repeat;
}

.table td.text {
    text-align: left;
    padding: 8px 5px 8px 5px;
}

.table td.empty {
    width: 80px;
    background-image: none;
    background-color: #fff;
}


/* NEWS */

.news {
}

.news .item {
    width: 360px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px #a0be18 solid;
}

.news .item .date {
    color: #a0be18;
}

#content .news h1 {
    width: 100%;
}

.news .item .buttons {
    text-align: right;
}

.news .item .buttons img {
    margin-top: 5px;
    vertical-align: middle;
}

.buttons a {
    color: #a0be18;
    font-weight: bold;
    text-decoration: none;
}


/* Rezepte */

.rezepte .s2 {
    margin: 0px 0px 0px 20px;
}

.rezepte ul.sidenavi {
    list-style-type: none;
}

.rezepte ul.sidenavi a.active {
    font-weight: bold;
}


/* Hintergrundbilder */

.img_kontakt_skizze {
    background: url(/files/images/kontakt_skizze.gif) top 400px no-repeat;
}

.img_unternehmen_geschichte {
    background: url(/files/images/unternehmen_geschichte.jpg) top right no-repeat;
}

.img_unternehmen_standort {
    background: url(/files/images/unternehmen_standort.jpg) top right no-repeat;
}

.img_unternehmen_vertriebspartner {
    background: url(/files/images/unternehmen_vertriebspartner.jpg) top right no-repeat;
}

.img_unternehmen_kooperationspartner {
    background: url(/files/images/unternehmen_kooperationspartner.jpg) top right no-repeat;
}

.img_marken_eigenmarkten {
    background: url(/files/images/marken_eigenmarken.jpg) top right no-repeat;
}

.img_marken_handelsmarken {
    background: url(/files/images/marken_handelsmarken.jpg) top right no-repeat;
}

.img_produktion_fertigung {
    background: url(/files/images/produktion_fertigung.jpg) top right no-repeat;
}

.img_produktion_zertifikate {
     background: url(/files/images/produktion_zertifikate.jpg) top right no-repeat;
}

.img_produktion_einkauf {
     background: url(/files/images/produktion_einkauf.jpg) top right no-repeat;
}

.img_produktion_dienstleistungen {
    background: url(/files/images/produktion_dienstleistungen.jpg) top right no-repeat;
}