html {
  font-size: 10pt;
}
body {
  background-color: transparent;
}

a:link, a:visited {
  color: black;
  text-decoration: underline;
}
a.button {
  text-decoration: none;
}
a.URL_drucken[href]:after {
  content:" <"attr(href)">";
  font-style:italic;
  font-size: 95%;
  color: #616161;
}
#buergerwelle_header, #english_header, #navigation, #footer, #controls-bg, .page_controls {
  display: none;
}

/* FF printing bug */
#content {
  overflow: visible !important;
  }


#master, #content, #inner-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: medium none;
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;  
}
p, ul, ol, h1, h2, h3, h4, span, .restrict_width, .content-wide {
    max-width: 100% ;
}
p, ul, ol {
line-height: 1.35em;
}
