Thanks for this Henning, I've got it sorted now. 
Regards,
Henning wrote:
you can use modsuffixes like "nomarginall nopaddingtop"
or add this top your css
div#rt-accessbar .rt-block {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
I also suggest to wrap the position in <div class="rt-container">...</div> to center the bar ...