

.pageCover {
    background: url("https://static-de.moveon4.com/de-hawk/images/HAWK_Logo_de_en.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 174px;
	background-size: 28%;
}

.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #3B3D40;
    border-bottom: 1px solid #F6F9FC;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.vMenu > a > li:hover, .active {
    background-color: #4E4AC9!important;
}


.vMenu > a > li:hover, {
    background-color: #492E23;
    color: white;
    cursor: pointer;
    font-weight: 700;
}



.wizardTitleBar {
    background: #3B3D40;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: white;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #4E4AC9;
    border-bottom: 4px solid #3B3D40;
    color: white;
    padding: 4px 8px;
}

.pageCover h1 {
    color: #0A304E;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat right center #3B3D40;
    padding-right: 20px;
    color: #fff;
}
button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #3B3D40;
    padding-left: 20px;
    color: #fff;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #3B3D40;
    padding-left: 27px;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #3B3D40;
    padding-left: 27px;
}
.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #3B3D40;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}
input[type=submit], button, input[type=reset], .button {
  background: none #3B3D40;
    position: relative;
    padding: 6px 14px 7px;
    color: #263C4A;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
    color: white;
}