google.load('search', '1', {language : 'de', style : google.loader.themes.MINIMALIST});
google.setOnLoadCallback(function() {
	var customSearchControl = new google.search.CustomSearchControl(
		'010000426017437204672:jxt2cksxsvm');

	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	customSearchControl.draw('cse');
}, true);
