/* 
 * ---------------------------------------------------------------------
 * Filename:            Rhein-Waal 
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */
 
 
 body {
    background: #fff none repeat scroll 0 0;
	 font-family: Georgia,serif;
	 color: #1e1e1e;
	 font-size: 16px;
	}
	
	
.pageCover {
    background: rgba(0, 0, 0, 0) url("https://static-de.moveon4.com/de-hs-rhein-waal/images/logo.png") no-repeat scroll 0 15px;
}
.pageContent {
        border: medium none;
		 padding: 0 0 60px;
	 width: 1100px;
	}
.pageContainer {
 width: 1100px;
}

.formHeader {
    border-bottom: medium none;
    color: #2e57a5;
    font-size: 30px;
	 padding: 24px 0 10px;
	}
#languageButtons li a {
    color: #787878;
    text-transform: uppercase;
	font-family: DINWebPro,sans-serif;
	}
#languageButtons li a:hover {
    color: #1e1e1e;
	text-decoration:none;
    
	}
li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
	  text-transform: uppercase;
	    color: #1e1e1e;
		  font-family: DINWebPro,sans-serif;
	}

#languageButtons {
    border-bottom: 1px solid #cacaca;
	 padding-left: 0;
	   font-family: DINWebPro,sans-serif;
}
.formContainer {
    width: 828px;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	 color: #2e57a5;
    font-family: Georgia,serif;
    font-size: 18px;
	}

.wizardTitleBar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	 border-bottom: 1px solid #cacaca;
	}

.wizardTitle {
    color: #1e1e1e;
	text-transform: uppercase;
	font-weight: normal;
}

.vMenu > a > li {
width: 225px;
border-bottom: 1px solid #cacaca;
font-family: DINWebPro,sans-serif;
  font-size: 14px;
    font-weight: 400;
}

.vMenu > a {
    color: #787878;
	    font-weight: 400;
}
.vMenu > a > li:hover {
    background-color: #fff;
    color: #1e1e1e;
	    font-weight: 400 !important;
	}
	
.vMenu > a > li.active {
	    color: #2e57a5;
	    background-color: #fff;
		border-bottom: 1px solid #2e57a5;
	    font-weight: 400 !important;
}
.vMenu > a > li.active:hover {
	    color: #2e57a5;
	    background-color: #fff;
		 font-weight: 400 !important;
}
.vMenu > a > li.complete {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 238px 8px;
    color: #2e57a5;
    font-weight: 400;
}
.vMenu > a > li.complete:hover {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 238px 8px;
    color: #2e57a5;
    font-weight: 400 !important;
	}
	.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 238px 8px;
    color: #2e57a5;
	}


button[kind="previous_button"]:hover {
    background: #787878 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
    padding-left: 20px;
}



button[kind="previous_button"] {
    background: #2e57a5 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
    padding-left: 20px;
}

button[kind="save_button"], button[kind="submit_button"] {
    background: #2e57a5 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: #787878 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
    padding-left: 27px;
}

button[kind="next_button"] {
    background: #2e57a5 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: #787878 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
    padding-right: 20px;
}
.addSection {
    background: #2e57a5 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	}
	.addSection:hover {
    background: #787878 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	}
	.blue span {
    background-color: #2e57a5;
}
input[type="submit"], button, input[type="reset"], .button {
    background: #2e57a5 none repeat scroll 0 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #787878 none repeat scroll 0 0;
	}
.pageCover h1 {
    color: #2e57a5;
	}

.wizardNavigation {
 width: 825px;
}

.rowLabel {
width: 250px;
}

.labelContainer {
 width: 260px;
}
#Disclaimer .labelContainer .rowLabel {
    width: 690px;
}
#Disclaimer .labelContainer {
    width: 700px;
}
.formContainer .statusContainer {
    width: 792px;
}
a{
color: #2e57a5;
}






















