// JavaScript Document

$(document).ready(function () {
Cufon.replace('#access ul li a' , { hover: true } , { fontFamily: 'DIN_Regular' });
Cufon.replace('h1' , { hover: true } , { fontFamily: 'DIN_Regular' });
Cufon.replace('.home-top-description span' , { hover: true } , { fontFamily: 'DIN' });
Cufon.replace('.slider-right-area h2 ' , { hover: true } , { fontFamily: 'DIN' });
Cufon.replace('h2 ' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.anker-button-left a' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.register-button' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.add-image-area span a' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });




Cufon.replace('.top-menu-tube ul li a' , { hover: true } , { fontFamily: 'Gotham Narrow Book' });
Cufon.replace('.left-side-bar-menu ul li a' , { hover: true } , { fontFamily: 'Gotham Narrow Book' });
Cufon.replace('.sub-page-right h3' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.sub-page-right p' , { hover: true } , { fontFamily: 'Gotham Narrow Book' });
Cufon.replace('.sub-page-right a' , { hover: true } , { fontFamily: 'Gotham Narrow Book' });
Cufon.replace('.post-blog span' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.post-blog h3 a' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.subpage1-post-top span a' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.subpage1-post-top h3' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.kontact-form span ' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.kontact-form h4' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });

Cufon.replace('.kontact-form ul li label' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.rgs h4 ' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.rgs a' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });
Cufon.replace('.rgs-form ul li label ' , { hover: true } , { fontFamily: 'GothamNarrow-Bold' });







/*Cufon('#menu-2 ul li a', {
	fontFamily: 'DroidSerif-Regular',
	hover: { color: '#ba0f37'}
}); 
*/

});
