$(document).ready(function(){
	
	Cufon.replace('h1, h2, h3, h4, h5, h6', {
		fontFamily: 'DINPro-Bold'
	});
	
	Cufon.replace('#con_lista li', {
		textShadow: '#f9f9f9 1px 1px', 
		fontFamily: 'DINPro-Light'
	});
	
	Cufon.replace('#content_blue h1, #content_blue h2, #content_blue h3, #content_blue h4, #content_blue h5, #content_blue h6', {
		fontFamily: 'DINPro-Bold',
		textShadow: '#ffffff 1px 1px',
		color: '-linear-gradient(#087ebe, #0d4f98)'
	});
	
	Cufon.replace('#content_orange h1, #content_orange h2, #content_orange h3, #content_orange h4, #content_orange h5, #content_orange h6', {
		fontFamily: 'DINPro-Bold',
		textShadow: '#ffffff 1px 1px',
		color: '-linear-gradient(#eb6c0b, #dc2f08)'
	});
	
	Cufon.replace('#content_right .nadpis', {
		fontFamily: 'DINPro-Bold',
		textShadow: '#ffffff 1px 1px',
		color: '-linear-gradient(#617573, #50605f)'
	});
	
	Cufon.replace('#header_orange_mini span', {
		fontFamily: 'DINPro-Light',
		color: '-linear-gradient(#e95611, #db1e06)'
	});
	
	Cufon.replace('#header_blue_mini span', {
		fontFamily: 'DINPro-Light',
		color: '-linear-gradient(#2279b8, #134599)'
	});

 });
