/* Start of CMSMS style sheet 'Druckansicht' */
#header {
  display: none !important;
}

#footer {
  display: none !important;
}

#menu_vert {
  display: none !important;
}

#sidebar {
  display: none !important;
}

#related {
  display: none !important;
}

#top {
  display: none !important;
}

.breadcrumbs {
  display: none !important;
}

.accessibility {
  display: none !important;
}

.printing {
  display: block !important;
}

body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align: justify;
}

a {
  color: #000000;
  text-decoration: none;
}

.printonly {
  display:  block;
}

p {
  font-size: 1.2em;
}

#print_footer {
  margin-top: 20px;
  width: 100%;
  color: #8ebe46;
}
/* End of 'Druckansicht' */

