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

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

#container{

}

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

#adress{
    background: #7c8487;
    text-align: left;
    padding-left: 20px;
    line-height: 20px;
    color: #ffffff;
    height: 20px;
}

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

#meta{
    display: none;
}

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

#logo{
    background: #ffffff;
    position: relative;
    height: 100px;
}
#logo img{
    position: absolute;
    left: 40px;
    top: 25px;
}
#logo .slogan1{
    font-size: 12px;
    color: #000;

    position: absolute;
    left: 233px;
    top: 35px;
}
#logo .slogan2{
    font-size: 18px;
    line-height: 22px;
    color: #000000;

    position: absolute;
    left: 244px;
    top: 50px;
}

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

#nav{
    display: none;
}

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

#main{

}

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

#subnav{
    display: none;
}

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

#content{
    background: #ffffff;
    text-align: left;
    margin: 20px 0;
    padding: 10px 20px;
}
#content #printer{
    display: none;
}

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

#footer ul, #footer ul li{
    display: none;
}

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

h1, h2, h3, p, table, ul{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    color: #000000;
}
h1{
    font-size: 13px;
}
h2{
    background: url(../../images/h2.gif) center center repeat-x;
    font-size: 12px;
}
h2 span{
    background: #ffffff;
    padding: 0 5px 0 0;
}
h3{
    font-size: 11px;
}
a{
    color: #000000;
}
a:hover{
    text-decoration: none;
}
a img{
    border: none;
}

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

.floatleft{
    float: left;
    margin-right: 10px;
}
.floatright{
    float: right;
    margin-left: 10px;
}/*
.column{
    float: left;
}
.normal{
    width: 485px;
}
.images{
    text-align: right;
    width: 180px;
}
.margined{
    margin-right: 20px;
}*/

.overview .image{
    float: left;
    width: 120px;
}
.overview .text{
    border-bottom: 1px solid #8f8f8f;
    width: 450px;
    float: left;
}
.overview .more{
    background: #ffffff;
    text-align: right;
    margin-top: -2px;
    float: right;
    width: 70px;
}
.overview .more a{
    padding: 2px 10px;
    background: #EBEDEC;
}

.details .image{
    float: left;
    width: 140px;
}
.details .text{
    width: 430px;
    float: left;
}


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

.editFormCaption{
    display: none;
}
fieldset{
    padding: 5px 0;
    border: 0;
}
.asterix {
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
label{
    position: relative;
    margin: 0 0 5px 0;
    width: 130px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 300px;
}
textarea{
    height: 120px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    margin: 0 0 5px 0;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/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;
}

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

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