header {
display: none;
}

body {
background: #fff !important;
color: #000;
text-align: justify; /* Blocksatz */
}

section {
	margin-top:0px;
}


h1 {
	font-family: 'Arial', serif;
	border:none;
	color:black;
	font-size:20pt;
	padding:0rem;
}

h2 {
	font-family: 'Arial', serif;
	border:none;
	color:black;
	font-size:16pt;
}
 
p {
	font-family: 'Times New ROman', sans-serif;
	color:black;
	font-size:12pt;
	line-height:1.5;
}

figcaption {
	font-family: 'Arial', serif;
	color:black;
	font-size:10pt;
}

body, #content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
  
a:link, a:visited {
  background: transparent;
  color: #520;
  font-weight: bold;
  text-decoration: underline;
}

p a[href]:after {
  content:" <"attr(href)">";
  background-color: inherit;
  color: #369;
  font-style: italic;
  }
 
h1.ersteheadline { 
	margin-top:0rem;
}  
  
abbr[title]:after, acronym[title]:after {
  content: '(' attr(title) ')';
  background-color: inherit;
  color: #369;
  font-style: italic;
  }

*[cite]:after {
  content:close-quote" (Quelle: "attr(cite)")";
  }

body {
  quotes: "\201E" "\201C" "\201A" "\2018"; 
  }

q:before, blockquote:before {
  content:open-quote;
  }

q:after, blockquote:after {
  content:close-quote;
  }