$(document).ready(function(){
	/*
	if($('.tx-evakeyvisual-pi2').length){
		var topmargin = $('.tx-evakeyvisual-pi2').height();
		alert(topmargin);
		$('.tx-evamenus-pi1 .submenu-headline-wrap').css({
			opacity: 0.2
		});
	}
	*/
	
	/*
	$('.typelink').live('click',function(){			
					
		$('.typecontainer').animate({opacity: 0.2},100);
		var typeid = $(this).attr('rel');	  	  				
		var data = 'eID=promedis_ajax&action=switchType&typeid=' + typeid;			  
	  $.ajax({
			url: "index.php",			
			type: "GET",
			data: data,
			success: function(resp) {								
				$('.typecontainer').html(resp);
				$('.typecontainer').animate({opacity: 1.0},100);				
			}
		});
	});
	*/
});
