/*=:project
    scalable Inman Flash Replacement (sIFR) version 3, revision 278

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

var universbold = { src: '/fileadmin/templates/swf/universBold.swf' };

sIFR.delayCSS  = true;
sIFR.activate(universbold);
sIFR.replace(universbold, {
    selector: 'h1',
    wmode: 'transparent'
    ,css: [
    '.sIFR-root { color: #ffffff; font-size:18px;}'
    ]
});

sIFR.replace(universbold, {
  selector: '#nav_main_left ul span',
  wmode: 'transparent'
  ,css: [
  '.sIFR-root { color: #ffffff; font-size:14px; }'
  ,'a { color: #ffffff; text-decoration: none; }'
  ,'a:hover { color: #2D4EA5 }' 
  ]
});

