html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #dddddd;
    text-align: center;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666666;
}

/****************/

#container{
    background: url(../bilder/layout_background.png) repeat-y;
    text-align: left;
    border-top: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 780px;
}

#header, #navigation, #content{
    width: 750px;
}

/****************/

#header{
    background: url(../bilder/layout_collage.jpg) top right no-repeat;
    height: 120px;
}
#header img{
    display: block;
}

/****************/

#navigation{
    background: url(../bilder/layout_navigation.png) repeat-x;
    height: 30px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{
    margin-left: 20px;
}
#navigation ul li{
    float: left;
}
#navigation ul li a{
    text-decoration: none;
    line-height: 29px;
    padding: 0 17px;
    color: #ffffff;
    display: block;
    height: 29px;
    float: left;
}
#navigation ul li a:hover, #navigation ul li a.active{
    background: url(../bilder/layout_navigation_active.png) repeat-x;
    color: #36214d;
}

/****************/

#inhalt{
    margin: 15px 20px 0 20px;
    display: inline;
    width: 510px;
    float: left;
}
#teaser{
    margin: 15px 0 0 20px;
    display: inline;
    width: 140px;
    float: left;
}
#teaser p{
    margin: 5px 0;
}

/****************/

#footer{
    background: #dddddd url(../bilder/layout_footer.png) no-repeat;
    margin-top: 15px;
    height: 40px;
}
#footer .address{
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    height: 25px;
}
#footer .address a{
    text-decoration: none;
    color: #ffffff;
}
#footer .address a:hover{
    text-decoration: underline;
}
#footer .link{
    text-align: center;
    padding: 5px 0 10px 0;
}

/****************/

h1, h2, h3, p, table, ul{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    color: #36214d;
}
h1{
    font-size: 12px;
}
h2{
    font-size: 11px;
}
h3{
    font-size: 10px;
}
a{
    color: #a5add4;
}
a:hover{
    text-decoration: none;
}
a img{
    border: none;
}


#inhalt ul{
    list-style: none;
    padding: 0 0 1em;
    margin: 0;
}
#inhalt ul li{
    background: url(../bilder/li_pfeil.gif) 5px 5px  no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 3px 0;
    list-style: none;
}

/****************/

.hr{
    background: url(../bilder/hr.png) center center repeat-x;
    height: 30px;
}
.floatleft{
    float: left;
    margin-right: 10px;
}
.floatright{
    float: right;
    margin-left: 10px;
}

/****************/

label, .kontakt{
    position: relative;
    margin: 0 0 5px 0;
    width: 140px;
    float: left;
}
input.text, textarea.text, input.password, .kontakt{
    width: 220px;
}
input.wkanzahl{
    width: 25px;
    padding: 2px 5px !important;
}
input.text, input.password, textarea.text, select{
    background: #ffffff url(../bilder/input_text.gif) repeat-x;
    border: 1px solid #888888;
    margin: 0 0 5px 0;
    font-size: 11px;
    padding: 2px 0;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../bilder/input_text_required.gif) repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
.formmailerror{
    margin: 5px 0 15px 0;
    color: #d00707;
    display: block;
}
.clearleft{
    clear: left;
}

/****************/

.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 ; }
