Zum vms ???

dan würd ich sen fürs menü die css

PHP-Code:
.nav_head {
width:205px;
height:40px;
background-image:url(/images/nav_head.png);
background-repeat:no-repeat;
}

.
nav_head span {
display:block;
padding-left:5px;
padding-top:10px;
font-size:12px;
color#ffffff;
font-weight:bold;
font-family:ArialVerdana;
}

.
nav_bg {
width:200px;
font-family:Arial;
font-size:11px;
color:#4171AB;
background-image:url(/images/nav_bg.png);
background-repeat:repeat;
}



.
nav_foot {
width:205px;
height:30px;
background-image:url(/images/nav_foot.png);
background-repeat:no-repeat;
}


.
content_head {
    
width:600px;
height:45px;
background-image:url(/images/content_head.png);
background-repeat:repeat;
}

.
content {
    
width:600px;
font-family:Arial;
font-size:11px;
color:#4171AB;
background-image:url(/images/content_bg.png);
background-repeat:repeat;
;
}

.
content h1 {
background-image:url(images/h1_bg.png);
background-repeat:no-repeat;
font-size13px;
color:#ffffff;
margin10px 10px 10px 10px;
text-align:center;
padding-top:20px;
padding-bottom:2px;
font-weight:bold;
font-familyArialVerdana;
margin-top:5;
margin-bottom:5;
margin-left:5;
margin-right:5;



.
content_foot {
    
width:600px;
height:30px;
background-image:url(/images/content_foot.png);
background-repeat:repeat;

und in der layout.lib.php das
PHP-Code:
<?
function head($titel){
echo '


<div class="content_head"><span><div id align="center"><font color="#ffffff"><br>'.$titel.'</font></div></span></div>
<div class="content"><div class="content_bg">
<table align="center" width="96%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}

function foot(){
echo '
</td>
</tr>
</table>
</div></div><div class="content_foot"></div>
<br>


';
}

function menuehead($titel){
echo'
<div class="nav_head"><span><div id align="center"><font color="#ffffff">'.$titel.'</font></div></span></div>
<div class="nav_bg"><div class="nav_content">
<table align="center" width="90%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}

function menuefoot(){
echo'

</td>
</tr>
</table>
</div></div><div class="nav_foot"></div>
<br>
';
}
?>

so kannst es ja mal selber probieren und andernfals nochmal schreiben