@media screen
{
body
{
  font-family:Arial;
  color: #000000;
  font-size: 0.85em;
  background: url(bg02.png) #efefef no-repeat bottom right fixed;
  margin: 0.1em;
}
body.menu
{
  background: none;
  background-color: #eeeeee;
  line-height: 1.5em;
}
body.ticker
{
  background: none;
  background-color: #eeeeee;
  color: #000000;
  margin: 0.2em;
}
body.top
{
  background:none;
  background-color: #eeeeee;
  margin: 0em;
}
a {
  font-family: Arial;
  font-size: 0.85em;
  color: #000000;
  text-decoration: none;
}
a:hover {
  font-family: Arial;
  font-size: 0.85em;
  text-decoration: underline;
  color: #000000;
}
a:visited {
  font-family: Arial;
  font-size: 0.85em;
  color: #000000;
}
h1
{
  font-size:1.615em;
}
h2
{
  font-size:1.4875em;
}
h3
{
  font-size:1.36em;
}
h4
{
  font-size:1.2325em;
}
h5
{
  font-size:1.105em;
}
h6
{
  font-size:0.9774999999999999em;
}
ul.wahl
{
  list-style-image: url(bullet01.gif);
  vertical-align: top;
  line-height: 1em;
  margin-left:   25px;
  margin-right:  1em;
  margin-top:    1em;
  margin-bottom: 1em;
  padding:    0em;
}
fieldset
{
  text-align: left;
  border: 1px solid #333333;
  padding: 2px;
  margin: 2px;
  background-color: #ffffff;
}
legend
{
  color: #000000;
}
img
{
  border: 0;
}
table
{
  border: 0;
  width: 50%
}
th
{
  font-size : 0.85em;
  color: #000000;
  background-color: #dadada;
  border: 0;
}
td
{
  background-color: #FFFFFF;
  color: #000000;
  font-size : 0.85em;
  border: 0;
}
div.buttonGroup
{
  border:  none;
  float:left;
  margin: 0.0em;
  width: 10em;
  height: auto;
}
div.button
{
  float:none;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  color: black;
  background-color: #ffffff;
  border: none;
  padding: 0.1em;
  margin: 0.2em;
}
div.buttonActive
{
  float:none;
  white-space: nowrap;
  font-weight: bold;
  color: black;
  background-color: #dadada;
  border: solid 1px #000000;
  padding: 0.1em;
  margin: 0.2em;
}
div.buttonActive a
{
  color: black;
}
div.button a
{
  color: black;
}
p.footnote
{
  font-size : 0.765em;
}
table.topTitel
{
  background: none;
  font-size: 200%;
  background: url(header1.png) #91a1bd no-repeat right fixed;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  width: 100%;
  height: 70px;
}
table.topTitel td
{
  vertical-align: bottom;
  background: none;
}
}
@media print
{
table
{
  border: 1px solid black;
}
td
{
  font-family:Arial,Helvetica,sans-serif;
  font-size : 0.85em;
  border: 1px solid black;
}
th
{
  font-family:Arial,Helvetica,sans-serif;
  font-size : 0.85em;
  font-weight: bold;
  border: 1px solid black;
}
th.senkrecht
{
  writing-mode: tb-rl;
}
thead
{
display: table-header-group;
}
div.printsolid
{
  background-color: #010101;
  color: white;
  border-color: black;
  border-width: 2px;
  border-style: solid;
}
}