


window.addEvent('domready', function() {


	//anfrage /  buchen

	//document.getElementById('hiddenAB').value = document.getElementById('txtchkout').value;document.getElementById('hiddenAN').value = document.getElementById('txtchkin').value;document.schnellanfrage.submit();
	/*
	$('QueryForm').addEvent('submit',function(event){
		event.preventDefault();
		alert("hallo");
	});
	*/
	
	
	

	
	
	
	//SERVICENAVI
	
	//create our Accordion instance
	var myAccordion2 = new Accordion($('servicenavigation_outer'), 'div.servicenavi_toggler', 'div.servicenavi_element', {
		start:'all-closed',
		opacity: false,
		duration: 200,
		alwaysHide: true,
		onActive: function(toggler, element){
			toggler.getParent().setStyle("height", "auto");
			element.setStyle('margin-bottom','10px');
			element.setStyle('border-bottom','1px solid #e3e3e3');
			element.setStyle('padding-bottom','30px');
			toggler.setStyle('border-bottom','0px solid #e3e3e3');
		},
		onBackground: function(toggler, element){
			element.setStyle('height',element.offsetHeight);
			element.setStyle('margin-bottom','0px');
			element.setStyle('border-bottom','0px solid #e3e3e3');
			element.setStyle('padding-bottom','0px');
			toggler.setStyle('border-bottom','1px solid #e3e3e3');
		}
	});

	
});
	







