Some solution I allready found.
Defining the height of the header pic.
#logoWrapper {
width:100%;
height:146px; /*defining of hight of header image*/
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
background-position:center;
text-align:center;
padding-top:5px;
}



