/*
 * sIFR
 */
var vagrounded = {
    src: '/fileadmin/fonts/vagrounded.swf'
    ,ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 80, 1.23, 81, 1.22, 82, 1.23, 85, 1.22, 86, 1.23, 1.22]
  };
  
sIFR.activate(vagrounded);

sIFR.replace(vagrounded, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { color: #b8292f; }'
      ,'a { color: #b8292f; text-decoration: none; }'
      ,'a:link { color: #b8292f; }'
      ,'a:hover { color: #b8292f; }'
    ]
  });
  
sIFR.replace(vagrounded, {
    selector: '#content h2'
    ,css: [
      '.sIFR-root { color: #b8292f; }'
      ,'a { color: #b8292f; text-decoration: none; }'
      ,'a:link { color: #b8292f; }'
      ,'a:hover { color: #b8292f; }'
    ]
  });
