@media screen, projection {
/* Layout und Formatierung Screendesign */
}
@media print {
/* Druckformatierung */
}

#navigation, #formwizzard, #advertising {
display: none;
}

body {
font: 12pt Corbel, Lucida Grande, Lucida Sans Unicode, Arial, serif;
}

body {
font-size: 12pt;
}

body {
background: #fff !important;
color: #000;
text-align: justify; /* Blocksatz */
}

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;
  }
  
  a[href]:after {
  content:" <"attr(href)">";
  background-color: inherit;
  color: #369;
  font-style: italic;
  }
  
  #container:after {
  content: "\ Alle Rechte vorbehalten. (c) 2020 Lunasoft, www.lunasoft.de";
  color: #999 !important;
  font-size: 0.85em;
  border-top: 1px solid #999;
  }
  
  /* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}