Hi,

meine Page ist recht schmal gehalten und möchte gerne das Menue links schmaler machen.
Wie bekomme ich bitte das VirtueMart Module schmaler so das der Content/Shop nach links rutscht?

PHP-Code:
div.moduletable{
    
margin0px 0px 10px 0px;
    
width224px;

    
font-familyArial;
    
font-size11px;
    
color#666666;
}

div.moduletable h3{
    
background-imageurl('../images/moduletitlebg.gif');
    
background-repeatno-repeat;
    
background-position0px 0px;
    
padding4px 0px 0px 11px;
    
height35px;
    
margin0;
    
font-familyArial;
    
font-size12px;
    
font-weightbold;
    
text-alignleft;
    
color#ffffff;
}

div.moduletable table{
    
font-familyArial;
    
font-size11px;
    
color#666666;
    
width104px;
    
margin0px 10px 0px 10px;
}

div.moduletable table.contentpaneopen{
    
margin0px 10px 0px 10px;
    
text-alignleft;
}

div.moduletable table.contentpaneopen td{
    
text-alignleft;
}

/* graphic grey module box */
div.moduletablegrey{
    
margin0px 0px 10px 0px;
    
width224px;

    
font-familyArial;
    
font-size11px;
    
color#666666;
    
background-imageurl('../images/moduletitlebg_grey_big.gif');
    
background-repeatno-repeat;
    
background-positiontop left;
}

div.moduletablegrey h3{
    
background-imageurl('../images/moduletitlebg_grey.gif');
    
background-repeatno-repeat;
    
background-position0px 0px;
    
padding4px 0px 0px 11px;
    
height35px;
    
margin0;
    
font-familyArial;
    
font-size12px;
    
font-weightbold;
    
text-alignleft;
    
color#ffffff;
}

div.moduletablegrey table{
    
font-familyArial;
    
font-size11px;
    
color#666666;
    
width204px;
    
margin10px 20px 0px 10px;
}

div.moduletablegrey div{
    
font-familyArial;
    
font-size11px;
    
color#666666;
    
padding0px 10px 0px 10px;
}

/* plain color grey box */

div.moduletablegreybox{
    
margin0px 0px 10px 0px;
    
width224px;

    
font-familyArial;
    
font-size11px;
    
color#666666;
    
background-color#F6F6F6;
}

div.moduletablegreybox h3{
    
background-color#F6F6F6;
    
padding13px 0px 0px 11px;
    
margin0;
    
font-familyArial;
    
font-size11px;
    
font-weightbold;
    
text-alignleft;
    
color#881415;
}

div.moduletablegreybox div{
    
font-familyArial;
    
font-size11px;
    
color#666666;
    
padding0px 10px 0px 10px;
}


div.syndicate{
    
text-alignleft;
}

div.moduletable table.poll{
    
text-alignleft;
    
width100%;
    
margin0;
    
padding0;
}

table.pollstableborder{
    
text-alignleft;
    
width100%;
    
margin0;
    
padding0;
}

.
pollxtd1{
    
margin0;
}

div.syndicate div{
    
text-alignleft;
    
margin-left11px;
}

table.contentpaneopen{
    
font-familyArial;
    
font-size11px;
    
color#666666;
    
    
padding0px 0px 0px 0px;
}

table.searchintro{
    
font-familyArial;
    
font-size11px;
    
color#666666;
}

table.searchintro td{
    
font-familyArial;
    
font-size11px;
    
color#666666;
}

table.contentpane{
    
font-familyArial;
    
font-size11px;
    
color#666666;
}

table.contentpane table{
    
font-familyArial;
    
font-size11px;
    
color#666666;
}

table.poll{
    
font-familyArial;
    
font-size11px;
    
color#666666;

cu