Cufon.replace(
    '.menu-main a:not(.active, .active_path)', {
        hover: {
            textShadow: '2px 2px 4px #000 !important',
            color: '#EDF7ED'
        }
    }
);
Cufon.replace('.menu-main a.active, .menu-main a.active_path', {
	textShadow: '2px 2px 4px #000 !important'
});
Cufon.replace(
	    '.menu-sub a', {
	        hover: {
	        	color: '#EED45E'
	        }
	    }
	);
Cufon.replace('h1, h2, h3, .h1, .h2, .h3, .frontend_custom_artists #custom-artists a, #slogan, .menu-sub a');

/* Adventskalender */
Cufon.replace('#custom-advent-calendar .advent-calendar .open-day .day', {
    hover: true,
    hoverables: {
        span: true
    }
});
Cufon.replace('#custom-advent-calendar .advent-calendar-locked .day', {
    hover: true,
    hoverables: {
        span: true
    }
});
