body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
  text-align: justify;
}

h2 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana,
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  font-size: 14pt;
  margin: .65em 0 .5em 0;
  page-break-after: avoid;
}

h1, 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;
}

h3 p, #citation_ab p {
display:inline;
}

a {
    color: #000;
    content: " (Link auf <" attr(href) ">) ";
}

#print_ab, #print_ab a img {
    display: none;
}

#citation_ab {
	display:block;
	border: 1pt solid;
	padding:5px;
}

#content_ab {
	position: relative;
	display: block;
	top: 20px;
}

#footer_ab {
	position: relative;
	display: block;
	top: 65px;
	left: 0px;
	width: 100%;
	vertical-align: middle;
	color: #063C58;
	text-align: right;
	font-family: Verdana;
	font-size: 11px;	
}

