.menuContainer {
	display:none !important;
}

.vMenu > a > li:hover, .active {
	background-color: red !important;
}

.vMenu > a {
	color: red !important;
}

.vMenu > a > li.complete {
	color: red !important;
}

.vMenu > a > li.complete.active{
	color: white !important;
}

.vMenu > a > li.complete:hover {
	color: white !important;
}

.formHeader {
	color: red !important;
	border-bottom: 1pt solid red !important;
	}
	
button[kind="save_button"],
button[kind="submit_button"] {
	background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left red !important;
}

button[kind="previous_button"] {
	background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left red !important;
	}

button[kind="next_button"] {
	background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center red !important;
	}
	
button:hover {
	background: red !important;
}

.pageCover {
  background: url("https://www.deutsches-stiftungszentrum.de/sites/dsz/files/logo-stiftung-strassenkunst.png") no-repeat scroll 0px 10px white;
}

.wizardTitle {
	color: white !important;
}

.wizardTitleBar {
	background: red !important;
}
	
#progressLabel {
color: red !important;
}	

body {
    background: #fff;
}

legend {
	color: red !important;
}

.pageCover h1 {
	
	color: red !important;
}

body{
	font-size: 14px !important;
	font-family: Arial !important;
}

.ko-grid a{
	font-size: 12px !important;
    margin: 0px !important;
    padding: 10px !important;
    background: red !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.ko-grid tbody tr td{
	padding: 20px !important;
}

.ko-grid thead tr th{
	color: red !important;
	font-size: 15px !important;
}