jQuery(document).ready(function(){
	jQuery(".rexfancy-images a").fancybox();

	jQuery('ul#idx').innerfade({
		speed: 4500, /* uebergang*/
		timeout: 7000, /*standzeit*/
		type: 'sequence',
		containerheight: '434px'
	});
    jQuery('.c-text ul li').each(function(i, e) {
        $(e).css('color', '#EF2929')
        $(e).contents().wrap('<span></span>')
    })
    jQuery('.c-text ol li').each(function(i, e) {
        $(e).css('color', '#EF2929')
        $(e).contents().wrap('<span></span>')
    })

});