jQuery(document).ready(function(){

	
	jQuery('ul.sf-menu').supersubs({ 
	  minWidth:    8,   
	  maxWidth:    27,   
	  extraWidth:  1     
  }).superfish({ 
	    delay:       200,
	    animation:   {height:'show'},
	    speed:       500,
	    autoArrows:  false,
	    dropShadows: false    
	});
	var w = $('#platzierer').width();
	if(w > 500){
		$('p.bodytext').css({
			'width'	: '500px'
		});
	}

});	
	





