body {
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 height: 100%;
 width: 100%;
 }

html {
 height: 100%;
 width: 100%;
 }
 
 .maintable {
 padding: 0px;
 width: 100%;
 height: 100%;
 text-align: left;
 vertical-align: top;
 border-width: 0px;
 margin: 0px;
 }
 
 .leftmenu {
 background-color: #000000;
 width: 165px;
 text-align: left;
 vertical-align: top;
 border-width: 0px;
 padding: 5px;
 }
 
 .content {
 width: 735px;
 vertical-align: top;
 border-width: 0px;
 padding: 5px;
 }
  
a:link, a:visited, a:active { color: #DB9813; }
a:hover { color: #0000FF; }
  
.klein { color: #000000; font-family: Arial,sans-serif; font-size: 10px }
.mittel { color: #000000; font-family: Arial,sans-serif; font-size: 12px }
.normal { color: #000000; font-family: Arial,sans-serif; font-size: 13px }
.ueberschrift { color: #000000; font-family: Arial,sans-serif; font-size: 20px; font-weight: bold; text-align: center }
.ueberschrift2 { color: #000000; font-family: Arial,sans-serif; font-size: 30px; font-weight: bold; text-align: center }
.subtitle { color: #000000; font-family: Arial,sans-serif; font-size: 16px; font-weight: bold; text-align: center; font-style: italic }
.introtext { color: #FFFFFF; font-family: Arial,sans-serif; font-size: 16px; font-weight: bold; text-align: center }
.fett { font-weight: bold; }
.kursiv { font-style: italic; }
.unterstrichen { text-decoration: underline }
.white { color: #FFFFFF; }