* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: black;
}

#pseudoscreen {
    position: absolute;
    left: 0;
    top: 0;
}

.plan {
    position: absolute;
    left: 0;
    top: 0;
}

.time {
    position: absolute;
    left: 506px;
    top: 0;
    color: white;
}

.cell {
    position: absolute;
    overflow: hidden;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    background-color: pink;
    width: 130px;
    border:2px solid white;
}

.cellstate-STANDARD {
    background-color: #EEE;
}

.cellstate-SUBSTITUTION {
    background-color: #888;
}

.cellstate-ROOMSUBSTITUTION {
    background-color: #333;
}

.cellstate-CANCEL {
    background-color: #000;
    color: #111;
}

/* Ausfall wegen Abitur etc. */
.cellstate-ADDITIONAL
{
    background-color: red;
    color: white;
    z-index: 30000;
}

/* Vertretung */
/*
.substitution {
    color: #222 !important;
    background-color: #eee !important;
    font-weight: lighter !important;
    text-decoration: none !important;
    font-style: italic !important;
}
*/
/* Ausfall */
/*
.notstandard {
    color: #eeeeee;
    background-color: black;
    text-decoration: line-through;
}
*/

.day-header {
    position: absolute;
    overflow: hidden;
    font-size: 19px;
    line-height: 17px;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid white;
}

.time-line {
    position: absolute;
    overflow: hidden;
    font-size: 19px;
    line-height: 17px;
    font-weight: bold;
    color: white;
    text-align: right;
    padding-right: -12px;
    margin-left: 60px;
    width: 70px;
    height: 19px;
}
