html,body {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background-image: url(../img/background.png);
    background-color: #d7dd74;
    background-repeat: repeat-y;
    background-position: left;
    font-size: 12px;
    color: #1b1b1b;
}

* {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#wrapper_top {
    width: 100%;
    height: 576px;
    background-image: url(../img/background_header.png);
}

#banner {
    position: absolute;
    width: 860px;
    height: 300px;
}

hr {
    border-bottom: dashed 2px #437e32;
}

#container_top{
    padding-top: 16px;
    background-image: url(../img/header.png);
    width: 860px;
    padding-left: 120px;
    padding-right: 120px;
    height: 560px;
    margin: 0 auto;

}

#container_top a {
    color: #FFF;
    font-size: 20px;
}

#fuer_besucher {
    background-image: url(../img/pfeil.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 8px;
    text-transform: uppercase;
    position: absolute;
    margin-top: 340px;
    margin-left: 545px;
    font-weight: bold;
}

#fuer_aussteller {
    background-image: url(../img/pfeil.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 8px;
    text-transform: uppercase;
    position: absolute;
    margin-top: 370px;
    margin-left: 575px;
    font-weight: bold;
}

#fuer_aussteller:hover, #fuer_besucher:hover{
    text-decoration: underline;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #ff9900;
}


#content a {
    color: #437e32;
}

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

#content {
    padding-top: 35px;
}

#left {
    vertical-align: top;
    width: 550px;
    margin-right: 20px;
    display: inline-block;
}

#right {
    vertical-align: top;
    display: inline-block;
    width: 280px;
}


#navi_right {
   /* display: none;*/
    padding-bottom: 27px;
}

#navi_right li:nth-child(1){
    border-top: dashed 1px #437e32;
}

#navi_right li {
    border-bottom: dashed 1px #437e32;
    list-style-type: none;
    margin: 0px !important;
    padding: 0px;
}

#navi_right a {
    font-size: 14px;
    color: #437e32;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background-image: url(../img/pfeil_klein.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#navi_right a:hover,#navi_right a.active {
    background-image: url(../img/pfeil_klein_aktiv.png);
}

.navi_content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navi_content a {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    border-bottom: solid 1px #abd45e;
    height: 51px;
    line-height: 51px;
}


.navi_content a {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.navi_content a.active {
    text-decoration: underline;
}

.navi_content a:nth-child(1) {
    background-image: url(../img/l1.png);
}

.navi_content a:nth-child(2) {
    background-image: url(../img/l2.png);
}

.navi_content a:nth-child(3) {
    background-image: url(../img/l3.png);
    border: none;
}


#content h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ff9900;
    text-transform: uppercase;
    font-weight: normal;

}

#content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #437e32;
    text-transform: uppercase;
    font-weight: normal;
}

#content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff9900;
    text-transform: uppercase;
    font-weight: normal;
}

#content h4 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #ff9900;
    text-transform: uppercase;
    font-weight: normal;
}

#content h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #ff9900;
    text-transform: uppercase;
    font-weight: normal;
}

#content li{
    margin-left: 30px;
}

#content ul, #content ol{
    margin-top: 5px;
    margin-bottom: 5px;
}


#header_leiste{
    position: absolute;
    height: 16px;
    width: 100%;
    background-image: url(../img/background.png);
    background-color: #d7dd74;
    background-repeat: repeat-y;
    background-position: left;
}

#header a.active {
    text-decoration: underline;
}

#wrapper {
    width: 100%;
    min-height: 100px;
    background-color: #fafbf0;
    margin-bottom: 100px;
}

#container{
    width: 860px;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    /*background-color: #C2383C;*/
}

#navi ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
}

#navi ul li a{
    width:200px;
    padding-top: 24px;
    padding-left: 8px;
    height: 22px;
    background-image: url(../img/button.png);
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #437e32;
}


#navi ul li:nth-child(4){
    margin-right: 0px;
}



#navi ul li a:hover {
    background-image: url(../img/button_hover.png);
}

#navi ul li a.active {
    background-image: none;
    background-color: #659248;
    color: #FFF;
}

#wrapper_bottom {
    width: 100%;
    height: 100%;
    background-color: #97B6C8;
}

#navi_bottom {
    border-top: solid 4px #437e32;
    padding-top: 12px;
    height: 133px;
}

#logo {
    margin-left: 5px;
    margin-right: 34px;
}

#navi_bottom span{
    display: inline-block;
    vertical-align: top;
    width: 124px;
    height: 97px;
    border-left: 1px solid #abd45e;
    padding-left: 5px;
}

#navi_bottom span a {
    color: #336633;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#navi_bottom ul {

}

#navi_bottom li {
    list-style-type: none;
    margin: 0px;
}

#navi_bottom li a {
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    text-transform: none;
}

#logo_text {
    position: absolute;
    margin-left: 0px;
    margin-top: 105px;
}

#link_impressum {
    position: absolute;
    margin-top: 105px;
    margin-left: 635px;
    color: #437e32;
}