/* 
 * ---------------------------------------------------------------------
 * Filename:            Universität Mainz.css
 * Description:         Design for the moveon 4 Form
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */




body {
    background: #fff none repeat scroll 0 0;
    color: #2c2c2c;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 150%;
}


.pageCover {
    background: url("https://static-de.moveon4.com/de-uni-mainz/images/logo_schriftzug.jpg") no-repeat scroll -40px 5px rgba(0, 0, 0, 0);
    padding-top: 145px;
    background-size: 30%
}

.pageContent {
    border: none;
    width: 1300px;
}

.formHeader {
    border-bottom: medium none;
    color: #c1002a;
}

.pageContainer {
    width: 1400px;
    float: left;
}

#languageButtons {
    top: 105px;
}

    #languageButtons li a {
        color: #848484;
        text-transform: uppercase;
        font-size: 0.8em;
    }

li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    color: #848484;
    text-transform: uppercase;
    font-size: 0.9em;
}

.loginBar {
    border-top: 1px solid #ebebeb;
    width: 1295px;
}

.blue span {
    background-color: #c1002a;
}

.formContainer {
    width: 960px;
    float: left;
    margin: 0 20px 10px;
}

    .formContainer .statusContainer {
        width: 731px;
    }


    .formContainer fieldset > legend, .searchBox .searchHeader {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

.menuContainer {
    width: 280px;
    margin: 60px 0 0;
    display: none;
}

.wizardNavigation {
    width: 1001px;
    display: none;
}

.wizardTitleBar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.wizardTitle {
    font-size: 22px;
    color: #2c2c2c;
}


.vMenu > a > li {
    border-bottom: medium none;
    border-top: 1px solid #dadada;
    font-weight: 400 !important;
    width: 240px;
}

    .vMenu > a > li:hover {
        background-color: #fff;
        color: black;
        text-decoration: underline;
        font-weight: 400 !important;
    }

.vMenu > a {
    color: #515151;
}

    .vMenu > a > li.active {
        background-color: #f0f0f0;
        color: black;
        cursor: pointer;
        font-weight: 700 !important;
    }

input[type="submit"], button, input[type="reset"], .button {
    background: #c1002a none repeat scroll 0 0;
}

    input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
        background: #282879 none repeat scroll 0 0;
    }

.addSection {
    background: #c1002a no-repeat scroll 5px 4px;
}

    .addSection:hover {
        background: #282879 no-repeat scroll 5px 4px;
    }

.vMenu > a > li.complete.active {
    background: #f0f0f0 no-repeat scroll 258px 8px;
    color: #282879;
    font-weight: 700;
}

.vMenu > a > li.complete {
    background: #fff no-repeat scroll 258px 8px;
    color: #282879;
    font-weight: 700;
}


    .vMenu > a > li.complete:hover {
        background: #fff no-repeat scroll 258px 8px;
        color: #282879;
    }

button[kind="previous_button"] {
    background: #c1002a no-repeat scroll left center;
    padding-left: 20px;
}

    button[kind="previous_button"]:hover {
        background: #282879 no-repeat scroll left center;
        padding-left: 20px;
    }

button[kind="next_button"] {
    background: #c1002a no-repeat scroll right center;
    padding-right: 20px;
}

    button[kind="next_button"]:hover {
        background: #282879 no-repeat scroll right center;
        padding-right: 20px;
    }

button[kind="save_button"], button[kind="submit_button"] {
    background: #c1002a no-repeat scroll left center;
    padding-left: 27px;
}

    button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
        background: #282879 no-repeat scroll left center;
        padding-left: 27px;
    }


a {
    color: #282879;
    font-weight: 700;
}

.pageCover h1 {
    color: #c1002a;
}
