Ok, I decided to set the width of Joomla and PHPBB3 to 1024px and installed a custom 1024px wide pic with my original logo centered inside and css as described
here
:
#logo {width:1024px;height:105px;background:url(../images/logo.png) 0 no-repeat;display:block;margin:0px 0px;}
Works like a charme in Joomla.
Put this code in the PHPBB3 css:
#logo {width:1024px;height:105px;background:url(images/logo.png) 0 no-repeat;display:block;margin:0px 0px;}
Works perfect as in Joomla - maybe this is useful for someone 
Thanks and best regards,
WR