@charset "UTF-8";
/*--------------------------*/
/* ------Print Ausgabe----- */
/*--------------------------*/
@media print {
  * {
    background-color: #fff;
    color: #646567;
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px; }

  body, #wrapper {
    margin: 0;
    /* Mögliche zentrierung aufheben */
    padding: 10px; }

  h1 {
    font-size: 20px; }

  h2 {
    font-size: 18px; }

  h3, h4, h5 {
    font-size: 16px; }

  #searchbar {
    display: none; }

  #header {
    display: none; }

  #footer {
    display: none; }

  .subnavi_col {
    display: none; }

  .rightcol {
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 20px; } }
/*--------------------------*/
/* ---Ende Print Ausgabe--- */
/*--------------------------*/

/*# sourceMappingURL=print.css.map */
