I have found a solution myself - perhaps not the best - but it works.
I've assigned the absolute position to the navigation menu and the search:
.menu-position {
position: absolute;
top: 0;
right: 0;
}
Should anyone know a better solution, I would be of course interested 
Regards, Uli