var officinabook = {
src: '/sifr/officinabook.swf'
};

var officinabold = {
src: '/sifr/officinabook.swf'
};


sIFR.activate(officinabook, officinabold);


// sIFR.replace(officinabold, { selector: '#navigation li', css: [ '.sIFR-root {font-size: 12px; font-weight: bold; color:#22386c; }', 'a { color:#22386c; text-decoration: none; }', 'a:link { color: #22386c; }', 'a:hover { color: #c30d40; }', '.current { color: #c30d40; background-color: #ffffff}' ], wmode: 'transparent'});

// h1 und h2 - contenlinks
sIFR.replace(officinabold, { selector: '#contentlinks h1', css: [ '.sIFR-root {font-size: 20px; font-weight: bold; 	color:#c30d40; }' ], wmode: 'transparent', fixFocus: 'true'});
sIFR.replace(officinabook, { selector: '#contentlinks h2', css: [ '.sIFR-root {font-size: 20px; font-weight: normal; 	color:#c30d40; }' ], wmode: 'transparent', fixFocus: 'true'});


// h6 Schnellsuche
// sIFR.replace(officinabook, { selector: 'h6', css: [ '.sIFR-root {font-size: 11px; font-weight: bold; 	color:#22386c; }' ], wmode: 'transparent', fixFocus: 'true'});



sIFR.fitExactly = true;


