html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.floatleft { float: left; margin-right: 10px; display: inline; padding: 2px; border: 1px solid #50A432; }
.floatright {float: right; margin-left: 10px; display: inline; padding: 2px; border: 1px solid #50A432; }



body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #333333;
}
body, p, li{
    line-height: 1.4em;
}
body{
    background: #CCCCCC;
    text-align: center;
    padding: 0;
    margin: 0;
}



#background{
    background: #CCCCCC url(../bilder/layout_background.png) top center repeat-y;
}
#container{
    background: url(../bilder/layout_kopfgrafik.jpg) no-repeat;
    padding-top: 200px;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 800px;
}
#navigation{
    position: relative;
    width: 185px;
    float: left;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul li{
    background: url(../bilder/layout_navpoint.png) no-repeat;
    margin: 0 0 3px 24px;
    width: 140px;
    height: 25px;
}
#navigation ul li a{
    text-decoration: none;
    margin-left: 27px;
    line-height: 20px;
    font-size: 11px;
    display: block;
    color: #377B1A;
}
#navigation ul li a:hover, #navigation ul li a.active{
    font-weight: bold;
}
#inhalt{
    position: relative;
    width: 400px;
    float: left;
}
#inhalt ul{
    padding-left: 15px;
    list-style: none;
    margin : 10px 0;
}
#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}
#teaser{
    margin-left: 30px;
    width: 160px;
    float: left;
}
#teaser h2{
    text-transform: none;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
}
#teaser p{
    margin: 5px 0 25px 0;
    font-size: 11px;
    color: #333333;
}
#footer{
    background: url(../bilder/layout_footer.png) bottom no-repeat;
    padding: 0 25px 30px 25px;
    position: relative;
    height: 30px;
}
#footer p{
    border-bottom: 1px solid #54A93A;
    border-top: 1px solid #54A93A;
    font-size: 10px;
    color: #666666;
    text-align: center;
    padding: 3px 0;
}
#footer p a{
    text-decoration: none;
}
#footer img{
    position: absolute;
    bottom: 15px;
    width: 160px;
    left: 320px;
}


p{
    margin: 0em 0 1.5em;
    padding: 0;
}
h1, h2{
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0.3em 0;
    font-size: 13px;
    color: #50A432;
}
h2{
    margin: 0 0 1.5em 0;
    font-size: 10px;
}

h3{
    font-size: 13px;
    margin: 0 0 0.3em 0;
}

a{
    color: #377B1A;
}
a:hover{
    text-decoration: none;
    color: #036;
}








.repeater{
    margin-bottom: 1.4em;
}









/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 200px;
}
label {
    margin-bottom: 5px;
    position: relative;
    width: 145px;
    float: left;
}
input, textarea, select {
    border: 1px solid black;
    background: #ffffff;
    color: #000000;
}
input.text, input.password, textarea.text{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 0px 0px 5px 0px;
    font-size: 11px;
    padding: 2px 0;
}
input.required, input.password.required, textarea.required{
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
}
form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}
select{
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}
body > select{
    margin-bottom: 0px;
}
.checkbox, .radio{
    margin-bottom: 5px;
    background: none;
    border: 0;
}
.submit{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 5px 0 5px 0;
    padding: 2px 2px;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid black;
}
form label.required{
    color: red;
}
form label.completed{
    color: black;
}
.formmailerror{
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #E7DBC6;
    margin: 0px 0px 5px 0px;
    line-height: 1.3em;
    overflow: hidden;
    display: block;
    padding: 5px;
    color: red;
}
#formmailmessage br{
    clear: left;
}
.kontakt{
    margin-bottom: 5px;
    position: relative;
    display: block;
    float: left;
}
#anschrift{
    position: relative;
    /*float: right; */
}
#anschrift label{
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}
#kontaktform{
    margin-right: 10px;
    position: relative;
}
#kontaktform input.radio{
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */


