cst_book_controller.prototype.controller_init_custom = function( ) {
	jQuery( document ).ready( this.dom_ready.bind( this ) );
}

cst_book_controller.prototype.dom_ready = function( ) {
	//if (this.booking_mode != voucher){
		pr_content_right_flush();
		pr_content_right_place( this.info_cart.display_element );
	//}
}

function pr_content_right_flush( ) {
	var div_boxes = document.getElementById( 'booking-replace' );
}

function pr_content_right_place( element ) {
	var div_target = document.getElementById( 'booking-replace' );
	if( div_target ) div_target.appendChild( element );
}

cst_book_step_40.prototype.step_registering_done_custom = function( ) {
this.cb_add( function() {
var $label = jQuery( 'label.cst-book-form-40-agb-text', this.display_element );
$label.append( '<br /><br /><div class="agb-info">'+ this.step.controller.i18n.i18n_get( 'hotel_walliserhof', 'payment_info' ));
}, 'form_show', '62' );
}
