html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #e9e9e9;
    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/

#container{
    background: url(../bilder/layout_background_container.png) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 840px;
}

/****************/

#header{
    background: url(../bilder/layout_header.png) no-repeat;
    height: 131px;
    position:relative;
}

#logolink{
    text-decoration:none;
    position:absolute;
    left:40px;
    top:40px;
    width:370px;
    height:65px;
}

#pdflink{
    text-decoration:none;
    position:absolute;
    left:65px;
    top:325px;
    width:75px;
    height:100px;
    z-index:100;
}

.lang_nav{
    position: absolute;
    right:20px;
    top:0px;
}

.lang_nav, .lang_nav ul, .lang_nav li{
    display:inline;
}

/****************/

#navigation{
    background: url(../bilder/layout_background_navigation.jpg) repeat-y;
    position: relative;
    height: 310px;
}
#navigation a{
    text-transform: uppercase;
    text-decoration: none;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{
    width: 225px;
}
#navigation ul, #navigation ul li, #navigation ul li div{

}
#navigation ul li a{
    border-bottom: 1px solid black;
    margin-left: 1px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 24px;
    display: block;
    color: #ffffff;
    height: 24px;
}
#navigation ul li a:hover, #navigation ul li a.active{
    background: #ffffff;
    color: red;
}

/******** Unternavigation ********/

#navigation ul li{
    position: relative;
    display: inline;
}
#navigation ul li div{
    position: absolute;
    display: none;
    z-index: 100;
    left: 226px;
    top: -1px;
}
#navigation ul li div ul{
    position: relative;
    z-index: 110;
    width: 200px;
}

#navigation ul li div ul li a{
    text-transform: none;
    font-weight: normal;
    background: #ffffff;
    padding-left: 10px;
    margin-top: 1px;
    color: #000000;
    border: none;

    filter : alpha(opacity=65) ;
    opacity : 0.65 ;
    -moz-opacity : 0.65 ;
}

#navigation ul li div ul li a:hover{
    filter : alpha(opacity=80) ;
    opacity : 0.80 ;
    -moz-opacity : 0.80 ;
}

/****************/

#content{
    margin: 15px 0;
}

/****************/

#left{
    margin-right: 15px;
    width: 225px;
    float: left;
}
#left .padding{
    padding: 0 15px;
}
#left h2{
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

/****************/

#right{
    width: 575px;
    float: left;
}

/****************/

#footer{
    background: url(../bilder/layout_footer.png) no-repeat;
    font-size: 10px;
    height: 20px;
}
#footer img, #footer p{
    float: left;
}
#footer p{
    margin: 0 0 0 15px;
    line-height: 20px;
    color: #666666;
    font-size: 9px;
}
#footer a{
    color: #666666;
}

/****************/

h1, h2, h3, p{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    color: #fd0101;
}
h1{
    font-size: 12px;
}
h2{
    font-weight: normal;
    font-size: 12px;
}
h3{
    font-weight: normal;
    font-size: 10px;
}
a{
    text-decoration: none;
    color: #fd0101;
    color: #000000;
    text-decoration: underline;
    padding-bottom:0px;
}
a:hover, a.active{
/*     text-decoration: underline; */
}
a img{
    border: none;
}

/****************/

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

/****************/


label, .kontakt{
    position: relative;
    margin: 0 0 5px 0;
    width: 180px;
    float: left;
}
#kontaktform label{
    width: 120px;
}
#anschrift{
    float: right;
    width: 250px;
}
#anschrift label{
    width: 70px;
}
input.text, textarea.text, input.password, .kontakt{
    width: 180px;
}
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: #FD0101;
}
.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;}