
$(function(){
	Cufon.replace('h1, h3, h4, .button div',{
		hover: true
	});
	
	Cufon.replace('h2',{
		hover: true
		///textShadow: '#fff 1px 1px'
	});
	
	Cufon.replace('.subpage h1',{
		hover: true
		//textShadow: '#fff 1px 1px'
	});
	
        
        Cufon.replace('.heading-titles');
        Cufon.replace('.body_titel');
	
});
