body {
    text-align: center;
    font-family: Arial CE, Arial, Verdana CE, Verdana, Arial CE, Arial, sans-serif;
}

#header {
    background-image: url("../images/DIA_logo.svg"), url("../images/cp_logo_CMYK.jpg");
    background-size: 35%, 17%;
    background-repeat: no-repeat;
    background-position: left, right;
    background-position-y: -2px, 2px;
    background-position-x: -15px, right;
    width: 784px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

#header-text {
    margin-left: 200px;
    margin-right: 100px;
    padding-top: 10px;
}

#header-title {
    color: black;
    font-size: 1.3em;
    font-style: italic;
    padding-top: 80px;
}

#header-title-inpicture {
    color: black;
    font-size: 1.3em;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 15px;
}

#system-name {
    font-size: 1.6em;
    font-weight: bold;
}

#main {
    margin: 0 auto;
}

#choose-title {
    font-size: 1.1em;
    padding-top: 35px;
    padding-bottom: 10px;
    text-align: left;
}

.information {
    font-size: 0.9em;
    padding-bottom: 20px;
    text-align: left;
    vertical-align: top;
}

.information_bottom {
    font-size: 0.9em;
    padding-bottom: 20px;
}

#choose-controll {
    margin: 0 auto;
    display: inline-block;
}

.choose-controll-old a, .choose-controll-old input {
    width: 195px !important;
    height: auto !important;
}

#choose-controll form {
    display: table-cell;
}

#choose-controll a, #choose-controll input {
    display: table-cell;
    width: 155px;
    height: 44px;
    background-color: #66CBFF;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    color: white;
    padding: 5px;
    border: white 2px solid;
    border-radius: 10px;
    vertical-align: middle;
}

#choose-controll a.active {
    border: black 2px solid;
    color: black;
}

#choose-controll .spacer {
    width: 10px;
    display: table-cell;
}

#main .h-spacer {
    clear: both;
    height: 10px;
}

#errors {
    width: 400px;
    margin: 0 auto;
}

#errors ul {
    list-style: none;
    text-align: left;
}

#errors li.error {
    color: red;
    font-size: 0.9em;
}

#login-form {
    width: 440px;
    background-color: #f5f5f5;
    margin: 0 auto 40px auto;
    padding: 15px 15px 0 15px;
    text-align: left;
    border-radius: 20px;
}

#login-form table {
    width: 440px;
}

#login-form td {
    padding-bottom: 15px;
}

#login-form .text {
    text-align: right;
    font-weight: bold;
}

#login-form .center {
    text-align: center;
}

#login-button, #logout-button {
    border: 0;
    background-color: gray;
    border-radius: 5px; /*font-size: 1.1em;*/
    text-transform: uppercase;
    font-weight: bold;
    color: #66CBFF;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

#footer {
    width: 784px;
    margin: 0 auto;
    text-align: left;
    border-top: #a9a9a9 1px solid;
    color: #a9a9a9;

}


h3.headline {
    padding: 2px;
    background-color: #66CBFF;
    font-weight: normal;
}

.information tr th {
    padding: 3px;
    background-color: #66CBFF;
    font-weight: normal;
}
