
 
.pageCover {
    background: url("https://static-de.moveon4.com/de-uni-bayreuth/images/logo.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 120px;
}
.wizardTitleBar {
    background: #009260;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    color: white;
}
.vMenu > a > li:hover, .active {
    background-color: #009260;
    color: white;
    cursor: pointer;
    font-weight: 700 !important;
}

.loginBar{
	padding-top: 30px;
	
}
.pageCover h1 {
	color: #3E3E3B
}

	color: #008E96
	}
	.formHeader {
    font-size: 20px;
    width: 100%;
    color: #0a92ab;
    padding: 14px 0px 10px 0px;
    border-bottom: 1pt solid #009260;
    font-weight: normal;
    margin-bottom: 15px;
}
	
	.vMenu > a > li:hover, .active {
    background-color: #009260!important;
}

.vMenu > a > li {
    background-color: #7f8990;
    color: white;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
}

.formHeader {
    color: #7f8990!important;
}
.formHeader {
    font-size: 20px;
    width: 100%;
    color: #7f8990;
    padding: 14px 0px 10px 0px;
    border-bottom: 1pt solid #009260;
    font-weight: normal;
    margin-bottom: 15px;
}

button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #009260;
    padding-right: 20px;
    color: #fff;
}
button[kind="next_button"] :hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #7f8990;

}
button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #009260;
    padding-left: 27px;
}
button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #009260;
    padding-left: 20px;
    color: #fff;
}
.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #009260;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #7f8990;
    border-bottom: 4px solid #009260;
    color: white;
    padding: 4px 8px;
}