.pageCover {
    background: url("https://static.moveon4.com/540/images/viadrina.png") no-repeat;
    padding-top: 191px;
    background-size: 85%;
    background-position-y: 22px;
}

.wizardTitleBar {
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    background-color: #15377f;
    color: white;
}

.menuContainer {
    margin: 30px 0px 22px 0px;
}

.loginBar {
    left: 876px !important;
    top: -177px;
}

#languageButtons {
    float: right;
    position: absolute;
    right: 0px;
    top: 165px;
    margin-right: -5px;
}

.currentLanguage{
    background-color: #f1f1f1;
}

.formContainer {
    width: 100%;
    max-width: 820px;
    float: right;
    margin: 0px 0px 10px 0px;
}

.formHeader {
    padding-top: 19px;
}

/*input[type=submit], button, input[type=reset], .button {
    background: none #0A92AB;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #666666;
    border-bottom: 4px solid #D45750;
    color: white;
    padding: 4px 8px;
}

.vMenu > a > li {
    background-color: none;
    border-bottom: 1px solid #E0E0E0;
}

.vMenu > a {
    color: #D45750 !important;
}

    .vMenu > a > li:hover {
        background-color: #D45750;
        color: white !important;
    }

    .vMenu > a > li:hover, .active {
        background-color: #D45750 !important;
        color: white !important;
    }

    .vMenu > a > li:active {
        background-color: #D45750 !important;
        color: white !important;
    }*/


