For possible future reference; Here is the complete #header .container section in the style.css of my template.
#header .container {
padding: 25px 0 40px;
background: url('images/logo.png') no-repeat 3px bottom;
height: 51px;
}
I finally was able to take out the complete display part and merge it with an allready existing #header .container part.
Since i am pretty new on css i am not sure if it is ‘ok’ what i did, but the result suits me fine.
Thanks again for your input SS_Minnow