Gastgeber aus Leidenschaft
Deutsch
Deutsch
English
Español
Française
Hrvatski
Italiano
Português
中文
Pусский
हिंदी
Home
/* * SimpleModal 1.4.2 - jQuery Plugin * http://simplemodal.com/ * Copyright (c) 2011 Eric Martin * Licensed under MIT and GPL * Date: Sat, Dec 17 2011 14:35:42 -0800 */ (function(b){"function"===typeof define&&define.amd?define(["jquery"],b):b(jQuery)})(function(b){var j=[],k=b(document),l=b.browser.msie&&6===parseInt(b.browser.version)&&"object"!==typeof window.XMLHttpRequest,n=b.browser.msie&&7===parseInt(b.browser.version),m=null,h=b(window),i=[];b.modal=function(a,d){return b.modal.impl.init(a,d)};b.modal.close=function(){b.modal.impl.close()};b.modal.focus=function(a){b.modal.impl.focus(a)};b.modal.setContainerDimensions=function(){b.modal.impl.setContainerDimensions()}; b.modal.setPosition=function(){b.modal.impl.setPosition()};b.modal.update=function(a,d){b.modal.impl.update(a,d)};b.fn.modal=function(a){return b.modal.impl.init(this,a)};b.modal.defaults={appendTo:"body",focus:!0,opacity:50,overlayId:"simplemodal-overlay",overlayCss:{},containerId:"simplemodal-container",containerCss:{},dataId:"simplemodal-data",dataCss:{},minHeight:null,minWidth:null,maxHeight:null,maxWidth:null,autoResize:!1,autoPosition:!0,zIndex:1E3,close:!0,closeHTML:'
', closeClass:"simplemodal-close",escClose:!0,overlayClose:!1,fixed:!0,position:null,persist:!1,modal:!0,onOpen:null,onShow:null,onClose:null};b.modal.impl={d:{},init:function(a,d){if(this.d.data)return!1;m=b.browser.msie&&!b.boxModel;this.o=b.extend({},b.modal.defaults,d);this.zIndex=this.o.zIndex;this.occb=!1;if("object"===typeof a){if(a=a instanceof jQuery?a:b(a),this.d.placeholder=!1,0
").attr("id","simplemodal-placeholder").css({display:"none"})), this.d.placeholder=!0,this.display=a.css("display"),!this.o.persist))this.d.orig=a.clone(!0)}else if("string"===typeof a||"number"===typeof a)a=b("
").html(a);else return alert("SimpleModal Error: Unsupported data type: "+typeof a),this;this.create(a);this.open();b.isFunction(this.o.onShow)&&this.o.onShow.apply(this,[this.d]);return this},create:function(a){this.getDimensions();if(this.o.modal&&l)this.d.iframe=b('
').css(b.extend(this.o.iframeCss, {display:"none",opacity:0,position:"fixed",height:i[0],width:i[1],zIndex:this.o.zIndex,top:0,left:0})).appendTo(this.o.appendTo);this.d.overlay=b("
").attr("id",this.o.overlayId).addClass("simplemodal-overlay").css(b.extend(this.o.overlayCss,{display:"none",opacity:this.o.opacity/100,height:this.o.modal?j[0]:0,width:this.o.modal?j[1]:0,position:"fixed",left:0,top:0,zIndex:this.o.zIndex+1})).appendTo(this.o.appendTo);this.d.container=b("
").attr("id",this.o.containerId).addClass("simplemodal-container").css(b.extend({position:this.o.fixed? "fixed":"absolute"},this.o.containerCss,{display:"none",zIndex:this.o.zIndex+2})).append(this.o.close&&this.o.closeHTML?b(this.o.closeHTML).addClass(this.o.closeClass):"").appendTo(this.o.appendTo);this.d.wrap=b("
").attr("tabIndex",-1).addClass("simplemodal-wrap").css({height:"100%",outline:0,width:"100%"}).appendTo(this.d.container);this.d.data=a.attr("id",a.attr("id")||this.o.dataId).addClass("simplemodal-data").css(b.extend(this.o.dataCss,{display:"none"})).appendTo("body");this.setContainerDimensions(); this.d.data.appendTo(this.d.wrap);(l||m)&&this.fixIE()},bindEvents:function(){var a=this;b("."+a.o.closeClass).bind("click.simplemodal",function(b){b.preventDefault();a.close()});a.o.modal&&a.o.close&&a.o.overlayClose&&a.d.overlay.bind("click.simplemodal",function(b){b.preventDefault();a.close()});k.bind("keydown.simplemodal",function(b){a.o.modal&&9===b.keyCode?a.watchTab(b):a.o.close&&a.o.escClose&&27===b.keyCode&&(b.preventDefault(),a.close())});h.bind("resize.simplemodal orientationchange.simplemodal", function(){a.getDimensions();a.o.autoResize?a.setContainerDimensions():a.o.autoPosition&&a.setPosition();l||m?a.fixIE():a.o.modal&&(a.d.iframe&&a.d.iframe.css({height:i[0],width:i[1]}),a.d.overlay.css({height:j[0],width:j[1]}))})},unbindEvents:function(){b("."+this.o.closeClass).unbind("click.simplemodal");k.unbind("keydown.simplemodal");h.unbind(".simplemodal");this.d.overlay.unbind("click.simplemodal")},fixIE:function(){var a=this.o.position;b.each([this.d.iframe||null,!this.o.modal?null:this.d.overlay, "fixed"===this.d.container.css("position")?this.d.container:null],function(b,f){if(f){var g=f[0].style;g.position="absolute";if(2>b)g.removeExpression("height"),g.removeExpression("width"),g.setExpression("height",'document.body.scrollHeight > document.body.clientHeight ? document.body.scrollHeight : document.body.clientHeight + "px"'),g.setExpression("width",'document.body.scrollWidth > document.body.clientWidth ? document.body.scrollWidth : document.body.clientWidth + "px"');else{var c,e;a&&a.constructor=== Array?(c=a[0]?"number"===typeof a[0]?a[0].toString():a[0].replace(/px/,""):f.css("top").replace(/px/,""),c=-1===c.indexOf("%")?c+' + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"':parseInt(c.replace(/%/,""))+' * ((document.documentElement.clientHeight || document.body.clientHeight) / 100) + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"',a[1]&&(e="number"===typeof a[1]? a[1].toString():a[1].replace(/px/,""),e=-1===e.indexOf("%")?e+' + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"':parseInt(e.replace(/%/,""))+' * ((document.documentElement.clientWidth || document.body.clientWidth) / 100) + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"')):(c='(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"', e='(document.documentElement.clientWidth || document.body.clientWidth) / 2 - (this.offsetWidth / 2) + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"');g.removeExpression("top");g.removeExpression("left");g.setExpression("top",c);g.setExpression("left",e)}}})},focus:function(a){var d=this,a=a&&-1!==b.inArray(a,["first","last"])?a:"first",f=b(":input:enabled:visible:"+a,d.d.wrap);setTimeout(function(){0
b.fn.jquery||b.browser.opera&&"9.5">b.browser.version&&"1.2.6"
c?c:d
c?c:this.o.minHeight&& "auto"!==h&&f
e?e:a
e?e:this.o.minWidth&&"auto"!==c&&g
d||g>a?"auto":"visible"});this.o.autoPosition&&this.setPosition()},setPosition:function(){var a,b;a=i[0]/2-this.d.container.outerHeight(!0)/2;b=i[1]/2-this.d.container.outerWidth(!0)/2;var f="fixed"!==this.d.container.css("position")?h.scrollTop():0;this.o.position&&"[object Array]"=== Object.prototype.toString.call(this.o.position)?(a=f+(this.o.position[0]||a),b=this.o.position[1]||b):a=f+a;this.d.container.css({left:b,top:a})},watchTab:function(a){if(0
Hotels &
Destinationen
Österreich
Hotels in Klagenfurt
ARCOTEL Moser Verdino
Hotels in Linz
ARCOTEL Nike
Hotels in Wien
ARCOTEL Kaiserwasser
ARCOTEL Wimberger
Deutschland
Hotels in Berlin
ARCOTEL John F
ARCOTEL Velvet
Hotels in Hamburg
ARCOTEL Onyx
ARCOTEL Rubin
Hotels in Stuttgart
ARCOTEL Camino
Kroatien
Hotels in Zagreb
ARCOTEL Allegra
Hotelübersicht
Business &
Tagungen
Tagungshotels
Tagungsangebot
Event-Locations
Business Suiten
Langzeitaufenthalt
Firmenkunden
Registrierung
Login
Urlaub &
Freizeit
Städtereisen
Urlaub mit Kindern
Langzeitaufenthalt
Hochzeiten
Special
Offers
Hotelangebote
Angebote in Berlin
Angebote in Hamburg
Angebote in Klagenfurt
Angebote in Linz
Angebote in Stuttgart
Angebote in Wien
Angebote in Zagreb
Familienangebot
Langzeitangebot
Hotelgutscheine
Online
Buchung
Verfügbarkeit prüfen & Online reservieren
Bestpreisgarantie & Buchungsbedingungen
Änderung/Stornierung
Finden Sie ein Hotel
Standort / Hotel
Wählen...
Berlin
- ARCOTEL John F Berlin 4*s
- ARCOTEL Velvet Berlin 4*
Hamburg
- ARCOTEL Onyx Hamburg 4*s
- ARCOTEL Rubin Hamburg 4*s
Klagenfurt
- ARCOTEL Moser Verdino Klagenfurt 4*
Linz
- ARCOTEL Nike Linz 4*
Stuttgart
- ARCOTEL Camino Stuttgart 4*s
Wien
- ARCOTEL Kaiserwasser Wien 4*s
- ARCOTEL Wimberger Wien 4*
Zagreb
- ARCOTEL Allegra Zagreb 4*
Anreise
Abreise
Partner Login
Warum direkt bei uns buchen?
Wetter
Klagenfurt
8ºC - 46ºF
Mostly Cloudy
Linz
6ºC - 43ºF
Light Rain
Wien
8ºC - 47ºF
Mostly Cloudy
Folgen sie uns
Special Offers in Österreich
Angebote in Klagenfurt
ARCOTEL Moser Verdino
LangZEITaufenthalt 20% SPAREN ab €92.65
Sommerurlaub in Kärnten ab €86.45
Have a nice Long Stay ab €64.80
Familienangebot ab €129
Just in Time ab €92.65
More for Less ab €78.30
WeeKeend ab €96.30
ARCOTEL Moser Verdino
ab
€64
Angebote in Linz
ARCOTEL Nike
Linz Wochenende für Kulturliebhaber ab €106
LangZEITaufenthalt 20% SPAREN ab €301.60
Park, Sleep & Eat ab €101
LINZ-WOCHENENDE MIT DER TERRAKOTTA ARMEE ab €115
Familienangebot ab €159
Just in Time ab €150.30
More for Less ab €69.38
WeekEnd ab €76.50
ARCOTEL Nike
ab
€69
Angebote in Wien
ARCOTEL Kaiserwasser
LangZEITaufenthalt 20% SPAREN ab €238.40
Park, Sleep & Eat ab €113
Donauinselfest ab €111
Silvesterpackage ab €159
City Tour ab €111
Familienangebot ab €149
Just in Time ab €119.70
More for Less ab €74.70
ARCOTEL Wimberger
LangZEITaufenthalt 20% SPAREN ab €117.60
Park, Sleep & Eat ab €114
EARLY BOOKING DEAL ab €72.15
City Tour ab €88.20
Familienangebot ab €159
Just in Time ab €126
More for Less ab €72.15
WeekEnd ab €83
ARCOTEL Kaiserwasser
ab
€74
ARCOTEL Wimberger
ab
€72