
body{
    background-color: #9ac00a;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#kopf_abstand{
    width: 100%;
    height: 26px;
    background-color: #ffffff;
}

#kopf_abstand_content{
    width: 1052px;
    height: 26px;
    background-image: url(/fileadmin/templates/images/kopf_linie.jpg);
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
}

#content{
    width: 1052px;
    background-image: url(/fileadmin/templates/images/content_hg.jpg);
    background-repeat: repeat-y;
    margin: 0 auto 0 auto;
}

#kopf{
    padding: 0 0 0 38px;
}

#logo{
    width: 208px;
    float: left;
    padding: 0 0 10px 0;
}

#gruenblock{
    width: 214px;
    height: 51px;
    background-color: #9ac00a;
    float: right;
    margin: 33px 0 0 0;
}

#navi{
    float: right;
    padding: 18px 10px 0 0;
}

#navi a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #5f605b;
    padding: 0 10px;
}

#navi a:hover, #navi a:focus, #navi a:active, #navi .act a{
    color: #9ac00a;
}

#navi li{
    list-style-type: none;
    float: left;
}

#kontentbild{
    padding: 0 0 0 35px;
}

#kopfgrafik{
    width: 963px;
}


#blockwrap{
    padding: 0 44px 0 0;
}

#leiste{
    padding: 0 44px 0 45px;
    height: 51px;
}

#blocklinks{
    width: 199px;
    height: 51px;
    background-color: #9ac00a;
    float: left;
}

#blockrechts{
    width: 762px;
    height: 51px;
    background-color: #d0cfcf;
    float: right;
}

#blockrechtswrap{
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding: 3px 15px 0 0;
}

#inhaltwrap{
    padding: 40px 0 40px 245px;
}

#inhalt{
    width: 550px;
}

#inhalt h1{
    color: #9ac00a;
    font-size: 18px;
    margin-bottom: 0;
}

#inhalt h2{
    color: #9ac00a;
    font-size: 16px;
    margin-bottom: 0;
}

#inhalt a{
    text-decoration: none;
    color: #9ac00a;
    font-weight: bold;
}

#inhalt a:hover, #inhalt a:focus, #inhalt a:active{
    text-decoration: underline;
}

#fuss{
    width: 1052px;
    height: 52px;
    background-image: url(/fileadmin/templates/images/fuss.jpg);
    background-repeat: no-repeat;
}

#fusswrap{
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    padding: 7px 44px 0 0;
    color: #5f605b;
}

#fusswrap a{
    color: #5f605b;
    text-decoration: none;
}

#fusswrap a:hover, #fusswrap a:focus, #fusswrap a:active{
    text-decoration: underline;
}

img{
    border: none;
}

#mailform fieldset{
    border: 0;
    padding: 30px 0 0 0;
}

.csc-mailform-field{
    display: block;
    border: 0px solid #c5cd5b;
    padding-bottom: 4px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
    border: 1px solid #9ac00a;
    background-color: #ffffff;
    margin-bottom: 2px;
}

.csc-mailform-field label{
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 4px;
}

.csc-mailform-submit{
    float: right;
    margin: 0 180px 0 0;
}


