jepp, in de rlayout.lib:
PHP-Code:
function menuehead($titel){
echo'
<table style="border:solid 0px black" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#4B69FF">
<tr>
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
</tr>
<tr>
<td bgcolor="#FEFBF5" valign="top" align="left">
<table width="98%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}
und die head() funktion entsprechend anpassen !
PHP-Code:
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
ist z.b. dein "balken" 
/edit: grml, wieder jmd schneller