/*--- Allgemein ---------------------------------------------------------------------------*/
htlm,body {
        background-image: none;
        background-color: white;
}

header {
   border-bottom: solid 1px;
   border-color: #ccc;
}

.hidden-print {
    display: none;
}

.printBar {
    color: black;
    border-bottom: solid 2px;
    background-color: #ccc;
}

.jeventpage .actions {
    display: none;
}

