$(document).ready(function() {
	$("h1").after('<div style="clear: both;" />');
	$("div#t04_template_contentarea h1, div#t04_template_contentarea * h1, div.t04_freeform_style h1, div.t04_freeform_style * h1").css({
		'float' : 'left', 
		'display' : 'inline'
	});
	$("div#t04_template_contentarea h1, div#t04_template_contentarea * h1, div.t04_freeform_style h1, div.t04_freeform_style * h1, div#t04_template_contentarea, div#t04_template_contentarea td, div#t04_template_contentarea div, div#t04_template_contentarea input, div#t04_template_contentarea select, div#t04_template_contentarea textarea, div.t04_freeform_style, div.t04_freeform_style td, div.t04_freeform_style div, div.t04_freeform_style table.template_formular td input, div.t04_freeform_style table.template_formular td select, div.t04_freeform_style table.template_formular td textarea").css({
		'font-family' : 'BasicCommercialW01-Ligh'
	});
	$("#qm0 a.menu:hover, #qm0 a.menu_selected, #qm0 a.menu").css({
		'font-family' : 'BasicCommercialW01-Ligh'
	});
});
