jQuery(document).ready(function(){


	
	
jQuery(".faq_content td:first-child").addClass("td_width");

jQuery(".contact_data td:first-child").addClass("td_width");
jQuery(".info td:first-child").addClass("td_width144");
jQuery(".support_content td:first-child").addClass("td_width144");

jQuery(".technik_content tr tr:even").addClass("odd");
jQuery(".technik_content tr tr:last-child").addClass("last_child");

jQuery(".nav_about_us").hover(
	function(){
		jQuery(this).addClass("active_subnav");
		jQuery(".slider_nav").slideDown('fast')
		
	},
	function(){
		jQuery(".slider_nav").slideUp('fast');
		jQuery(this).removeClass("active_subnav");
	}
	)


	jQuery(".why_teaser_6 table tr:even").addClass("even");
	jQuery("table.benchmark_table tbody tr:even").addClass("even");
	
	
});




