jQuery.noConflict();

jQuery(document).ready(function() {
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({
			sSelector: 'body h2, table thead th.first strong, div.title',
			sFlashSrc: '/fileadmin/templates/flash/eurostile.swf',
			sColor: '#0071bd',
			sWmode:  'transparent'
		}));
	}
});

function resizeContentHeight() {
	jQuery('#content').height(jQuery('#pageWrapperBg').outerHeight()-jQuery('#footer').outerHeight()-jQuery('#headline').outerHeight()-40);
}

jQuery(window).load(function () {
	resizeContentHeight();
});

jQuery(window).resize(function() {
	resizeContentHeight();
});
