var centurygothic = {
  src: '/centurygothic.swf'
  ,ratios: [8, 1.42, 11, 1.38, 17, 1.32, 21, 1.3, 23, 1.27, 30, 1.28, 44, 1.26, 61, 1.25, 62, 1.24, 63, 1.25, 66, 1.24, 67, 1.25, 70, 1.24, 71, 1.25, 101, 1.24, 102, 1.23, 114, 1.24, 115, 1.23, 118, 1.24, 119, 1.23, 122, 1.24, 124, 1.23, 1.24]
};

/* sIFR.useStyleCheck = true; */
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
    selector: 'h1.schule'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h1.schulprogramm'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h1.termine'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h1.kinderseiten'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h1.foerderverein'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });

sIFR.replace(centurygothic, {
    selector: 'h1.kontakt'
    ,css: {
      '.sIFR-root': { 'color': '#999999'  }
    }
	,wmode: 'transparent'
  });

sIFR.replace(centurygothic, {
    selector: 'h1.impressum'
    ,css: {
      '.sIFR-root': { 'color': '#999999'  }
    }
	,wmode: 'transparent'
  });

sIFR.replace(centurygothic, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#000000'  }
    }
	,wmode: 'transparent'
  });

sIFR.replace(centurygothic, {
    selector: 'h2.schule'
    ,css: {
      '.sIFR-root': { 'color': '#f29400' }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h2.schulprogramm'
    ,css: {
      '.sIFR-root': { 'color': '#fdcb33' }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h2.termine'
    ,css: {
      '.sIFR-root': { 'color': '#fcea0d' }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h2.kinderseiten'
    ,css: {
      '.sIFR-root': { 'color': '#dfdb00' }
    }
	,wmode: 'transparent'
  });
  
sIFR.replace(centurygothic, {
    selector: 'h2.foerderverein'
    ,css: {
      '.sIFR-root': { 'color': '#b6ca00' }
    }
  });
  
sIFR.replace(centurygothic, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#666666' }
    }
	,wmode: 'transparent'
  });

sIFR.replace(centurygothic, {
    selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#666666' }
    }
	,tuneHeight:'-3'
  });

 
/*
sIFR.debug.ratios(centurygothic, { selector: 'h3'});
*/

