BODY {
  font-family: Verdana,Helvetica, sans-serif;
  background: #ffffff;
  
}

/* Tables */

/* Überschrift mit Firmenlogo */
TABLE.logo {
}

TR.logo {
/* Tabellenzeile mit Füllelement */
  height: 75px;
  width: 100%;
  background-image:url(/images/hdl_spacer.jpg);
}

TD.logoLeft {
}

TD.logoRight {
}


tr.headline {
  font-size: 12pt;
  font-weight: bold;
  line-height: 25px;
  background-image:url(/images/vario_rot.png);
  color: #ffffff;
}

td.headline {
  font-size: 12pt;
  font-weight: bold;
  padding-left: 5px;  
  color: #ffffff;
}

td.main {
  vertical-align: top;
  font-size: 10pt;
  font-weight: normal;
  padding-left: 5px;  
  color: #000000;
}

tr.prlist {
  font-size: 10pt;
  background: #ffffff;
  color: #000000;
}
td.num {
  text-align: right;
}

/* Links */
a.white {
  color: #ffffff;
}

a {
}

a:link, a:active, a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* Absätze */
br.main {
  line-height: 30pt;
}

br {
  line-height: 3pt;
}

p.main {
  font-size: 10pt;
  font-weight: normal;
  line-height: 16pt;
  margin-left: 3px;
  margin-right: 3px;
  background: #ffffff;
  color: #000000;
}
p.sub {
  font-size: 8pt;
  font-weight: normal;
  line-height: 10pt;
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
  color: #000000;
}
div.form {
  font-size: 10pt;
  line-height: 10pt;
  margin-left: 10px;
  margin-right: 10px;
}

div.success {
  font-size: 10pt;
  line-height: 10pt;
  margin-left: 10px;
  margin-right: 10px;
  background: #008000;
  color: #ffffff;
}

/* Überschriften */
H1 {
  font-weight:bold;
  font-size:14pt;
  text-align: center;
  color:#000080;
}

H2 {
  font-weight:bold;
  font-size:12pt;
  line-height:16px;
  clear:right;
  margin-left:10px;
  color:#000000;
}
H3 {
  font-weight:bold;
  font-size:11pt;
  clear:right;
  margin-left:10px;
  color:#000000;
}

li {
  font-size: 10pt;
  font-weight: bold;
}
