We are passionate hosts
English
English
Deutsch
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 &
Destinations
Austria
Hotels in Klagenfurt
ARCOTEL Moser Verdino
Hotels in Linz
ARCOTEL Nike
Hotels in Vienna
ARCOTEL Kaiserwasser
ARCOTEL Wimberger
Germany
Hotels in Berlin
ARCOTEL John F
ARCOTEL Velvet
Hotels in Hamburg
ARCOTEL Onyx
ARCOTEL Rubin
Hotels in Stuttgart
ARCOTEL Camino
Croatia
Hotels in Zagreb
ARCOTEL Allegra
Find a Hotel on the map
Business &
Conferences
Conference hotels
Conference Special
Event locations
Business Suites
Long Term Accommodation
Corporate Clients
Registration
Login
Holidays
& Leisure
City Breaks
Holidays with Children
Long Term Accommodation
Weddings
Special
Offers
Hotel offers
Hotel offers in Berlin
Hotel offers in Hamburg
Hotel offers in Klagenfurt
Hotel offers in Linz
Hotel offers in Stuttgart
Hotel offers in Vienna
Hotel offers in Zagreb
Family Special
Long Term Accommodation
Hotel Vouchers
Online
Reservations
Check availability & book online
Best Price Guarantee & Booking Conditions
Cancellation/Modification
Find a Hotel
Location / Hotel
Select...
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
Vienna
- ARCOTEL Kaiserwasser Vienna 4*s
- ARCOTEL Wimberger Vienna 4*
Zagreb
- ARCOTEL Allegra Zagreb 4*
Arrival
Departure
Partner Login
Why book directly with us
Weather
Klagenfurt
18ºC - 64ºF
Fair
Linz
22ºC - 72ºF
Fair
Vienna
23ºC - 74ºF
Sunny
Follow us
Hotel special offers in Austria
Offers in Klagenfurt
ARCOTEL Moser Verdino
LongTERMaccommodation 20% OFF from €92.65
Summer Holidays in Carinthia from €86.45
Have a nice Long Stay from €64.80
Family Special from €129
Just in Time from €92.65
More for less from €78.30
WeekEnd from €107
ARCOTEL Moser Verdino
from
€64
Offers in Linz
ARCOTEL Nike
Linz weekend for lovers of culture from €106
LongTERMaccommodation 20% OFF from €301.60
Park, Sleep & Eat from €106
Culture-weekend with the "Terracotta Army" in Linz from €115
Family Special from €159
Just in Time from €150.30
More for less from €71.23
WeekEnd from €81
ARCOTEL Nike
from
€71
Offers in Vienna
ARCOTEL Kaiserwasser
LongTERMaccommodation 20% OFF from €234.40
Park, Sleep & Eat from €113
Donauinselfest from €111
New Year's Eve from €159
City Tour from €111
Family Special from €149
Just in Time from €119.70
More for less from €74.70
ARCOTEL Wimberger
LongTERMaccommodation 20% OFF from €117.60
Park, Sleep & Eat from €109
EARLY BOOKING DEAL from €67.53
New Year’s Eve Package from €173
City Tour from €83.70
Family Special from €159
Just in Time from €121.50
More for less from €67.53
WeekEnd from €78
ARCOTEL Kaiserwasser
from
€74
ARCOTEL Wimberger
from
€67