<style type="text/css">
body {
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 0;
  }

html, body { margin: 0; padding: 0;}

a:link{
color:#000000;
text-decoration: none
}

a:visited{
color:#000000;
text-decoration: none
}

a:hover{color:#000000;
text-decoration: underline;
}

a:active{color:#000000;
text-decoration: none
}

#container {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    background: white url(images/menu.jpg) repeat-y;
    border: 0px ridge black;
    z-index:1;
    }

#oben {
    margin: 0 auto;
    width: 980px;
    height:28px;
    background: #1e3d73;
    border: 0px ridge black;
    color:#ffffff;
    font-size:15px;
    z-index:2;
    }

#banner {
    margin: 0 auto;
    width: 980px;
    height:180px;
    background: white url(images/banner.jpg);
    border: 0px ridge black;
    z-index:2;
    }

#netzwerk {
    Position:Relative;
    top:30px;
    left:700px;
    width: 388px;
    height:250px;
    background: url(images/netzwerk.gif);
    border: 0px ridge black;
    z-index:3;
    }


h1 {
  color: #314d7f;
  font-size: 2em;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0;
  text-align: left;
  }

h2 {
  color: #314d7f;
  font-size: 1.5em;
  font-weight:  normal;
  padding: 0 0 0 0;
  margin: 0;
  text-align:left;
  }

h3 {
  color: #464646;
  font-weight:  normal;

  }

h4 {
  color: #000000;
  font-weight: normal;
  }

h6 {
color: #797979;
font-weight: normal;
padding: 0 50px 0 0;
font-size: 1.0em;

}

h5 {
color: #000000;
font-size: 2em;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0;
  text-align: left;

}

h7 {
color: #000000;
font-size: 1.2em;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0;
  text-align: left;

}



.wrapper1{
        color: #44433f;
        font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
        margin: 0;
        padding: 4px 0 0;

        }
        .wrapper1 a{
                color: #E5F2FB;
                text-decoration: none;
        }
        .wrapper1 a:hover {
                color: #09548B;
        }
        .wrapper1 p {
                margin: 0 0 17px;
                padding: 0;
                line-height: 18px;
        }
.wrapper {
        /*width: 710px;*/
        margin: -4px auto;
}
.nav {
        background: #fff url(images/nav_bg.png) repeat-x;
        float: left;
        width:980px;
        height:35px;
}
.nev-wrapper {
        clear: both;
        float: left;
}

.nav ul {
        /*width: 648px;*/
        height: 38px;
        float: left;
        margin: 0;
        padding-top: 3px;
        list-style: none;
        font-size: 15px;
}
.nav li {
        float: left;
        padding: 0 7px;
        background: url(images/split.png) no-repeat right center;
        position: relative;
        z-index: 1;
}
.nav li.last {
        background:none;
}
.nav li:hover {
        z-index:2;
}
.nav li a {
        display: block;
        line-height: 38px;
        overflow: hidden;
        float: left;
}
a .menu-left {
        background: url(images/menu_left.gif) no-repeat left top;
        width: 8px;
        height: 32px;
        line-height: 35px;
        display: block;
        float: left;
}
a .menu-mid {
        background: url(images/menu_mid.gif) repeat-x top left;
        height: 32px;
        line-height: 35px;
        display: block;
        float: left;
}
a .menu-right {
        background: url(images/menu_right.gif) no-repeat top left;
        width: 8px;
        height: 32px;
        line-height: 35px;
        display: block;
        float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
        background-position: 0 -37px;
        line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
        color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
        display:block;
}
.nav li .sub {
        display: none;
        position: absolute;
        top: 27px;
        left: 6px;
        background: url(images/submenu_top.png) no-repeat;
        width: 186px;
        padding-top: 9px;
}
.nav li ul {
        background: url(images/submenu_bg.png) repeat-y;
        width: 162px;
        height: auto;
        margin: 0;
        padding: 0 12px 10px;
        list-style: none;
        font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
        width: 100%;
        padding: 1px 0 2px;
        border-bottom: 1px #C1D9F0 dashed;
        background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
        color: #09548B;
        background: none !important;
        line-height: normal;
        width: 156px;
        padding: 8px 3px 3px;
        text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
        color: #fff;
        background: #165B9F !important;
        text-decoration: none;
        line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
        color: #fff;
        background: #165B9F !important;
        text-decoration: none;
        line-height: normal;
}
/**/
.nav .btm-bg {
        background: url(images/submenu_bottom.png) no-repeat;
        width: 205px;
        height: 9px;
        overflow: hidden;
        clear: both;
}

#page {
        width: 940px;
        margin: 0px auto;
        padding: 50px 20px 20px 20px;
        background: #FFFFFF;
        color:#000000;
}

#kontakt {
        Position:relative;
        top:0px;
        left:46px;
        width: 300px;
        height:200px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background:url(images/Beratung.gif);
}



#footer {
        height: 28px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 0 0;
        background: #1e3d73;
        color: #FFFFFF;
        font-size:15px;
        border-top: 0px solid #DEDEDE;

}



#wrapper {
        background-color: #ffffff;
        background-image: url(images/menu.jpg);
        background-repeat: repeat-y;
        width: 980px;
}
#steuerung {
        font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        width: 240px;
        float:left;
        padding: 25px 25px 25px 25px;
}
#zweite_spalte {
        background-color: #ffffff;
        padding: 50px 25px 25px 25px;
        margin-left: 240px;
        width: 690px;
}



</style>