html {
	height: 110%;
	margin-bottom: 1px;
}
body{
        font-family: Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 12px;
        text-decoration: none;
        text-align: left;
        font-size: 12px;
        color:#81827c;
        background-color: #dfe1d8;
        margin: 0;
        padding:0;
}
#wrapper{
        width:880px;
        margin:auto;
}
#header{
        height:32px;
        background-color:#85b915;
        text-transform: uppercase;
}
#footer{
        height:23px;
        background-color: #cecfc7;
        text-align:center;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #81827C;
        padding-top:10px;
}
#headerwrapper {
        width:840px;
        margin:auto;
}

#header ul{
        margin: 0px;
        padding: 0px;
}
#header li{
        display: inline;
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 23px;
}
#header li.first{
        padding:  0px 23px 0px 0px;
}
#header li.last{
        padding:  0px 0px 0px 23px;
}

#header a, #header span {
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 30px;
        text-decoration: none;
}

#header a:hover, #header span.active, #header a.trail{
        text-decoration: none;
}

#main{
        width: 880px;
        position:relative;
        left:40px;
}

#main_links{
        width:485px;
        margin: 39px 25px 0 0;
        padding: 0 39px 0 0;
        border-right: 1px solid #81827C;
        float: left;
}

#main_rechts{
        width: 250px;
        margin: 39px 0 0 0;
        float: left;
}

.kasten_linkslinks{
        width: 245px;
        margin: 0 25px 0 0;
        float: left;
}

.kasten_linksrechts{
        width: 215px;
        float: left;
}

br        {
        clear: both;
}

.ueberschrift_gross{
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-weight: 900;
        font-size: 68px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 68px;
}


.ueberschrift_mittel{
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 39px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 28px;
}


.ueberschrift_klein{
        font-family:  Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 16px;
        font-weight: bold;
        text-transform:none;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
}


.ueberschrift_klein_kursiv{
        font-family: Arial, Helvetica, sans-serif;
        color: #dfe1d8;
        font-size: 16px;
        font-style: italic;
        text-decoration: none;
        text-align: left;
        display: block;
}


.ueberschrift_text{
        font-family: Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
}


.text_bold{
        font-family: Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
}


.text_bold_underline{
        font-family: Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
}


.text{
        font-family: Arial, Helvetica, sans-serif;
        color: #81827C;
        font-size: 12px;
        text-decoration: none;
        text-align: left;
}

a:link{
        color:#85B915;
        text-decoration:none;
        border:0px;
}

a:hover{
        color:#85B915;
        text-decoration:underline;
}

a:active{
        color:#85B915;
        text-decoration:none;
}

a:visited{
        color:#85B915;
        text-decoration:none;
}

a img { border: 0;
}

hr {
  height: 1px;
  width: 800 px;
  margin: 0 0 20px 0;
  background-color: #81827C;
  border: 0;
}

.bild_links10{
        padding: 0px 10px 0px 0px;
        float: left;
        border: 0px;
}

.bild_links25{
        padding: 0px 25px 0px 0px;
        float: left;
}

.bild_rechts25{
        padding: 0px 0px 0px 25px;
        float: right;
}

.hellgrau{
        color: #dfe1d8
}