/* <![CDATA[ */

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #001e40;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0;
}

body.default {
    background-image: url("../img/background.jpg");
}

body.error {
    background-image: url("../img/error_background.jpg");
}

article {
    padding: 0;
    margin: 0;
}

.logo {
    max-width: 20%;
    height: 120px;
    width: 400px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.page-content {
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    padding: 0;
    padding-top: 4em;
    min-height: 100%;
    margin: 0;
    max-width: 640px;
    margin: 2em auto;
}

div.page-content h1,
div.page-content div.headline div.label {
    font-size: 17px;
    color: #fff;
    margin: 0 0 1em 0;
}

div.error h1{
    font-size: 350px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 0;
}

div.page-content .text.error{
    clear: both;
    margin-top: 0em;
    font-size: 60px;
    text-align: center;
}

div.page-content a {
    color: #fff;
    text-decoration: underline;
}

div.page-content .text {
    clear: both;
    line-height: 155%;
    margin-top: 1em;
}

div.page-content ul.text {
    list-style-type: disc;
    list-style-position: outside;
    margin: 1em 0 0 0;
    padding: 0 0 0 8%;
}

div.page-content .text.bold {
    font-weight: bold;
    margin-top: 1.3em;
}

div.page-content .text.underline {
    text-decoration: underline;
}

div.page-content .label {
    margin-top: 3em;
}

div.page-content .text.has-label .label {
    float: left;
    width: 8%;
}

div.page-content footer {
    margin-top: 5em;
    border-top: 0.1em solid #000000;
}

div.page-content nav ul {
    list-style-type: none;
    margin: 0;
}

div.page-content nav ul li .text {
    line-height: 120%;
    margin-top: 0.5em;
}

div.page-content .text.missing {
    display: none;
}

div.page-content span,
div.page-content var {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
}

div.page-content .separator {
    clear: both;
    margin-top: 1.5em;
    margin-bottom: 3.5em;
}

br.clear {
    clear: both;
}

/* ]]> */