﻿$(window).load(function () {
    $("body.default .box-inner.projectnews").not(".exclude").equalHeights();
    $("body.default .puff .box-inner").not(".exclude").equalHeights();
    $("body.default .news .box-inner").not(".exclude").equalHeights();
    $("body.default .siteNav .box-inner").not(".exclude").equalHeights();

    $("body.res_themes_mimer_pages_hss_default div.box-container div.box-inner, .objectlist .box-inner").equalHeights();

    $("body.default div.puffmedium .news-container").equalHeights();
    $("body.default div.puffsmall .news-container").equalHeights();

    $('ul.mypage_list, .myContracts, .tbl_mypage_rent, .borderbox, table.box').corner("8px");

    $('ul.submenu, ul.info, body.res_themes_mimer_pages_cm_press div.tabs ul.combNewsMenu li span.button, body.user_mypages p.serviceRequestBtn a, body.user_mypages p.LandlordBtn a, .lblPrioContainer, div.combNewsArea ul.combNewsMenu li, div.object-article, input.btn_interest').corner("5px");
    $('ul.MyRent li.Contracts').corner("top 8px");

    $("div.box.primary.facebook").corner("bottom 6px");

    $("div.calendarium h2.calendariumheader, div.calendarium h3").corner("4px");

    $(".ingang01 .img-container.left a").hover(function () {
        $(this).next("div.hover").animate({ fadeIn: "show", top: "-125" }, "slow");
    }, function () {
        $(this).next("div.hover").animate({ fadeOut: "hide", top: "-115" }, 10);

    });
    
});
