@page {
  margin: 1cm; /* 1cm Rand, mehr k?nnen die meisten Drucker eh nicht bedrucken*/
}

html, body, div, a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}

div.kopf {
  display: none;
}

div.menue-oben {
  display: none;
}
div.linie {
  display: none;
}
div.menue {
  display: none;
}
div.menue-abschluss {
  display: none;
}
div.druck-info {
  display: block;
  margin-bottom: 20px;
  font-size: 9pt;
}
div.by-cybox {
  display: none;
}
div.buttons {
  display: none;
}
div.ub-hg {
  display: none;
}
div.ub-inhalt {
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
}

form, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a:link {
  color: rgb(0,51,255);
  text-decoration: underline;
}
a:visited {
  color: rgb(0,51,255);
  text-decoration: underline;
}
a:hover {
  color: rgb(0,38,193);
  text-decoration: underline;
}
a:active {
  color: rgb(0,38,193);
  text-decoration: underline;
}

h1 {
  font-size: 14pt;
  line-height: 16px;
}
h1.ub {
  font-size: 9pt;
  font-weight: bold;
}
h2 {
  font-size: 12pt;
  line-height: 13px;
  padding-bottom: 10px;
}
h3 {
  font-size: 12pt;
  line-height: 13px;
  margin-bottom: 3px;
}
h4 {
  font-size: 10pt;
  color: black;
  padding-bottom: 3px;
}
h5 {
  font-size: 12pt;
  font-weight: bold;
  color: black;
}


a img { color: #FFFFFF; }
@media all {
  a img {
    color: inherit;
    border: none;
  }
  div.content img {
    margin: 4px;
  }
  div.info img {
    margin: 4px;
  }
  div.image img, div.image-left img, div.image-right img, div.image-center img, div.menue img  {
    margin: 0;
  }
}


div.image   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
     font-size: 10pt;
}
div.image-left   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
     font-size: 10pt;
     float: left;
}
div.image-right   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  9px;
     margin-right:  10px;
     font-size: 10pt;
     float: right;
}
div.image-center   {
     width:  100%;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 7px;
     font-size: 10pt;
}
div.image a, div.image-left a, div.image-right a, div.image-center a {
  font-size: 10pt;
}
input.textfield {
  display: none;
}
input.submit {
  display: none;
}



div.content {
    width: 100%;
  margin-bottom: 40px;
  float: none;
}
div.content td {
    font-size: 9pt;
}
div.content td a {
    font-size: 9pt;
}

div.info {
    width: 100%;
  float: none;
}
div.info td {
    font-size: 9pt;
}
div.info td a {
    font-size: 9pt;
}