$(document).ready(function() {

	$("a.imprint").click(function(){
			$("#impressum").show();
		});

});
