/* Hauptnavigation */
Cufon.replace('#navigation ul li a', { fontFamily: 'FrutigerNext-Black', hover: true });

/* Servicenavigation */
Cufon.replace('#servicenav a', { fontFamily: 'Frutiger-Bold', hover: true });

/* Unternavigation */
Cufon.replace('#subnavigation ul li a', { fontFamily: 'Frutiger-Bold', hover: true });
Cufon.replace('#gobacknavigation ul li a', { fontFamily: 'Frutiger-Bold', hover: true });
Cufon.replace('#detailbox .navigation a', { fontFamily: 'Frutiger-Bold', hover: true });
Cufon.replace('#contentwrapper #searchbutton a', { fontFamily: 'Frutiger-Bold', hover: true });
Cufon.replace('#searchbutton', { fontFamily: 'Frutiger-Bold', hover: true });

/* Fokusbox */
Cufon.replace('.fokusbox .fokusbox-titel', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('#contentsection h1', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('#contentsection #filterbox h2', { fontFamily: 'Frutiger-Bold' });

/* Mitarbeiter */
Cufon.replace('#mitarbeiter .fokusbox .fokusbox-text h2', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('#kompetenzfinder .fokusbox.mitarbeiter .fokusbox-text h2', { fontFamily: 'Frutiger-Bold' });

/* Referenzen */
Cufon.replace('#referenzen .fokusbox .fokusbox-text h2', { fontFamily: 'Frutiger-Bold' });
Cufon.replace('#kompetenzfinder .fokusbox.referenzen .fokusbox-text h2', { fontFamily: 'Frutiger-Bold' });
Cufon.replace('#detailbox h1', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('#detailbox h2', { fontFamily: 'FrutigerNext-Black' });

Cufon.replace('.post_small .post_small-titel h2', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('.post_big .post_big-titel h2', { fontFamily: 'FrutigerNext-Black' });
Cufon.replace('.formular h2', { fontFamily: 'FrutigerNext-Black' });

Cufon.replace('#showdetaillink', { fontFamily: 'FrutigerNext-Black', hover: true });

$(document).ready(function() {

	$("a[rel='lightbox']").colorbox();

});

function content_print(){
	$(document).ready(function() {
		next_fokus.print();
	});
}

function content_pdf(){
	$(document).ready(function() {
		next_fokus.pdf();
	});
}

Hyphenator.config({
                        displaytogglebox : false,
                        minwordlength : 4,
                        defaultlanguage: 'de'
                });
Hyphenator.run();
