var vagroundedstd = { src: 'flash/vagroundedstd.swf' };
var vagroundedbt = { src: 'flash/vagroundedbt.swf' };

sIFR.activate(vagroundedstd, vagroundedbt);

sIFR.replace(vagroundedstd, {
  selector: 'h1',
  css: '.sIFR-root { font-size: 24px; color: #f7941e; }',
  wmode: 'transparent'
});

sIFR.replace(vagroundedstd, {
  selector: 'h2',
  css: '.sIFR-root { font-size: 24px; color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(vagroundedstd, {
    selector: 'h3',
    css: '.sIFR-root { font-size: 18px; color: #f7941e; text-align: center;}',
    wmode: 'transparent'
});

sIFR.replace(vagroundedstd, {
    selector: 'h4',
    css: '.sIFR-root { font-size: 18px; color: #f7941e;}',
    wmode: 'transparent'
});

sIFR.replace(vagroundedbt, {
  selector: '.header_btn',
  css: [
  '.sIFR-root { font-size: 11px; color: #666666; }',
  'a { text-decoration: none; }',
  'a:link { color: #666666; }',
  'a:hover { color: #bdd20b; }'
  ],
  wmode: 'transparent',
  forceSingleLine: true
});

sIFR.replace(vagroundedbt, {
  selector: '#navigoatfor_txt',
  css: '.sIFR-root { font-size: 14px; color: #333333; padding:0px; }',
  wmode: 'transparent',
  forceSingleLine: true
});

sIFR.replace(vagroundedbt, {
  selector: '#navigoatfor_txt2',
  css: '.sIFR-root { font-size: 14px; color: #333333; }',
  wmode: 'transparent',
  forceSingleLine: true
});

sIFR.replace(vagroundedstd, {
  selector: '.title1',
  css: '.sIFR-root { font-size: 26px; color: #333333; }',
  wmode: 'transparent',
  forceSingleLine: true
});

/*
sIFR.replace(vagroundedstd, {
    selector: '.bestellenbtn_txt_big', 
    css: '.sIFR-root { font-size: 19px; color: #ffffff; cursor:pointer; z-index:-1; }',
    wmode: 'transparent', 
    forceSingleLine: true
});
*/

sIFR.replace(vagroundedstd, {
  selector: '.title2',
  css: '.sIFR-root { font-size: 18px; color: #f7941e; }',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight: 3
});

sIFR.replace(vagroundedstd, {
  selector: '.content_goatfarm_toptxt',
  css: '.sIFR-root { font-size: 23px; color: #ffffff; line-height: 0.7em; }',
  wmode: 'transparent',
  filters: {
    DropShadow: {
      distance: 1,
      color: '#707070',
      strength: 1
    }
  }
});

sIFR.replace(vagroundedbt, {
  selector: '.step_number',
  css: '.sIFR-root { font-size: 14px; color: #d9d9d9; }',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight: -8
});

sIFR.replace(vagroundedbt, {
  selector: '.step_name',
  css: '.sIFR-root { font-size: 14px; color: #979797; }',
  wmode: 'transparent',
  forceSingleLine: true
});

sIFR.replace(vagroundedbt, {
  selector: '.activestep_number',
  css: '.sIFR-root { font-size: 14px; color: #bdd20b; }',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight: -8
});

sIFR.replace(vagroundedbt, {
  selector: '.activestep_name',
  css: '.sIFR-root { font-size: 14px; color: #333333; }',
  wmode: 'transparent',
  forceSingleLine: true
});


sIFR.replace(vagroundedbt, {
  selector: '.footer_btn',
  css: [
  '.sIFR-root { font-size: 10px; color: #666666; cursor: pointer; }',
  'a { text-decoration: none; }',
  'a:link { color: #666666; }',
  'a:hover { color: #666666; }'
  ],
  wmode: 'transparent',
  forceSingleLine: true,
  tuneWidth: 1
});