$(document).ready(function(){
	
	
	//hauptnav	

	 function addMega(){
        $(this).addClass("hovering");
        }
 
      function removeMega(){
        $(this).removeClass("hovering");
        }
 
    var megaConfig = {
         interval: 0,
         sensitivity: 4,
         over: addMega,
         timeout: 0,
         out: removeMega
    };
 
    $("li.mega").hoverIntent(megaConfig)
	

	$('body#start #content>div:nth-child(3)').addClass("kein_rand");
	
	$('div.col3>div:nth-child(3)').addClass("kein_rand");
	
	$('#footer>div:nth-child(3)').addClass("kein_rand");
	
	$('div.col2sp:last').addClass("none_margin");
	
	
	
	
	
});
