jQuery.noConflict();
jQuery(document).ready(function(){
    if (jQuery('.tx-comments-required-error').length) {
        jQuery('.tx-comments-comment-form form').show();
    } else {
        jQuery('.tx-comments-comment-form form').hide();
    }
    jQuery('.tx-comments-comment-form h4').click(function() {
		jQuery('.tx-comments-comment-form form').slideToggle('slow');
	});

    if (jQuery('#check_uid155_0').is(':checked')) {
        jQuery('#tx-powermail-pi1_fieldset_8').show();
    } else {
        jQuery('#tx-powermail-pi1_fieldset_8').hide();
    }
    jQuery('#check_uid155_0').click(function() {
        jQuery('#tx-powermail-pi1_fieldset_8').slideToggle('fast');
    });

    if (jQuery('#address_shipping_uid155_0').val()) {
        jQuery('.address_shipping').show();
    } else {
        jQuery('.address_shipping').hide();
    }

    jQuery('a.rzcolorbox-iframe').colorbox({width:"730",height:"500",href:"warenkorb/agb div#content"});

	jQuery('.rgaccord1-nest').accordion( {
		header: "h6",
		alwaysOpen: false,
		active: "rgaccord1-content",
		selectedClass: 'act'
	});
});