Ok, it tried to change it myself. I added an additional bit to additional.css "postbit_specific_user2".
Then I added the second IF condition to the postbit_legacy template.
Code:
<div class="postdetails">
<vb:if condition="is_member_of($post, 6)">
<div class="postbit_specific_user">
<vb:else if condition="is_member_of($post, 2)" />
<div class="postbit_specific_user2">
<vb:else />
It partially works. It does show the correct background for the Usergroup ID 2, but it is not in the same position. It puts it further down the postbit legacy. I think this is because they are in seperate DIVs. Any ideas what I would need to do to fix this?