html { margin:0px; padding:0px; border:0px; height:100%; }
body { margin:0px; padding:0px; border:0px; height:100%; background:#fff; }

body,td,p {
          font-family:Verdana,Arial,sans-serif;
          font-size:11px;
          font-weight:normal;
          line-height:18px;
          }

h1 {
   font-family:Verdana,Arial,sans-serif;
   font-size:11px;
   font-weight:bold;
   line-height:20px;
   border:0;
   padding:0;
   margin:0;
   }
h2 {
   font-family:Verdana,Arial,sans-serif;
   font-size:11px;
   font-weight:bold;
   line-height:20px;
   border:0;
   padding:0;
   margin:0;
   }
p {
  margin:0 0 10px 0;
  padding:0 0 0 0;
  border:0;
  }
b { font-weight:bold; }

table.wrap { }
table.indexwrap { } /* width:100%; height:100%; */

table.mitte { direction:rtl; }
.ol,.om,.or,.ml,.mm,.mr,.ul,.um,.ur { direction:ltr; }

td.ol { color:#000; background:#fff; }
td.om { color:#000; background:#fff; }
td.or { }
td.ml { color:#000; background:#fff; }
td.mm { color:#000; }
td.mr { }
td.ul { color:#000; background:#fff; }
td.um { color:#000; background:#fff; }
td.ur { }

table.navtable { }
.nav {  }
.nav a { color:#000;  display:block; width:180px; height:22px; padding-right:4px; }
.nav a:link { text-decoration:none; background:#d8d8d8; }
.nav a:visited { text-decoration:none; background:#d8d8d8; }
.nav a:focus { text-decoration:none; background:#F9A329; }
.nav a:hover { text-decoration:none; background:#F9A329; }
.nav a:active { text-decoration:none; background:#F9A329; }

.nava { font-weight:bold; }
.nava a { color:#000; background:#F9A329; display:block; width:180px; height:22px; padding-right:4px; }
.nava a:link { text-decoration:none; }
.nava a:visited { text-decoration:none; }
.nava a:focus { text-decoration:none; }
.nava a:hover { text-decoration:none; }
.nava a:active { text-decoration:none; }

table.subnavtable {
                  margin:2px 0 10px 0;
                  }
.subnavwrap { }
.subnavtitel {
             text-transform:uppercase;
             text-align:right;
             font-size:10px;
             line-height:12px;
             padding:8px 4px 0 0;
             font-weight:bold;
             }
.subnav {
        text-align:right;
        font-size:11px;
        line-height:18px;
        padding-right:4px;
        }
.subnav a {
       border:0;
       padding-right:0;
       }
.subnav a:link { text-decoration:none; color:#000; }
.subnav a:visited { text-decoration:none; color:#000; }
.subnav a:focus { text-decoration:none; color:#F9A329; }
.subnav a:hover { text-decoration:none; color:#F9A329; }
.subnav a:active { text-decoration:none; color:#F9A329; }

.subnava {
        text-align:right;
        font-size:11px;
        line-height:18px;
        padding-right:4px;
        font-weight:bold;
        }
.subnava a {
       color:#EF920E;
       border:0;
       padding-right:0;
       }
.subnava a:link { text-decoration:none; }
.subnava a:visited { text-decoration:none; }
.subnava a:focus { text-decoration:none; }
.subnava a:hover { text-decoration:none; }
.subnava a:active { text-decoration:none; }

table.mmtable { }
.inhalt,.beschriftungtd { color:#000; }
.inhalt a { }
.inhalt a:link { text-decoration:underline; color:#000; }
.inhalt a:visited { text-decoration:underline; color:#000; }
.inhalt a:focus { text-decoration:underline; color:#EF920E; }
.inhalt a:hover { text-decoration:underline; color:#EF920E; }
.inhalt a:active { text-decoration:underline; color:#EF920E; }

.fuss {
      font-size:11px;
      line-height:16px;
      color:#bfbfbf;
      padding:20px 0 0 0;
      background:#fff;
      }
.fuss a { color:#bfbfbf; }
.fuss a:link { text-decoration:none; }
.fuss a:visited { text-decoration:none; }
.fuss a:focus { text-decoration:underline; }
.fuss a:hover { text-decoration:underline; }
.fuss a:active { text-decoration:underline; }

.klein { font-size:10px; text-align:left; }

.formhgr {
         background:#FEDAAA url(bilder/logo_hgr.gif) left bottom no-repeat;
         padding:4px 0 0 12px;
         }
form.formular td { }
.beschriftungtd { }
.eingabetd { }
input,textarea {
               font-family:Verdana,Arial,sans-serif;
               font-size:11px;
               font-weight:normal;
               line-height:18px;
               }
input.eingabe,textarea.eingabe {
                               color:#000;
                               background:#fff;
                               padding-left:2px;
                               }
input.eingabe {
              height:22px;
              width:300px;
              }
textarea.eingabe {
                 width:300px;
                 overflow:auto;
                 }
input.button {
             width:300px;
             height:22px;
             color:#000;
             background:#FEDAAA;
             cursor:pointer;
             line-height:16px;
             }
.meldung1 { font-size:11px; font-weight:bold; color:#000; background:#fff; }
.meldung2 { font-size:11px; font-weight:bold; color:red; background:yellow; }

ul {
   list-style:square;
   margin:0 0 10px 16px;
   padding:0;
   }

html>body .ext {
     padding-right:16px;
     background:url(bilder/ext.gif) right center no-repeat;
     white-space:nowrap;
     }
html>body .ext:hover { background:url(bilder/exth.gif) right center no-repeat; }
html>body .int {
     padding-right:16px;
     background:url(bilder/int.gif) right center no-repeat;
     white-space:nowrap;
     }
html>body .int:hover { background:url(bilder/inth.gif) right center no-repeat; }

.picr {
      float:right;
      margin:0 0 4px 10px;
      border:1px solid #dfdfdf;
      }
.picl {
      float:left;
      margin:0 10px 4px 0;
      border:1px solid #dfdfdf;
      }
.pic {
      border:1px solid #dfdfdf;
      }
.picwrapr {
      float:right;
      margin:0 0 10px 0;
      text-align:center;
      font-size:10px;
      }
.picwrapr img { border:1px solid #dfdfdf; }
.picwrapl {
      float:left;
      margin:0 0 10px 0;
      text-align:center;
      font-size:10px;
      }
.picwrapl img { border:1px solid #dfdfdf; }

.boxr {
      width:250px;
      float:right;
      margin:0 0 4px 0;
      border:0;
      padding:8px;
      background:#efefef;
      font-size:12px;
      line-height:16px;
      font-style:italic;
      }

.boxl {
      width:250px;
      float:left;
      margin:0 0 4px 0;
      border:0;
      padding:8px;
      background:#efefef;
      font-size:12px;
      line-height:16px;
      font-style:italic;
      }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.nowrap { white-space:nowrap; }

.tabelle { border-collapse:collapse; }
.tabelle td {
            padding:0 10px 0 3px;
            border-bottom:1px solid #000;
            }

.logo { }

.move1 { margin:220px 0 0 225px; }
.move2 { margin:4px 0 0 12px; width:240px; }
.move2l { float:left; margin:4px 0 0 12px; width:240px; }
.move2r { float:right; margin:4px 0 0 8px; width:220px; }
.move3 { margin:4px 0 0 12px; }

.subh {
      background:#F9A329;
      height:22px;
      line-height:22px;
      margin:0;
      padding:0 0 0 12px;
      color:#fff;
      font-weight:bold;
      font-size:13px;
      }

div.abdichtung div {
                   width:158px;
                   height:132px;
                   float:left;
                   text-align:left;
                   border:0;
                   margin:0 8px 12px 0;
                   }
div.abdichtung div a {
                     display:block;
                     height:40px;
                     padding:0 0 0 4px;
                     text-decoration:none;
                     }
div.abdichtung div a:link { text-decoration:none; color:#fff; background:#F19300; }
div.abdichtung div a:visited { text-decoration:none; color:#fff; background:#F19300; }
div.abdichtung div a:focus { text-decoration:none; color:#F19300; background:#FFF7EC; }
div.abdichtung div a:hover { text-decoration:none; color:#F19300; background:#FFF7EC; }
div.abdichtung div a:active { text-decoration:none; color:#F19300; background:#FFF7EC; }
.abd1 { background:url(bilder/t_h_sperre.gif) left 40px no-repeat; }
.abd2 { background:url(bilder/t_mauerwerk.gif) left 40px no-repeat; }
.abd3 { background:url(bilder/t_mauerwerk2.gif) left 40px no-repeat; }
.abd4 { background:url(bilder/t_bohr.gif) left 40px no-repeat; }
.abd5 { background:url(bilder/t_schlitz.gif) left 40px no-repeat; }
.abd6 { background:url(bilder/t_spund.gif) left 40px no-repeat; }
.abd7 { background:url(bilder/t_fugen.gif) left 40px no-repeat; }
.abd8 { background:url(bilder/t_fugen2.gif) left 40px no-repeat; }
.abd9 { background:url(bilder/t_dehn.gif) left 40px no-repeat; }
.abd10 { background:url(bilder/t_dehn2.gif) left 40px no-repeat; }

.toplink {
      font-size:11px;
      line-height:16px;
      color:#000;
      padding:0px 0 0 0;
      }
.toplink a { color:#000; }
.toplink a:link { text-decoration:none; }
.toplink a:visited { text-decoration:none; }
.toplink a:focus { text-decoration:none; }
.toplink a:hover { text-decoration:none; }
.toplink a:active { text-decoration:none; }