
var syntax = {
  src: 'the/js/myriadpro.swf'
};

var syntaxbold = {
  src: 'the/js/myriadprobold.swf'
};

sIFR.useStyleCheck = true;
sIFR.useDomLoaded = true;


sIFR.repaintOnResize = true;
sIFR.forceClear = true;
sIFR.forceWidth = true;


sIFR.activate(syntax);
sIFR.activate(syntaxbold);

/*
sIFR.debug.ratios(corpos_reg, {
  selector: 'h2'
});
*/

sIFR.replace(syntaxbold, {
  selector: 'h1.repertoire_headline'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { font-size: 30px; line-height: 40px; color: #000000; font-weight: normal; }'
  ]
  ,opaque: 'true'

});

/*Reihenfolge ist wichtig: "h1.repertoire_headline" vor "h1"*/

sIFR.replace(syntaxbold, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { font-size: 20px; line-height: 40px; color: #000000; font-weight: normal; }'
      ,'a:link { color: #000000; text-decoration: none;}'
      ,'a:visited { color: #000000; text-decoration: none;}'
      ,'a:hover { color: #4C4540;text-decoration: none;}'      
  ]
  ,opaque: 'true'

});

sIFR.replace(syntaxbold, {
  selector: '.hotline'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {color: #4C4540; letter-spacing: 0.1; font-weight: normal;font-size: 13px;}'
  ]
  ,opaque: 'true'

});


sIFR.replace(syntax, {
  selector: '.main_nav_element'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #4C4540;letter-spacing: 1.2;text-align: center; font-size: 13px; font-weight: normal;height: 50px;}'
      ,'a:link { color: #4C4540; text-decoration: none;}'
      ,'a:visited { color: #4C4540; text-decoration: none;}'
      ,'a:hover { color: #000000;text-decoration: none;}'
  ]
  ,opaque: 'true'

});

sIFR.replace(syntaxbold, {
  selector: '.main_nav_element_active'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #000000; letter-spacing: 1.2; text-align: center; height: 50px; font-size: 13px;font-weight: normal;}'
      ,'a:link { color: #000000; text-decoration: none;}'
      ,'a:visited { color: #000000; text-decoration: none;}'
      ,'a:hover { color: #4C4540;text-decoration: none;}'
  ]
  ,opaque: 'true'

});

/**
sIFR.replace(syntax, {
  selector: '.sifr_sub_nav'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #4C4540;letter-spacing: 1.2;font-size: 13px; font-weight: normal;}'
      ,'a:link { color: #4C4540; text-decoration: none;}'
      ,'a:visited { color: #4C4540; text-decoration: none;}'
      ,'a:hover { color: #000000;text-decoration: none;}' 
   
  ]
  ,opaque: 'true'

});

sIFR.replace(syntaxbold, {
  selector: '.sifr_sub_nav_now'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #000000;letter-spacing: 1.2;font-size: 13px; font-weight: normal;}'     
  ]
  ,opaque: 'true'

});
*/

sIFR.replace(syntax, {
  selector: '.detail_nav_element'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #D2D0CF;letter-spacing: 1.2;text-align: center; font-size: 12px; font-weight: normal;height: 50px;font-size: 12px;}'
      ,'a:link { color: #4C4540; text-decoration: none;}'
      ,'a:visited { color: #4C4540; text-decoration: none;}'
      ,'a:hover { color: #000000;text-decoration: none;}'
  ]
  ,opaque: 'true'

});

sIFR.replace(syntaxbold, {
  selector: '.detail_nav_element_active'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #000000; letter-spacing: 1.2; text-align: center;font-size: 12px;}'
      ,'a:link { color: #000000; text-decoration: none;}'
      ,'a:visited { color: #000000; text-decoration: none;}'
      ,'a:hover { color: #4C4540;text-decoration: none;}'
  ]
  ,opaque: 'true'

});

sIFR.replace(syntax, {
  selector: '.detail_nav_element_short'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #D2D0CF;letter-spacing: 1.2;text-align: center; font-size: 12px; font-weight: normal;height: 50px;font-size: 12px;}'
      ,'a:link { color: #4C4540; text-decoration: none;}'
      ,'a:visited { color: #4C4540; text-decoration: none;}'
      ,'a:hover { color: #000000;text-decoration: none;}'
  ]
  ,opaque: 'true'

});

sIFR.replace(syntaxbold, {
  selector: '.detail_nav_element_short_active'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #000000; letter-spacing: 1.2; height: 50px; text-align: center;font-size: 12px;}'
      ,'a:link { color: #000000; text-decoration: none;}'
      ,'a:visited { color: #000000; text-decoration: none;}'
      ,'a:hover { color: #4C4540;text-decoration: none;}'
  ]
  ,opaque: 'true'

});





