@charset "UTF-8";
/**
 * CSS Print Stadt Oelsnitz
 *
 * @site         oelsnitz.de
 * @version      1.0
 * @date         2012-05-25
 * @author       Danilo Fickert, pitcom GmbH http://www.pitcom.de/
 * @copyright    2012 by the author
 * @media        print
 * @lastmodified 2012-05-29 16:00
 */

/**
 * Hide
 *
 * @section      hide
 */

#noscript, #update, #nav, #metanav, #stage, #colophon, #index, #content .browsebox, #content form .submit, #content form .tx_powermail_pi1_fieldwrap_html_submit, #content .tx-powermail-pi1_mandatory form, #content .tx_powermail_pi1_formconfirmation_submit, #cboxOverlay, #colorbox {
    display: none !important;
}

/**
 * Basics
 *
 * @section      basics
 */

h1, h2, h3 {
    page-break-after: avoid;
}

thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

/**
 * Print
 *
 * @section      print
 */

#intro, #page {
    background: transparent;
}

#gsd, #prelims, #main, #content, #content .column, #modals {
    float: none !important;
    width: auto !important;
    background: transparent;
    color: black;
    padding: 0;
    border: 0;
    margin: 0 0 18px 0;
    overflow: visible;
}

#gsd {
    margin: 0 3%;
}

#gsd #prelims {
    height: auto;
}

#prelims h1 {
    position: static;
}

#main a, #main a:link, #main a:visited {
    font-weight: bold;
    color: red;
}

#gsd #main .button {
    position: static;
    text-align: left;
    margin: 0 0 18px;
}

#gsd #main .button a {
    display: inline;
    color: red;
    background: transparent;
    padding: 0 0 0 6px;
    border-left: 15px solid red;
}

#gsd #main .button a strong {
    font-size: 12px;
    line-height: 18px;
    display: inline;
    background: transparent;
    padding: 0;
}

#gsd #main .arr .button {
    float: none;
    text-indent: -16px;
}

#gsd #content .column {
    color: black;
    min-height: 0;
}

#quote {
    background: transparent;
    padding: 0;
}

#quote cite {
    text-align: right;
    margin-top: 0;
}

#contact {
    position: relative;
    right: auto;
    bottom: auto;
}

#modals {
    display: block;
}

#gsd #contacts {
    overflow: visible;
}

/**
 * Print link URLs
 *
 * @section      links
 */

#main a:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    font-weight: normal;
}

#contact a:after, #contacts a:after {
    content: "";
}