/* 
 * ---------------------------------------------------------------------
 * Filename:            Zwickau.css
 * Description:         Design for the moveon 4 Form
 * Website:             moveon4.com
 * Author:  			Renate Schwaighofer
 * --------------------------------------------------------------------- 
 */
 
 
body {
	color: #000000;
	font-family: Arial,sans-serif;
    background: #fff none repeat scroll 0 0;
	}
.pageCover {
    background: url("https://static-de.moveon4.com/de-fh-zwickau/images/logo.png") no-repeat scroll 0 15px;
	padding-top: 160px;
}

#design_header {
	background: #E5EBF5 url("https://static-de.moveon4.com/de-uni-bochum/images/header_bg.png") no-repeat top;
	height: 135px;
	line-height: 20px;

	}
	#element { background:url(https://static-de.moveon4.com/de-uni-bochum/images/logo_right.png) no-repeat; }
	
.blue span {
       background-color: #ccff66;
}
.plainText {
    text-align: justify;
}
.pageContent {
    border: 1px medium solid;
	width: 938px;
	padding: 0 0 60px;
	border: 1px solid #fff;
	background: white;
	overflow: hidden;
	}

.wizardTitleBar {
    background: #fff none repeat scroll 0 0;
	width: 100%;
	padding-bottom: 26px;
	padding-top: 2px;
	}
	
.progress-bar {
    margin: 0 6px 0 0;
	width: 220px;
}	
	

.wizardTitle {
	text-transform: uppercase;
	color: #1D3164;
	font-size: 25px;
	margin: 0px;
}
.formHeader {
    border-bottom: 1pt solid #979ea1;
    color: #003574;
	text-transform: uppercase;
	width: 140%;
	padding: 0px 0px 10px 0px;
}
.formContainer {
    float: left;
}
.pageContainer {
 width: 983px;
}
legend {
	 text-transform: uppercase;
	}
		
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0;
}

li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #C4121E;
    padding: 2px 8px;
    text-transform: uppercase;
}
#languageButtons li a {
	background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #003574;
    padding: 2px 8px;
    text-transform: uppercase;
}
.labelContainer {
    width: 220px;
    padding: 0px 0px 0px 5px;
    float: left;
    line-height: 20px;
}
	
.menuContainer {
    background: white none repeat scroll 0 0;
	float: left;
	width: 230px;
	/*margin: 80px 0 0;*/
	}

.vMenu > a > li {
    border-bottom: none;
	text-transform: uppercase;
	border-top: 1px solid #e6f1f2;
	width: 200px;
	line-height: 20px;
	padding: 5px 5px 5px 9px;
	display: block;
	position: relative;
}
.vMenu > a {
    color: #1D3164;
}
.vMenu > a > li:hover {
    background-color: #979ea1;
    color: #1D3164;
}
.vMenu > a > li.active {
    background-color: #979ea1;
    color: #1D3164;
}
.vMenu > a > li.complete:hover{
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 200px 8px;
    color: #1D3164;
}
.vMenu > a > li.complete.active {
  background: #f0f1f1 url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 200px 8px;
    color: #1D3164;
}
.vMenu > a > li.complete {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 200px 8px;
    color: #8DAE10;
}

legend {
    text-transform: uppercase;
    padding: 7px 5px;
    font-weight: bold;
    margin-left: 0px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
}
.pageCover h1 {
    color: #1D3164;
    padding-top: 50px;
    text-transform: uppercase;
    padding-left: 10px;
    background: #FEFEFE;
    margin-top: -26px;
	font-weight: bold;
}

.loginBar span {
    color: #000;
}

.loginBar a {
    color: #000;
}

.loginBar {
top: -18px;
}
a{
    color: #000;
}
a:hover {
	color: #983232;
}
.wizardContainer {
    overflow: visible;
    min-height: 400px;
    width: inherit;
}
.wizardCover, .wizardContainer {
    position: relative;
}

.wizardNavigation { 
width: 732px;
}


/* NEW BUTTONS */
button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #1D3164;
	margin-left: 25px;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #979ea1;
	 text-decoration: underline;
	 margin-left: 25px;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #1D3164;
	margin-left: 25px;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #979ea1;
	 text-decoration: underline;
	 margin-left: 25px;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #1D3164;
	margin-left: 25px;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #979ea1;
		 text-decoration: underline;
		 margin-left: 25px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #1D3164;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #979ea1;
	text-decoration: underline;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}
/*Ende buttons*/


.addSection {
    background: #1D3164 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}
.addSection:hover {
    background: #84A20F url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}

.pageFooter {
    background: none repeat scroll 0 0;
    height: 80px;
    width: 100%;
}
.appDetails {
 
    color: #000;
}






