
var interstate = {
  src: '/fileadmin/templates/js/interstate.swf',
  ratios: [8, 1.3, 9, 1.22, 10, 1.25, 11, 1.22, 12, 1.2, 18, 1.19, 21, 1.15, 22, 1.16, 30, 1.15, 40, 1.14, 52, 1.13, 53, 1.12, 57, 1.13, 58, 1.12, 59, 1.13, 95, 1.12, 96, 1.11, 100, 1.12, 101, 1.11, 102, 1.12, 106, 1.11, 108, 1.12, 116, 1.11, 117, 1.12, 1.11]  
};

sIFR.useStyleCheck = true;
sIFR.activate(interstate);

sIFR.replace(interstate, {
  selector: '#main h1',
  css: [
    '.sIFR-root { color: #649c35; }',
    'a { color: #649c35; text-decoration: none; }',
    'a:link { color: #649c35; }',
    'a:hover { color: #f5851f; }'
  ]
});

sIFR.replace(interstate, {
  selector: '#main h2',
  css: [
    '.sIFR-root { color: #649c35; }',
    'a { color: #649c35; text-decoration: none; }',
    'a:link { color: #649c35; }',
    'a:hover { color: #f5851f; }'
  ]
});

sIFR.replace(interstate, {
  selector: '#main .green_box h3',
  css: [
    '.sIFR-root { color: #ffffff; }',
    'a { color: #ffffff; text-decoration: none; }',
    'a:link { color: #ffffff; }',
    'a:hover { color: #f5851f; }'
  ],
  fitExactly: true,
  transparent: true
});

sIFR.replace(interstate, {
  selector: '#main .organic h3',
  css: [
    '.sIFR-root { color: #075631; }',
    'a { color: #075631; text-decoration: none; }',
    'a:link { color: #075631; }',
    'a:hover { color: #f5851f; }'
  ],
  fitExactly: true,
  transparent: true
});

sIFR.replace(interstate, {
  selector: '#main h3',
  css: [
    '.sIFR-root { color: #649c35; }',
    'a { color: #649c35; text-decoration: none; }',
    'a:link { color: #649c35; }',
    'a:hover { color: #f5851f; }'
  ],
  fitExactly: true,
  transparent: true
});

sIFR.replace(interstate, {
  selector: '#header ul li.normal',
  css: [
    '.sIFR-root { color: #649c35; }',
    'a { color: #649c35; text-decoration: none;  line-height: 24px;}',
    'a:link { color: #649c35; }',
    'a:hover { color: #f5851f; }'
  ],
  fitExactly: true
});

sIFR.replace(interstate, {
  selector: '#header ul li.current',
  css: [
    '.sIFR-root { color: #f5851f; }',
    'a { color: #f5851f; text-decoration: none;  line-height: 24px;}',
    'a:link { color: #f5851f; }',
    'a:hover { color: #f5851f; }'
  ],
  fitExactly: true
});

