$(document).ready(function(){
	
if ( $(".slider_default").length > 0 ) {

$('.YMslider').YMslider({
	init:1,
	anim:0.5,
	pause:6,
	keyboard:false,
	controls:'after',
	spacer:' | '
	
});

}
	   


// E-Mail 
$(function()	{
		$(".spammm").yasp();
				});



// Mindesthöhe
/*wert = $("#inhalt_con").height();

if (wert < 360 && $("form").length == 0)
{
$("#inhalt_con").height("360px");
}*/


$("#nav ul li:last-child").css("border-right", "0px");

if ( $("#nav_sub").length > 0 ) {
$("#nav_sub ul li:last-child").css("background", "none");
}

});
