var showHideProfilActual=false;

function showHideProfil(ele){	
	if(ele!=showHideProfilActual){
		$(".overview").fadeOut("slow");
		$("#"+ele).fadeIn("slow");		
		showHideProfilActual=ele;
	}	
}

$(document).ready(function(){
	$(".overview").hide();
	$(".overview").css("clear","left");
	$(".overview").css("position","absolute");
	$(".overview h3").css("color","#005294");
	
	$("#stahlprofilsysteme_gebohrt").css("left","241px");
	$("#stahlprofilsysteme_gebohrt").css("top","1009px");
	
	$("#stahlprofilsysteme_schnell-angebaut").css("left","300px");
	$("#stahlprofilsysteme_schnell-angebaut").css("top","1124px");
	
	$("#stahlprofilsysteme_sicher-abgeschirmt").css("left","353px");
	$("#stahlprofilsysteme_sicher-abgeschirmt").css("top","1187px");
	
	$("#stahlprofilsysteme_rund-rechteckig").css("left","246px");
	$("#stahlprofilsysteme_rund-rechteckig").css("top","1146px");
	
	$("#stahlprofilsysteme_fest-verankert").css("left","333px");
	$("#stahlprofilsysteme_fest-verankert").css("top","1315px");
	
	$("#stahlprofilsysteme_flexibel").css("left","464px");
	$("#stahlprofilsysteme_flexibel").css("top","1156px");
	
	$("#stahlprofilsysteme_stabil").css("left","556px");
	$("#stahlprofilsysteme_stabil").css("top","1090px");
	
	$("#stahlprofilsysteme_drehbar").css("left","393px");
	$("#stahlprofilsysteme_drehbar").css("top","941px");
});
