// JavaScript Document
$.noConflict();


(function($){
    
	$(window).load(function () {
	
	

	
	});
	

	//resize the image on brower load
	$(document).ready(function() {
	
	
	try{	
	 $("#logo_top").delay(500).animate({"top": "0px"}, 1000, function(){$("#b2011").fadeIn(2000, function() {$("#baufachtagung_title").fadeIn(2000, function() {$("#baufachtagung_claim").animate({"width":"512px"},1000)})})});
	}catch(err){
    $.noop();
    }
		

});
								 
})(jQuery);
