jQuery(document).ready(function(){
    changeToMail("mails-place-0", 0, true);
    setStyles();    

    jQuery(".content-management .paragraph-text p:last-child").addClass("last");
    jQuery(".content-management .paragraph:last-child").addClass("last");
    jQuery(".content-management hr").replaceWith("<div class='clear'></div><div class='separator hr' />");

});
