html, body {
    height: 100%;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    background: url("../images/site_bg.jpg") repeat-x 0 75px #80B34A;
}

html>body {
    height: auto;
    min-height: 100%;
}

#navigation {
    background: url("../images/navi_bg.jpg") repeat-x center;
    height: 49px;
    text-align: right;
}

#navigation div {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0px auto;
    width: 900px;
    height: 49px;
    background: url("../images/header_1.jpg") no-repeat;
}

#navi_liste {
    float: right;
    height: 49px;
    margin: 0;
    padding: 0;
}

#navi_liste li {
    display: inline;
}

#navi_liste li a {
    display: block;
    float: left;
    padding: 15px 7px 0px 7px;
    background: url("../images/navi_normal.gif") repeat-x #388428;
    position: relative;
    border-left: 1px dotted #82bc87;
    border-right: 1px dotted #273e2d;
    height: 34px;
}



#navi_liste li a:hover {
    background: url("../images/navi_hover.gif") repeat-x #36631e;
}

#navi_liste li a:active,
#navi_liste li a:focus,
#navi_liste li .active {
    background: url("../images/navi_active.gif") repeat-x #466526;
}

#navi_liste a:hover {

}

#subnavigation {
    background: url("../images/subnavi_bg.jpg") repeat-x;
    height: 27px;
}

#subnavi_liste {
    height: 27px;
    padding: 0 0 0 300px;
    margin: 0px auto;
    list-style-type: none;
    width: 600px;
    text-align: right;
    font-weight: bold;
    background: url("../images/header_3.jpg") no-repeat;
}

#subnavi_liste ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#subnavi_liste li {
    display: inline;
}

#subnavi_liste li a {
    float: left;
    position: relative;
    top: 5px;
    padding-right: 12px;
    background: url("../images/subnavi_bullet.gif") no-repeat 100% 50%;
    margin-right: 7px;
}

#subnavi_liste li a.last {
    background: none;
    padding: 0;
    margin: 0;
}

#subnavi_liste li a:hover, #subnavi_liste li a:active {
    text-decoration: underline;
}

#subnavi_liste li a.active {
    color: #f5cf00;
}

#content {
    background: url("../images/header_2.jpg") no-repeat;
    width: 530px;
    height: 400px;
    margin: 0 auto;
    padding: 10px 0 41px 370px;
}

body>div#content {
    height: auto;
    min-height: 400px;
}

#content h1 {
    padding: 0;
    margin: 0 0 30px 0;
}

#content h2 {
    padding: 0;
    margin: 15px 0 20px 0;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background: url("../images/footer_bg.jpg") repeat-x #82b54a;
    padding-top: 9px;
    list-style-type: none;
}

#footer ul {
    padding: 0 0 0 360px; 
    width: 540px;
    margin: 0 auto;
    list-style-type: none;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    float: left;
    margin-left: 15px;
}

#footer ul li.first a {
    margin: 0 15px 0 0;
}

#footer ul li.second a {
    margin: 0 100px 0 0;
}

#footer_valide {
    float: right;
    width: 200px;
    padding: 0;
    margin: 0;
    display: inline;
}

#footer_valide li {
    display: inline;
    margin-right: 15px;
}

.box {
    padding: 15px;
    background: url("../images/boxbg.jpg") repeat-x #9ccc6b;
    border: 1px solid #36631E;
    margin: 0 0 15px 0;
}

.trenner {
    border-bottom: 1px dotted #ffffff;
    margin: 15px 0;
}


.bild {
    border: 7px solid #ffffff;
}

.bild2 {
    border: 7px solid #ffa200;
}

#preisliste {
    
}

#preisliste th {
    text-align: left;
}

#lang {
    text-align: right;
margin-bottom: 10px;
}

.pagenavi {
    text-align: right;
}

#toplink {
    text-align: right;
    clear: both;
    padding: 10px 0 0 0;
    height: 2em;
}

#toplink a {
    float: right;
    padding: 0 15px 0 5px;
    background: url("../images/top.gif") 100% 50% no-repeat;
}

#toplink a:hover, #toplink a:active {
    background: url("../images/top_over.gif") 100% 50% no-repeat #456621;
    color: #dfffbc;
}

.newsbox {
    width: 387px;
    height: 93px;
    background: url("../images/newsbox.gif") no-repeat;
    padding-top: 35px;
    padding-left: 50px;
}


.bildergalerie {
    border: 7px solid #ffffff;
    float: left;
    margin-left: 7px;
    margin-bottom: 10px;
}

table.tabelle td, table.tabelle th {

}

table.tabelle {
border: 1px solid #ffffff;
}

table.teamtabelle {
border-collapse: collapse;
}

table.teamtabelle th, table.teamtabelle td {
text-align: left;
width: 160px;
vertical-align: top;
padding-bottom: 25px;
}

.clear {
    clear: both;
}
