// JavaScript Document

sIFR.replace(helvetica35, { // Headline im Blog
  selector: 'h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size: 39px; color: #337820; }'
	
  ]
});
	 
	 
sIFR.replace(helvetica35, { //Headline B2B
  selector: '.b2b_hdl',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size: 39px; color: #721110; }'
	
  ]
});

 sIFR.replace(helvetica85, { //Headline für Beiträge im Blog
  selector: 'h2',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 15px; }'
	,'a { text-decoration: none; color: #428032}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: none; color: #35a332  }'
  ]
});

 sIFR.replace(helvetica45, { // Headline für Bereiche im Blog
  selector: 'h3',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 19px; color: #7a7a7a;}'
	,'a { text-decoration: none; color: #7a7a7a}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #7a7a7a  }'
  ]
});

 sIFR.replace(helvetica45, { // Registrierung und Anmeldung
  selector: 'h4',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 19px; color: #337820;}'
	,'a { text-decoration: none; color: #337820}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
 
sIFR.replace(helvetica45, { // Login für B2B
  selector: '.h4_b2b',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root {  font-size: 19px; color: #721110;}'
	,'a { text-decoration: none; color: #721110}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #721110  }'
  ]
});
 
  sIFR.replace(helvetica85, {
  selector: 'h5',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 15px; }'
	,'a { text-decoration: none; color: #337820}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
  
 sIFR.replace(helvetica85, { // Standard Content Headline
  selector: 'h6',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 14px; color: #337820;}'
	,'a { text-decoration: none; color: #337820}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
 
sIFR.replace(helvetica85, {
  selector: 'h7',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-transform:uppercase;  font-size: 14px; color: #721110;}'
	,'a { text-decoration: none; color: #337820}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
 
sIFR.replace(helvetica45, { // Headlines im Forum
  selector: '#wp-forum .formHdl',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size: 19px; color: #337820;}'
	,'a { text-decoration: none; color: #337820}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
	 
sIFR.replace(helvetica35, { // Headlines im Gewinnspiel
  selector: '#hm_gewinnspiel .hdl',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size: 22px; color: #007909;}'
	,'a { text-decoration: none; color: #007909}'
	,'a:link { text-decoration: none; }'
	,'a:hover { text-decoration: underline; color: #337820  }'
  ]
});
	 