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

body,td,p {
          font-family:Arial,sans-serif;
          font-size:13px;
          line-height:20px;
          }

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

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

table.oben,table.mitte,table.unten,.oben2 { width:100%; } /* direction:rtl; */
.ol,.om,.or,.ml,.mm,.mr,.ul,.um,.ur { direction:ltr; }

td.ol { }
td.om { color:#999; background:#000; }
td.or { color:#999; background:#000; }
.om2,.or2 { color:#999; background:#000; }
td.ml { color:#999; background:#000; }
td.mm { color:#999; background:#000; padding:0 10px 0 10px; }
td.mr { color:#000; background:#000; }
td.ul { }
td.um { color:#999; background:#000; }
td.ur { }

table.navtable { }
.nav { padding:0 10px 0 10px; font-weight:bold; white-space:nowrap; }
.nav a { color:#999; }
.nav a:link { text-decoration:none; }
.nav a:visited { text-decoration:none; }
.nav a:focus { text-decoration:underline; }
.nav a:hover { text-decoration:underline; }
.nav a:active { text-decoration:underline; }

.nava { padding:0 10px 0 10px; font-weight:bold; white-space:nowrap; }
.nava a { color:#999; }
.nava a:link { text-decoration:underline; }
.nava a:visited { text-decoration:underline; }
.nava a:focus { text-decoration:underline; }
.nava a:hover { text-decoration:underline; }
.nava a:active { text-decoration:underline; }

table.subnavtable {
                  margin-bottom:4px;
                  }
.subnavwrap { }
.subnav {
        text-align:right;
        font-size:12px;
        line-height:20px;
        }
.subnav a {
       color:#ffe4af;
       display:block;
       border:0;
       padding-right:0;
       }
.subnav a:link { text-decoration:none; }
.subnav a:visited { text-decoration:none; }
.subnav a:focus { text-decoration:none; }
.subnav a:hover { text-decoration:none; }
.subnav a:active { text-decoration:none; }

.subnava {
        text-align:right;
        font-size:12px;
        line-height:20px;
        font-weight:bold;
        }
.subnava a {
       color:#ffe4af;
       display:block;
       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:#999; }
.inhalt a { color:#999; }
.inhalt a:link { text-decoration:none; }
.inhalt a:visited { text-decoration:none; }
.inhalt a:focus { text-decoration:underline; }
.inhalt a:hover { text-decoration:underline; }
.inhalt a:active { text-decoration:underline; }

.fuss {
      padding-left:10px;
      font-size:10px;
      line-height:14px;
      }
.fuss a { color:#999; }
.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; }

form.formular td { }
.beschriftungtd { }
.eingabetd { }
input,textarea {
               font-family:Verdana,Arial,sans-serif;
               font-size:12px;
               font-weight:normal;
               line-height:20px;
               }
input.eingabe,textarea.eingabe {
                               color:#000;
                               background:#fff;
                               padding-left:2px;
                               border:1px solid blue;
                               }
input.eingabe {
              height:25px;
              width:300px;
              }
textarea.eingabe {
                 width:300px;
                 overflow:auto;
                 }
input.button {
             width:300px;
             height:25px;
             color:#0070c0;
             background:#ff9f00;
             cursor:pointer;
             line-height:16px;
             border:2px solid blue;
             }
.meldung1 { font-size:12px; font-weight:bold; color:#000; background:#fff; }
.meldung2 { font-size:12px; 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; }


/* ohne Ausrichtung */
.picwrap,.picwrapz {
         text-align:left;
         font-size:11px;
         line-height:18px;
         color:#999;
         }
.picwrap img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }
.picwrapz img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }
/* links */
.picwrapl,.picwraplz {
         text-align:left;
         font-size:11px;
         line-height:18px;
         color:#999;
         float:left;
         margin:0 10px 10px 0;
         }
.picwrapl img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }
.picwraplz img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }
/* rechts */
.picwrapr,.picwraprz {
         text-align:left;
         font-size:11px;
         line-height:18px;
         color:#999;
         float:right;
         margin:0 0 10px 0px;
         }
.picwrapr img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }
.picwraprz img {
             padding:10px;
             background:#000;
             margin:0 0 3px 0;
             border:1px solid #666;
             }

.picsub { padding-left:10px; }

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