/* Entwickelt von M. Wernecke
   für die Schwimmabteilung des VfB Hermsdorf */

/* Printer styles */

@media print {
    #header {
        display: none;
    }
    #sidebar {
        display: none;
    }
    #subtitle {
        display: none;
    }
    #subitem {
        display: none;
    }
    #colTwo {
        width: 100%;
        float: none;
        clear: both;
        page-break-after: none;
    }
    #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        float: none;
        clear: both;
    }
    #underline {
        page-break-after: allowed;
    }
}