/* 
 * ---------------------------------------------------------------------
 * 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/jgumainz/images/LogoJGU.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: #c1002b;
	}

.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: #c1002b;
}

.formContainer {
 width: 713px;
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;
}

.wizardNavigation{
width: 1001px;
}
.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: 700 !important;
	   width: 240px;
}
.vMenu > a > li:hover{
    background-color: #fff;
    color: white;
	text-decoration: underline;
	 font-weight: 700 !important;
	}
.vMenu > a {
    color: #515151;
	}
.vMenu > a > li.active {
    background-color: #f0f0f0;
    color: white;
    cursor: pointer;
    font-weight: 700 !important;
	}
 .vMenu > a > li.complete.active {
    background: #f0f0f0 url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 258px 8px;
    color: #CBCBCB;
    font-weight: 700;
}
.vMenu > a > li.complete {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 258px 8px;
    color: #CBCBCB;
    font-weight: 700;
}


.vMenu > a > li.complete:hover {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 258px 8px;
    color: #CBCBCB;
}
button[kind="previous_button"] {
    background: #c1002b url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
    padding-left: 20px;
}	
button[kind="previous_button"]:hover {
    background: #636363 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
    padding-left: 20px;
}	
button[kind="next_button"] {
    background: #c1002b url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
    padding-right: 20px;
}
button[kind="next_button"]:hover {
    background: #636363 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
    padding-right: 20px;
}

button[kind="save_button"], button[kind="submit_button"] {
    background: #c1002b url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
    padding-left: 27px;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #636363 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
    padding-left: 27px;
}	

input[type="submit"], button, input[type="reset"], .button {
    background: #c1002b none repeat scroll 0 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #636363 none repeat scroll 0 0;
}
.addSection {
    background: #c1002b url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	}
.addSection:hover {
    background: #636363 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	}


a{
color: #636363;
 font-weight: 700;
}



.pageCover h1 {
    color: #c1002b;
}


	
	
	
	