 $(document).ready(function(){
    
    $(".inhalt_rechts p, .inhalt_rechts div").children('a').each(function() {
		if (this.parentNode.firstChild.nodeType==1) {
			$(this).css("background", "url(/images/pfeil_master.gif)  0 5px no-repeat")
			$(this).css("padding", "0 0 0 10px");
		}
	});
});
