
/* ---------------------------------------------------------------------
* Filename:            Düsseldorf.css
* Description:         Design for the moveon 4 Portal
* Website:             moveon4.com
* Author:  			   Luciana Purcaru
* --------------------------------------------------------------------- 
*/


body {
    background: none repeat scroll 0 0  #fff;
    color: #010101;
    font-family: Arial,sans-serif;
	font-size: 13px;
}
.menuContainer {
	display:none;
}
.pageCover {
	background: url(https://static-de.moveon4.com/de-duesseldorf/images/logo.png);
    padding-top: 190px;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: top -25px left -40px;
}

#languageButtons li a {
    color: #006ab3;
}
li.currentLanguage {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
	   color: #7b7b7b;
}

.wizardNavigation {
    display: none;
}

.pageContent {

    border: medium none;
}
.wizardTitleBar {
    background: none repeat scroll 0 0 #fff;
}

.formHeader {
    border-bottom: medium none;
    color: #010101;
}

.ko-grid thead tr th {
    background-color: #e2e3e3;
	}
	
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #e2e3e3;
	}
