$(document).ready(function() {

$("#telo").show("slide", { direction: "up" }, 800 );

//	effect("#parapet", "explode", );
//$("#parapet").show("highlight", {  }, 2000 );
//$("#b_aktuality").hover( function () { $(this).animate({"left": "+=550px"}, 1) } );
$("a").hover(function(){ $(this).fadeOut(100); $(this).fadeIn(500);});

	
});
