// JavaScript Document
function fadeOut() {	
	$('border_unternehmen').fade({ duration: 1, from: 0.2, to: 0.01 }); 
	$('border_studenten').fade({ duration: 1, from: 0.2, to: 0.01 }); 
	$('border_mitglieder').fade({ duration: 1, from: 0.2, to: 0.01 }); 
	return false;
}