// FONTEFFECT PREIS //
jQuery('.preis').FontEffect({ 
  outline:true
, outlineColor1: "#C401D6"
, outlineWeight: 2 
, shadow : true
, shadowColor : "#cccccc"
, shadowOffsetTop : 3
, shadowOffsetLeft: 3
, shadowBlur : 3
})




//jQuery(".button").click(function() {
//        var jQuerybutton = jQuery(this);
//        var oldValue = jQuerybutton.parent().find("input").val();
    
//        if (jQuerybutton.text() == "+") {
//    	  var newVal = parseFloat(oldValue) + 1;
    	  // AJAX save would go here
//    	} else {
    	  // Don't allow decrementing below zero
//    	  if (oldValue >= 1) {
//    	      var newVal = parseFloat(oldValue) - 1;
    	      // AJAX save would go here
//    	  }
//    	}
//    	jQuerybutton.parent().find("input").val(newVal);
//    });









// ALLE FARBEN ZEIGEN //
//jQuery("#allefarben_button").click(function(){
					
//		});









/* SIFR */

//jQuery(function() {
//jQuery(".vertnav-cat").click(
//         function(){
//window.location=jQuery(this).find("a").attr("href"); return false;
//	});

//jQuery(".inactive .vertnav-cat").hover(
//          function(){
//	   jQuery(this).css("background","#9c9c9c");
//	   jQuery(this).css("color","#005697");
//	  },
//         function(){
//          jQuery(this).css("background","");
//	   jQuery(this).css("color","");
//         });




//jQuery(".level1 .vertnav-cat").hover(
//          function(){
//	   jQuery(this).css("background","#333333");
//	  },
  //       function(){
    //      jQuery(this).css("background","");
      //   });





//jQuery(".FarbeKurzClass").hover(
//          function(){
//	   jQuery(this).css("border-color","#9c9c9c");
//	  },
//         function(){
//          jQuery(this).css("border-color","#ffffff");
//         });



//jQuery(".product-details .product-name").each(function(){
//			jQuery(this).html(jQuery(this).text().replace('(R', '<br /><span class="productnameduenn">(R'));		
//		});







/* FONTEFFECT PREIS */
//jQuery('.preis').FontEffect({ 
//  outline:true
//, outlineColor1: "#C401D6"
//, outlineWeight: 2 
//, shadow : true
//, shadowColor : "#cccccc"
//, shadowOffsetTop : 3
//, shadowOffsetLeft: 3
//, shadowBlur : 3
//})
//});

