body {
    background: linear-gradient(to bottom, #a9afcb 0%, #e2e7eb 500px);
    background-attachment: fixed;
    font-family: arial;
    color: rgb(100, 100, 100);
}

.psv-form-label {

}

.psv-header-table {
    display: inline-table;
    width: 100%;
    height: inherit;
}

.psv-footerdiv {
    /*
    position: absolute;
     */
    position: fixed;
    bottom: 0;
    width: 99%;
    background-color: rgb(255, 255, 255);
    margin-left: -8px;
    padding-right: 25px;
    height: 60px;
}

.psv-headdiv {
    margin: -8px -8px 0px -8px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

.psv-contentdiv {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.psv-header-headline-topic {
    padding: 0px 0px 0px 60px;
    font-weight: bold;
    color: rgb(100, 100, 100);
    font-size: 2em;
}

.psv-header-table-c1 {
    width: 25%;
    text-align: left;
}

.psv-header-table-c2 {
    width: 50%;
    text-align: center;
}

.psv-header-table-c3 {
    width: 25%;
    text-align: right;
}

.psv-header-headline-data-2 {
    color: rgb(0, 0, 0);
    padding: 0px 0px 0px 5px;
}