// JavaScript Document

FLIR.init();

// All H2s that are children of div#entries will be replaced with the
// "illuminating" font that is defined in config-flir.php.  The "wrap" 
// mode is also set which is good to use when replacing long headers.

//new FLIRStyle({ mode:'fancyfonts' });

FLIR.replace( 'div#navig h2' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );

FLIR.replace( 'div#navig h3' , new FLIRStyle({ cFont:'pfdinmed' }) );

//FLIR.replace( 'div#playground li' , new FLIRStyle({ cFont:'pfdinreg' }) );
FLIR.replace( 'div#playground li' , new FLIRStyle({ cFont:'pfdinmed' }) );
//FLIR.replace( 'div#clientfilter li' , new FLIRStyle({ cFont:'pfdinreg' }) );
FLIR.replace( 'div#clientfilter li' , new FLIRStyle({ cFont:'pfdinmed' }) );

FLIR.replace( 'div#news h3' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );

FLIR.replace( 'div#content h1' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );
FLIR.replace( 'div#content h2' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );
FLIR.replace( 'div#content h3' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );

FLIR.replace( '.archer' , new FLIRStyle({ cFont:'archer' , mode:'wrap' }) );
FLIR.replace( '.pfdin' , new FLIRStyle({ cFont:'pfdinreg' , mode:'wrap' }) );
FLIR.replace( '.pfdinmed' , new FLIRStyle({ cFont:'pfdinmed' , mode:'wrap' }) );

FLIR.replace( 'div#content h4' , new FLIRStyle({ cFont:'pfdinmed' }) );
FLIR.replace( 'div#content h6' , new FLIRStyle({ cFont:'pfdinreg' }) );
FLIR.replace( 'div.col2 li' , new FLIRStyle({ cFont:'pfdinreg' }) );
FLIR.replace( 'div#content pre' , new FLIRStyle({ cFont:'pfdinreg' }) );

FLIR.replace( 'a.download' , new FLIRStyle({ cFont:'pfdinreg' }) );
FLIR.replace( 'a.pfdin' , new FLIRStyle({ cFont:'pfdinmed' }) );

// Spielwiese: 
FLIR.replace( 'body#lektuere h2' , new FLIRStyle({ cFont:'pointy' }) );
FLIR.replace( 'body#kiosk h2' , new FLIRStyle({ cFont:'pointy' }) );
FLIR.replace( 'body#kinkerlitzchen h2' , new FLIRStyle({ cFont:'pointy' }) );
FLIR.replace( 'a.anchor' , new FLIRStyle({ cFont:'pointy' }) );

//FLIR.replace( 'div#team td' , new FLIRStyle({ cFont:'pfdinreg' , mode:'wrap' }) );

