body {
	color: #1a171b;
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	 background: url("https://static.moveon4.com/de-hof-university/images/bg.gif") repeat-y scroll 0px 30px #f1f1f1;
}

.pageCover {
	background: url("https://www.hof-university.de/fileadmin/user_upload/ask/logo-rgb-crp-de.jpg") no-repeat scroll 0px 30px white;
	padding-top: 160px;
	position: relative;
	min-height: 350px;
}


.pageContent {
	width: 938px;
	padding: 0px 40px 60px 40px;
	background: white;
	border: 0px solid #ccc;
	overflow: hidden;
}

.pageCover h1 {
	color:  #1a171b;
	font-size: 26px;
	margin: 0;
	line-height: 50px;
	text-transform: uppercase;
}


fieldset> legend {
	font-family: Helvetica, sans-serif;
	padding: 7px 0px;
	text-transform: capitalize;
	font-weight: 100;
	margin-left: 0px;
	border-bottom: 1px solid transparent;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}

.wizardTitleBar {
	background: url(https://static.moveon4.com/de-hof-university/images/stripe.gif) repeat 0 0 #000;
	border-radius: 0 0 0px 0;
	padding: 16px 20px 16px 20px;
	margin-left: 0px;
	overflow: hidden;
	width: 900px;
}

.wizardTitle{
	color:white;
}

.blue span {
background-color: #646466;
}

/* menu */
.vMenu > a {
	text-decoration: none;
	color: #1a171b;
}


.vMenu > a > li.complete:hover {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 186px 6px #000;
	color: #fff;
}

button[kind="save_button"] {
	background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #000;
	padding-left: 27px;
}


button[kind="previous_button"] {
	background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #000;
	padding-left: 20px;
}

button[kind="next_button"] {
	background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #000;
	padding-right: 20px;
}

input[type=submit], button, input[type=reset], .button, .nicEdit-pane input[type=submit] {
	background: none #000;
	position: relative;
	padding: 2px 10px 3px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	border: 0;
	cursor: pointer;
	float: left;
	top: 0px;
	line-height: 18px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
background-color: #646466;
}

button[kind="next_button"]:hover {
background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #000;
}

button[kind="previous_button"]:hover {
background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #000;
}

button[kind="save_button"]:hover {
background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #000;
padding-left: 27px;
}

.formHeader {
	font-size: 20px;
	width: 99%;
	color: #1a171b;
	padding: 14px 0px 10px 0px;
	border-bottom: 0pt solid #00718F;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.addSection {
	background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat 5px 4px #646466;
	height: 25px;
	color: #fff;
	border: 1px solid transparent;
	padding: 0px 5px 3px 25px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	float: left;
	margin: 5px 0px 5px 3px;
	opacity: 0.8;
}

.addSection:hover, .addButtonTabular:hover {
	background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat 5px 4px #000;
	opacity: 1;
}

.loginBar a {
	float: none;
	background: none !important;
	margin-left: 10px;
	border: 0;
	color: #263B47;
	text-decoration: underline;
	line-height: 1.27em;
}