* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
html, body {
    width: 100%;
    height:100%;
}
body {
    background-color: #FFFFFF;
    background-image:url();
}
li {
    font-size: 11px;
    font-weight: bold;
    line-height: 180%;
    color: #454547;
}
#unsichtbar { 
    visibility: hidden;
    display: none;
}
#container {
    width: 100%;
    background-color: #FFFFFF;
    background-image:url();
}
#head {
    display:none;
}
#content {
    margin: 1px 47px 30px 18px;
    min-height: 570px;
    background-repeat:no-repeat;
    background-position: 0px 5px;
}
#content .nav {
    display: none;
}
#content .textContent {
    width: 100%;
    float: none;
    border: 0px;
    padding: 0px;
    background-image:url();
}
#content .textFoot {
    display: none;
}

#foot {
    dispay: none;
}   
/*##################*/
/*      TEXT        */
/*##################*/
.subline_dkl_grau{
    font-size: 14px;
    font-weight: bold;
    color:#454547;
    margin:0px;
    padding:0px;
}
.subline_grau{
    font-size: 12px;
    font-weight: normal;
    color:#7E7E7F;
    margin:0px;
    padding:0px;
} 
.textContent a{
    font-weight:bold;
    color:#00368E;
} 
h1, h1 a{
    font-size: 16px;
    font-weight: bold;
    color: #454547;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
h2, h2 a{
    font-size: 16px;
    font-weight: lighter;
    color:#7E7E7F;
    margin:0px;
    padding:0px;
    text-decoration: none;
}
/*##################*/
/*     Formular     */
/*##################*/
#form input {
    width: 200px;
    border: 1px solid #7997C6;
    background: #ffffff;
    margin-bottom:5px;
}
#form .frmButton{
    width: 80px;
    border: 1px solid #7997C6;
    background: #ffffff;
    margin:20px 5px 5px 0px;
}
#form textarea {
    width: 270px;
    height: 100px;
    border: 1px solid #7997C6;
    background: #ffffff;
    margin-top:5px;
}

                                                                                            