/*------------------------------*/
/*disabled options              */
/*------------------------------*/
.loginBar{
	display: none;
}

.menuContainer{
	display: none;
}

.wizardTitleBar{
	display: none;
}

.pageFooter{
	display: none;
}

.formRow.mark-complete{
	display: none;
}

button[kind="save_button"]{
    display: none;
}

button[kind="previous_button"]{
    display: none;
}

button[kind="next_button"]{
    display: none;
}

/*------------------------------*/
/*design                        */
/*------------------------------*/

body{
	background: #fff;
	padding: 0;
}

.pageCover{
	background: url("https://static-de.moveon4.com/de-uni-bayreuth/images/logo.png") no-repeat #FFFFFF;	
}

.pageContent{
	border: none;
	margin: auto;
	padding: 0;
    width: 780px;
}

.pageContainer{
	width: 780px;
}

.formContainer{
	background: #FFFFFF;
	float: left;
	width: 780px;
}

.formHeader{
    width: 740px;
	border-bottom: none;
	font-size: 16px;
	color: #038A5E;
	font-weight: bold;
    margin-left: 20px;
}

.validationMark{
	float: right;
	color: #000;
	margin-right: 18px;
	margin-left: 4px;
	line-height: 26px;
}

.rowLabel{
	float: right;
	text-align: right;
	font-size: 11px;
	color: #000;
	width: 178px;
}

.formContainer fieldset{
	margin-top: -16px;
}

.labelContainer{
	width: 215px;
}

.rowControl > input[type=text], .rowControl > input[type=password], .genericControl{
	width: 161px;
	height: 18px;
	border: 1px solid #B5BCC7;
}

.rowControl > select{
	width: 167px;
	height: 25px;
	border: 1px solid #B5BCC7;
}

.formRow{
	width: 740px;
	margin: auto;
	border-top: 1px solid white;
	margin-bottom: 6px;
}

input[type=submit], button, input[type=reset], .button{
	border: 1px solid #39B54A;
	width: 113px;
	height: 32px;
	background: url(https://static.moveon4.com/1/images/submit_button_back.jpg) repeat-x top left #006837;
	padding-bottom: 4px;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0;
	margin-left: 20px;
}

.wizardNavigation{
	background: #F2F2F2;
	width: 780px;
	margin-top: -10px;
	padding-bottom: 20px;
}


li.currentLanguage{
	background: none;
	color: #525252;
	border-bottom: 4px solid #038A5E;

}

.formContainer fieldset > legend{
	color: #038A5E;
	border-bottom: 1px solid #038A5E;
    margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	width: 740px;
	margin-left: 20px;
	text-indent: 0;
}

.plainText{
	width: 740px;
	margin-left: 20px;
}

.formContainer fieldset{
	border-bottom: none;
}