h1 {
  text-align: center;
}


/* ******************** Footer ******************** */
div#footer {
/*  display:none; */
  margin-right: auto;
  margin-left: auto;

  width: 305px;
  padding: 5px;

  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  background-image: url("/fileadmin/shared/transparent/FFFFFF-0.5.png");
}


/* ******************** Printer settings ******************** */
@media print {
    body, h1, h2, p, li, #docURL {
        color:#000000;
        background-color:#FFFFFF;
        /* Do not print the background image - better for the content! */
        background:none;
        /* background-image { visibility:hidden; } */
        margin: 0px;
        width: 100%;
    }
    /* a:after{ content:" (" attr(href) ")"; } */ /* Print URL in Print version */
    #logo, #navigation, #footer { display:none; }
    div#content {
        width: 100%;
        border: 0px;
        margin: 0px;
        padding: 0px;
        box-shadow: none;
    }
    /* #docURL, #docURL a { visibility:visible; } */
}
