/*
Filekind: .js
Theme Name: Neurofeedback Zentrum | FIREDOG IT-Solutions
Theme URI: http://www.neurofeedback-zentrum-muenchen.de/
Author: Manuel Henning
Author URI: http://www.firedog.de/
Description: sifr config JS for Neurofeedback Zentrum
Created: mh 2008-11-24
Modified: ke 2009-03-05
*/


/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

/*
//Deklaration für Neo Sans Intel Roman

var neo_sans_intel_roman = {
  src: 'assets/swf/neo-sans-intel-roman.swf'

};

sIFR.activate(neo_sans_intel_roman);

sIFR.replace(neo_sans_intel_roman, {
  selector: 'h1',
css: '.sIFR-root { background-color: #FFFFFF; color: #00a8e3; }'
});

//END OF Deklaration für Neo Sans Intel Roman



//Deklaration für Neo Sans Intel Light

var neo_sans_intel_light = {
  src: 'assets/swf/neo-sans-intel-light.swf'
};

sIFR.activate(neo_sans_intel_light);

sIFR.replace(neo_sans_intel_light, {
  selector: '.sifr-neo_sans_intel_light',
  css: [ '.sIFR-root {background-color: #FF0000; color: #ffffff; font-size: 19px;}',
  'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #FFFFFF; text-decoration: none;}'],

    wmode: 'transparent',
	tuneHeight: '-5'
	
}); 

//END OF Deklaration für Neo Sans Intel Light
*/



//Deklaration für Neo Sans (für h1)

var neo_sans = {
  src: 'assets/swf/neoSans-roman.swf'

};

sIFR.activate(neo_sans);

sIFR.replace(neo_sans, {
  selector: 'h1',
css: ['.sIFR-root { background-color: #FFFFFF; color: #00a8e3; }'],
opaque: 'true',
wmode: 'transparent',
tuneHeight: '0'
});

//END OF Deklaration für Neo Sans


//Deklaration für Neo Sans (für NAV)

var neo_sans = {
  src: 'assets/swf/neoSans-roman.swf'
};

sIFR.activate(neo_sans);

sIFR.replace(neo_sans, {
  selector: '.sifr-neo_sans',
  css: [ '.sIFR-root {background-color: #FFFFFF; color: #ffffff; font-size: 19px;}',
  'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #FFFFFF; text-decoration: none;}'],
	opaque: 'true',
    wmode: 'transparent',
	tuneHeight: '0'
	
	
}); 

//offsetTop: '30'
//END OF Deklaration für Neo Sans


//Deklaration für Neo Sans (für h2)

var neo_sans = {
  src: 'assets/swf/neoSans-roman.swf'

};

sIFR.activate(neo_sans);

sIFR.replace(neo_sans, {
  selector: 'h2',
css: [ '.sIFR-root { background-color: #efefef; color: #888888; text-decoration: underline;}',
'a {color: #888888; text-decoration: none;}',
        'a:hover {color: #888888; text-decoration: underline;}',
		'a:active {color: #888888; text-decoration: none;}'],
		 wmode: 'transparent'
});

sIFR.replace(neo_sans, {
  selector: 'h3',
css: [ '.sIFR-root { background-color: #efefef; color: #888888; text-decoration: underline;}',
'a {color: #888888; text-decoration: none;}',
        'a:hover {color: #888888; text-decoration: underline;}',
		'a:active {color: #888888; text-decoration: none;}'],
		 wmode: 'transparent'
});

sIFR.replace(neo_sans, {
  selector: 'h4',
css: [ '.sIFR-root { background-color: #efefef; color: #888888; text-decoration: underline;}',
'a {color: #888888; text-decoration: none;}',
        'a:hover {color: #888888; text-decoration: underline;}',
		'a:active {color: #888888; text-decoration: none;}'],
		 wmode: 'transparent'
});

sIFR.replace(neo_sans, {
  selector: 'h5',
css: [ '.sIFR-root { background-color: #efefef; color: #888888; text-decoration: underline;}',
'a {color: #888888; text-decoration: none;}',
        'a:hover {color: #888888; text-decoration: underline;}',
		'a:active {color: #888888; text-decoration: none;}'],
		 wmode: 'transparent'
});

//END OF Deklaration für Neo Sans

