.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
    height: 100.1%;
}
body, table, td, li, p{
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    color: #333333;
}
body{
    background: url(../bilder/layout_background.png) repeat-y top center;
    text-align: center;
    padding: 0;
    margin: 0;
}


#container #logo{
    margin: 0 auto;
}
#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    width: 1000px;
}
#container #navigation{
    width: 192px; ;
    float: left;
    margin-top: 40px;
}
#container #navigation ul, #container #navigation ul li, #container #flags, #container #flags li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#container #flags{
    position: absolute;
    right: 148px;
    top: 5px;
}
#container #flags li{
    float: left;
    margin-left: 10px;
}
#container #background{
    background: url(../bilder/layout_container.png) repeat-y;
    width: 670px;
    float: left;
    padding: 0;
    margin: 0;
}
#container #inhalt{
    background: url(../bilder/layout_header.png) top center no-repeat;
}
#container #header{
    margin-bottom: 20px;
    height: 25px;
}
#container #footer{
    background: url(../bilder/layout_footer.png) top center no-repeat;
    height: 50px;
}
#container #footer img{
    float: right;

    margin: 30px 10px 0 0;
    width: 170px;
    height: 18px;
}

#inhalt{
    position: relative;
    padding: 20px 60px;
}
#inhalt ul, #inhalt li{
    list-style-image: url(../bilder/li.gif);
}
#inhalt ul{
    margin: 0 0 1em;
}
#inhalt ul li{
    margin: 0 0 0 10px;
}


h1{
    border-bottom: 1px solid #C82828;
    line-height: 19px;
    font-size: 14px;
    color: #C82828 ;
    margin: 0 0 0.75em 0;
}
h2{
    font-size: 13px;
}
h3{
    font-size: 12px;
}
h4{
    margin: 0.5em 0 0 0;
    color: #000000;
    border: none;
}
p{
    margin: 0em 0 1em;
    padding: 0;
}
a{
    color: #FF173D;
}
a:hover{
    text-decoration: none;
    color: #036;
}
a img{
    border: none;
}
form{
    display: inline;
}


.floatleft, .floatright{
    margin-bottom: 10px;
    display: inline;
}
.floatleft{
    margin-right: 15px;
    float: left;
}
.floatright{
    margin-left: 15px;
    float: right;
}
.repeater{
    margin: 0;
}
.clearleft{
    clear: left;
}
.border {
    border: 1px solid #AAA8A5;
}
.f{
    color: red;
}


#anschrift{
    margin-top: 10px;
    float: right;
    width: 200px;
}
#anschrift label{
    width: 80px;
}
label, .kontakt{
    position: relative;
    margin: 0 0 5px 0;
    width: 130px;
    float: left;
}
#impressum label{
    width: 150px;
}
input.text, textarea.text, input.password, .kontakt{
    width: 200px;
}
input.text, input.password, textarea.text, select{
    border: 1px solid #000000;
    background: #ffffff;
    margin: 0 0 5px 0;
    font-size: 10px;
    padding: 2px 0;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid black;
}
label.required{
    color: #A02031;
}
.formmailerror{
    margin: 5px 0 15px 0;
    color: #d00707;
    display: block;
}

.newsbilder img {
    margin-bottom: 10px;
}
