Hi Henrik,
You should not modify the style.css, overrides in other files will do what is needed.
Are you positive that the settings are not commented out?
This is commented out:
/*
body
{
}
body.pagebody
{
}
*/
everything between the /* and */ is ignored, you must remove that to make it work so it would be like this:
body
{
}
body.pagebody
{
}
Are you sure it is not a caching issue with the old css being cached on the server and in the browser as discussed in the 3rd paragraph on this page?
http://www.mojoportal.com/skinning-overview.aspx
Best,
Joe