$(document).ready(function() {
	
	$('div.rahmen_kategorie_con a[href][title]').qtip({
		content:{
					text:false
	      		},
				position:{target:'mouse'}
	});

	if ( $(".nav >ul li").length > 0 ) {
		$(".nav li:last .linie").remove();
	}

	if ( $(".rahmen.top_angebote").length > 0 ) {
		$(".rahmen.top_angebote ul li:first-child").css("background-image", "none");
		$(".rahmen.top_angebote ul li:first-child").css("margin", "0px");
		$(".rahmen.top_angebote ul li:first-child").css("padding", "0px");
	}	
});
