var RundFunkGrotesk = {
	src: (applicationPath + 'Webmasters/swf/RundFunkGrotesk.swf')
};

sIFR.debugMode = false;

sIFR.activate(RundFunkGrotesk);

sIFR.replace(RundFunkGrotesk, {
	selector: 'h2.standard',
	css:	'.sIFR-root {color: #2f7cb0; font-size: 22px; font-weight: bold; text-transform: uppercase;letter-spacing: -2;}',
	tuneHeight: '-7',
	tuneWidth: '5',
	offsetTop: '-1',
	fitExactly: true,
	wmode: 'transparent'
	}
);

sIFR.replace(RundFunkGrotesk, {
	selector: '#menu li.menu',
	css:	['.sIFR-root {display: block;width: 120px;height: 18px;color: #2f7cb0; font-size: 10px; font-weight: bold; text-transform: uppercase;letter-spacing: -1;text-align:center;}'
			, 'a {display: block;width: 120px;height: 18px;color: #2f7cb0; text-decoration: none;}'
			, 'a:hover {display: block;width: 120px;height: 18px;color: #ffffff;}'
			],
	tuneHeight: '-4',
	offsetTop: '1',
	wmode: 'transparent'
	}
);

sIFR.replace(RundFunkGrotesk, {
	selector: '#menu li.active',
	css:	['.sIFR-root {display: block;width: 120px;height: 18px;color: #ffffff; font-size: 10px; font-weight: bold; text-transform: uppercase;letter-spacing: -1;text-align:center;}'
			, 'a {display: block;width: 120px;height: 18px;color: #ffffff; text-decoration: none;}'
			, 'a:hover {display: block;width: 120px;height: 18px;color: #ffffff;}'
			],
	tuneHeight: '-4',
	offsetTop: '1',
	wmode: 'transparent'
	}
);

sIFR.replace(RundFunkGrotesk, {
	selector: '#submenu li.menu',
	css:	['.sIFR-root {display: block;width: 140px;height: 18px;color: #2f7cb0; font-size: 10px; font-weight: bold; text-transform: uppercase;letter-spacing: -1;text-align:right;}'
			, 'a {display: block;width: 140px;height: 18px;color: #2f7cb0; text-decoration: none;}'
			, 'a:hover {color: #ffffff;}'
			],
	tuneHeight: '-2',
	offsetTop: '1',
	offsetLeft: '-14',
	wmode: 'transparent'
	}
);

sIFR.replace(RundFunkGrotesk, {
	selector: '#submenu li.active',
	css:	['.sIFR-root {display: block;width: 140px;height: 18px;color: #ffffff; font-size: 10px; font-weight: bold; text-transform: uppercase;letter-spacing: -1;text-align:right;}'
			, 'a {display: block;width: 140px;height: 18px;color: #ffffff; text-decoration: none;}'
			, 'a:hover {color: #ffffff;}'
			],
	tuneHeight: '-2',
	offsetTop: '1',
	offsetLeft: '-14',
	wmode: 'transparent'
	}
);
