/* print style */
div.button {
  display:none;
}

html {
  background:       #FFFFFF;
}
body {
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        14px;
  color:            #000000;
  background:       #FFFFFF;
  line-height:      21px;
  margin-left:      5%;
  margin-right:     5%;
}

blockquote {
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
}

p {
  text-align: justify;
}

a[href], a[href].visited {
  color: #000000;
}
	
/*
a[href]:after {
  content: " <"attr(href)">";
  color: #888;
  background-color: #FFFFFF;
  font-style: italic;
  font-size: smaller;
}
*/

p.dsb_head {
  font-style: italic;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #000000;
  visibility: visible;
  line-height: 20px;
  height: 20px;
}

h1 {
  font-size: 22px;
  line-height: 28px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h2.dsk {
  text-align: center;
  color: #aaaaaa;
  font-size: 12px;
  font-style: bold;
}

h1.dsk {
  text-align: center;
}

/* show how to print box (print icon clicked view)*/
div.howto-print {
  border: 1px solid rgb(170, 85, 34); 
  margin: 10px; 
  padding: 5px; 
  background: rgb(255, 238, 221);
}

/* hide how to print box */
@media print {
  div.howto-print {
    display: none;
  }
}

/* disable all navigation / header elements for printing */
div#menu {
  display: none;
}

div.page-content {
  background: #ffffff;
  padding: 0;
  border-left: 0;
}

iframe {
  display: none;
}
input {
  display: none;
}

p.breadcrumbs {
  display: none;
}
a.ie7only {
  display: none;
}

div.link {
  display: none;
}

div#header {
  display: none;
}

div.sitenav {
  display: none;
}

label.toggle {
  display: none;
}

div#menu {
  display: none;
}

iframe {
  display: none;
}
input {
  display: none;
}

a.ie7only {
  display: none;
}

div.link {
  display: none;
}

div#header {
  display: none;
}

div.sitenav {
  display: none;
}

label.toggle {
  display: none;
}

[aria-label="Zurueck"] {
  display: none;
}

ol#fussnote {
  margin-top: 30px;
  border-top: 1px solid silver;
}

.aki {
	margin-left: 0;
	margin-right: 30px;
	margin-top: 2px;
	padding: 2px;
}
.rn {
	width: 20px;
	color: #0D5CAB;
	margin-top: 0;
	padding: 2px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
