﻿
#middle table {
    border: 1px solid #046cbe;
}

#middle thead tr {
    font-weight: bold;
    background-color: #046cbe;
    color: #ffffff;
    font-size: 1.2em;
    border-bottom: 1px solid black;
    padding: 5px !important;
}

    #middle thead tr td {
        text-align: center;
    }

#middle td {
    vertical-align: top;
    text-align: left;
    border: 1px solid lightgrey;
    padding: 2px 4px !important;
}

#middle tfoot tr td {
    background-color: #f3eee4;
}

#middle td.center {
    text-align: center;
    vertical-align: middle;
}

table.module {
    width: 96%;
    margin: 1em 0;
    margin-left: 0;
    border: 1px solid #046cbe;
    padding: 0;
}

    table.module th {
        background-color: #046cbe;
        color: #ffffff;
        font-size: 1.2em;
        border-bottom: 1px solid black;
        padding: 5px;
    }

    table.module td {
        vertical-align: top;
        text-align: left;
        border: 1px solid lightgrey;
        padding: 2px 3px;
    }

        table.module td.center {
            text-align: center;
        }

        table.module td:first-child {
            text-align: center;
        }

table .beige {
    background-color: #f3eee4;
}

table .weiss {
    background-color: White;
}

table.pruefungsplan {
    max-width: 750px;
    margin: 1em 0;
    margin-left: 0;
    border: 1px solid #046cbe;
}

    table.pruefungsplan th {
        background-color: #046cbe;
        color: #ffffff;
        font-size: 1.2em;
        border-bottom: 1px solid black;
        padding: 5px !important;
    }

    table.pruefungsplan td {
        vertical-align: top;
        text-align: left;
        border: 1px solid lightgrey;
        padding: 2px 4px !important;
    }

        table.pruefungsplan td.center {
            text-align: center;
        }

    table.pruefungsplan caption {
        font-weight: bold;
        font-size: larger;
        text-align: left;
        color: #046cbe;
        margin: 1em 0;
    }

    table.pruefungsplan .beige {
        background-color: #f3eee4;
    }

    table.pruefungsplan .weiss {
        background-color: White;
    }

table.pruefungsplan {
    width: 100%;
    margin: 1em 0;
    margin-left: 0;
    border: 1px solid #046cbe;
}

    table.pruefungsplan th {
        background-color: #046cbe;
        color: #ffffff;
        font-size: 1.2em;
        border-bottom: 1px solid black;
        padding: 5px !important;
    }

    table.pruefungsplan td {
        vertical-align: top;
        text-align: left;
        border: 1px solid lightgrey;
        padding: 2px 4px !important;
    }

        table.pruefungsplan td.center {
            text-align: center;
        }

    table.pruefungsplan caption {
        font-weight: bold;
        font-size: larger;
        text-align: left;
        color: #046cbe;
        margin: 1em 0;
    }
   table.contenttable
        {
            border: 1px solid #046cbe;
        }

        .contenttable th
        {
            text-align: left;
            vertical-align:bottom;
            color: white;
            background-color: #046cbe;
            padding: 5px;
            font-size: 1.2em;
        }