$(document).ready(function() {
	$('#navigation_service_bottom').html($('.navigation_service').html());
	$('.navigation_service > .navService > li').css({'border' : 'none', 'padding' : '0px'});
	$('.navigation_service > .navService > li:last').css({'margin' : '0px'});	
	$('.box_navigation_headline').html($('.on').parent().html());
	$('#searchterm').bind("click", function() {
		$(this).val('');
	});
});