/* Fuer die Druckausgabe ueberfluessiges abschalten */
.eyecatcher, #sidebar, #footer, .mainnav, .readmore, .box { display: none; }

body {
  margin: 0;
  padding: 0;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
color: black;
font-size:10pt;
line-height:15pt;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
  font-size:15pt;
}


p {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
    margin: 0 0 1em 0;

}

img {
	border:none;
	display:block;
	margin-bottom:5pt;
	margin-top:5pt;

}

#content table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}
