var dinlight = {
	src: '/swf/din-light.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(dinlight);

/* ------- Standard Page Title */
sIFR.replace(dinlight, {
	selector: 'h1.projecttitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; font-size: 18px; height: 18px; text-transform: uppercase; }'
	]
});


/* ------- Home page */
sIFR.replace(dinlight, {
	selector: 'p.quoteby'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color:#ffffff; font-size: 9px; height: 9px; text-transform: uppercase; text-align: right;}'
	]
});

/* ------- Home page */
sIFR.replace(dinlight, {
	selector: 'h2.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color:#ffffff; font-size: 18px; height: 18px; text-transform: uppercase; }'
	]
});

/* ------- Home page */
sIFR.replace(dinlight, {
	selector: '.teaserbox'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color:#ffffff; font-size: 47px; height: 37px; line-height:normal;}'
	]
});

/* ------- About > timeline */
sIFR.replace(dinlight, {
	selector: '.backtohp h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color:#ffffff; font-size: 18px; height: 18px;line-height:18px; }'
	]
});

/* ------- About > timeline */
sIFR.replace(dinlight, {
	selector: '.backtohp h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color:#ffffff; font-size: 13px; height: 18px; line-height:18px; }'
	]
});







