<!--
 html {
      height: 100%;
      }

body {
     height: 100%;
     background-color: #ffffff;
     font-size: 100.0%;
     font-family: Helvetica,Arial,sans-serif;
     margin: 0px;
     }

div#site {
     height: 100%;
     color: blue;
     background-color: #ffffff;
     margin: 0px 15px 0px 15px;
      }

div#service_i {
     height: 20px;
     color: #000000;
     background-color: #ffffff;
     margin: 0px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     text-align: right;
     }

div#service_i A {
     color: #000000;
     font-size: 9pt;
     text-decoration:none;
     }

div#service_i A:hover {
     text-decoration:underline;
     }


div#service_ii {
     height: 25px;
     color: red; background-color: #001689;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     text-align: left;
     }

div#service_iii {
     height: 22px;
     color: red; background-color: yellow;
     margin: 0px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     text-align: center;
     }

div#banner {
     height: 78px;
     color: black;
     background-color: #003399;
     margin: 0px 0px 0px 0px;
     }

div#logo_l {
     float: left;
     }

div#thema {
     float: left;
     }

div#logo_r {
     float: right;
     }

div#main {
     color: #000000;
     background-color: #ffffff;
     }

div#menu {
     width: 195px;
     color: #ffffff;
     background-color: #001689;
     margin: 0px 0px 0px 0px;
     padding: 5px 0px 5px 0px;
     float: left;
     }

div#menu DIV A {
     color: #ffffff;
     font-size: 10pt;
     text-decoration:none;
     padding-left:18px;
     }

div#menu DIV A:hover {
     background-image: url('../img/pfeil.gif');
     background-repeat: no-repeat;
     background-position: top left;
     padding-left:18px;
     }

div#menu .menu-level1-no {
     background-color: #003399;
     padding: 4px 4px 4px 5px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #1443A1;
     }

div#menu .menu-level1-act {
     background-color: #003399;
     padding: 4px 4px 4px 5px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #1443A1;
     }

div#menu .menu-level2-no {
     background-color: #4368b2;
     padding: 4px 4px 4px 12px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #6288BE;
     }

div#menu .menu-level2-act {
     background-color: #4368b2;
     padding: 4px 4px 4px 12px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #6288BE;
     }

div#menu .menu-level3-no {
     background-color: #6288BE;
     padding: 4px 4px 4px 21px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#menu .menu-level3-act {
     background-color: #6288BE;
     padding: 4px 4px 4px 21px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#menu .menu-level4-no {
     background-color: #85A4CC;
     padding: 4px 4px 4px 29px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#menu .menu-level4-act {
     background-color: #85A4CC;
     padding: 4px 4px 4px 29px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#menu .menu-level5-no {
     background-color: #AAC0DC;
     padding: 4px 4px 4px 37px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#menu .menu-level5-act {
     background-color: #AAC0DC;
     padding: 4px 4px 4px 37px;
     border-bottom: 1px solid #001689;
     border-top: 1px solid #85A4CC;
     }

div#content {
     margin-left: 195px;
     padding: 10px 10px 0px 10px; 
     margin-right: 175px;
     color: #000000;
     background-color: #ffffff;
     }

div#content_text {
     font-size: 11pt;
     }

div#content_text h1 {
     margin-top:0px;
     padding-top: 10px;
     font-size: 15pt;
     }

div#content_text h2 {
     margin-top:0px;
     padding-top: 10px;
     font-size: 13pt;
     }


div#marginal {
     float: right;
     width: 175px;
     background-color: #eee;
     padding: 5px;
     margin: 10px 0 0 5px;
     }

div#breadcrumb {
     color: #ffffff;
     font-size: 10pt;
     background-color: #003399;
     margin-left: 195px;
     padding: 3px 3px 3px 3px;
     border-top: 1px solid #436eb2;
     }

div#breadcrumb li {
     display: inline;
     }

div#breadcrumb li A {
     color: #ffffff;
     text-decoration:none;
     }

div#breadcrumb li A:hover {
     color: #ffffff;
     text-decoration:underline;
     }

div#footer {
     height: 15px;
     color: black; background-color: white;
     margin: 0px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     clear: both;
     }
 -->
