 h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  color:#000066;
  background:#FFFFFF;
  border-bottom-style:solid;
  border-bottom-width:thin;
  border-color:#000066;
 }

 h1 {
 font-size:16pt;
 }

 h2 {
 font-size:13pt;
 border-bottom-style:dotted;
}

 h3 {
 font-size:10pt;
 border-bottom-style:dotted;
 }


abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.GesamtTabelle {
  border-width:1px;
  border-style:solid;
  border-color:black;
}


.HeaderBox {
  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: bold; color:white
  text-align:right;
}

.HeaderBoxTR {
  border-width:0px;
  border-style:solid;
  border-color:black;
  text-align:right;
  background-image:url(images/background_header.jpg);
  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: normal; color:white
}

.MenueBox {
  border-width:0px;
  border-style:solid;
  border-color:black;
  padding-top:5px;
  text-align:right;
  vertical-align:top;
  background-image:url(images/background_left.jpg);
  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: normal; color:black
}

.MenueBoxRight {
  padding-top:3px;
  text-align:right;
  padding-right:0px;
  vertical-align:top;
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color:black
}


.ContentBox {
  border-width:0px;
  border-style:solid;
  border-color:black;
  padding-top:0px;
  padding-left:13px;
  padding-right:5px;
  padding-bottom:5px;
  text-align:left;
  vertical-align:top;
  background-color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color:black
}

.FooterBox {
  border-width:0px;
  border-style:solid;
  border-color:black;
  text-align:center;
  background-color:#00289F;
  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color:white
}


.ContentBoxRight {
  text-align:right;
}

<!-- Navigation - Menü -->
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color:white
}

#navlist a { padding: 1px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #00289F;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #819BF1;
text-decoration: none;
}

<!-- Ende Navigation - Menü -->



/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE, COMBOBOX, CHECK { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: blue }


