* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
html, body {
    width: 100%;
    height:100%;
}
body {
    margin: 0px;
    padding:0px;
    background-color: #FC8500;
    background-image:url(/bilder/layout/bg.gif);
    background-repeat: repeat-x; 
}
li {
    font-size: 11px;
    font-weight: bold;
    line-height: 180%;
    color: #454547;
}
#unsichtbar { 
    visibility: hidden;
    display: none;
}
#container {
    width: 805px;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0px auto;
    background-image:url(\"/bilder/layout/head_line.gif);
    background-repeat: no-repeat;
}
#head {
    background-image:url(/bilder/layout/head_line_cont.gif);
    background-repeat:no-repeat;
    background-color: #00368E;
    margin-right: 15px;
    margin-left: 18px;
    height:185px;
}
#head .textBlock {
    padding-top: 120px;
    color: #FFFFFF;
    font-size: 14px;
}
#logo {
    float: left;
    margin-top: 80px;
    margin-left: 25px;
    margin-right: 180px;  
}
#logo img {
    border: 0px;
}
#head .nav {
    background-image:url(/bilder/layout/headnav_bg.gif);
    background-repeat:no-repeat;
    width: 411px;
    height:29px;
    margin: 20px 0px 0px 329px;
    padding: 0px;
}
#head .nav li {
    list-style-type: none;
    float: right;
    padding: 8px 0px;
    line-height: 120%;
}
#head .nav a {
    color: #00368E;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #00368E;
    padding: 0px 10px;
    line-height: 12px;
}
#content {
    margin: 1px 47px 30px 18px;
    min-height: 570px;
    background-repeat:no-repeat;
    background-position: 0px 5px;
}
#content .nav {
    list-style:none;
    padding: 0px;
    margin:0px;
    float: left;
    padding: 20px;
}
#content .nav a {
    text-decoration: none;
    font:11px;
    font-weight:bold;
    color: #454547;
    display:block;
    background-image:url(/bilder/layout/nav_arrow.gif);
    background-repeat:no-repeat;
    height:17px;
    width:211px;
    padding: 2px 4px 0px 19px;
}
#content .nav a.big {
    height:31px;
}
#content .nav li {
    line-height: 130%;
    margin-bottom:3px;
}

#content .nav a:hover {
    background-image:url(/bilder/layout/nav_active.gif);
}
#content .nav a.big:hover {
    background-image:url(/bilder/layout/nav_active_big.gif);
}

#content .nav .level1Active a:link,
#content .nav .level1Active a:visited,
#content .nav .level1Active a:active,
#content .nav .level1Active a:hover {
    
    background-image:url(/bilder/layout/nav_active.gif);
}

#content .textContent {
    width: 379px;
    float: right;
    /*margin-right: 32px;*/
    border-left: 1px solid #7F9AC6;
    border-right: 1px solid #7F9AC6;
    padding: 20px 15px;
    min-height:500px;
    background-image:url(/bilder/layout/text_bg.png) !important;
    background-image:url();
}
#content .textFoot {
    width: 411px;
    float: right;
    height:5px;
    line-height:5px;
    font-size:1px;
    background-image:url(/bilder/layout/text_foot_bg.gif);
}

#foot {
    width: 805px;
    height:30px;
    background-color: #FFFFFF;
    margin: 0px auto;
    margin-top: -30px;
}
#foot div {
    background-image:url(/bilder/layout/foot_line.gif);
    background-repeat:no-repeat;
    width: 805px;
    height:30px;
}   
/*##################*/
/*      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;
    text-decoration: none;
} 
.textContent a {
    font-weight:bold;
    color:#00368E;
} 

.textContent a h1,
.textContent a span.subline_grau {
    text-decoration: none;
}

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

                                                                                           