jQuery.cookie=function(a,k,j){if(typeof k!="undefined"){j=j||{};if(k===null){k="";j.expires=-1}var e="";if(j.expires&&(typeof j.expires=="number"||j.expires.toUTCString)){var b;if(typeof j.expires=="number"){b=new Date();b.setTime(b.getTime()+(j.expires*24*60*60*1000))}else{b=j.expires}e="; expires="+b.toUTCString()}var m=j.path?"; path="+(j.path):"";var c=j.domain?"; domain="+(j.domain):"";var h=j.secure?"; secure":"";document.cookie=[a,"=",encodeURIComponent(k),e,m,c,h].join("")}else{var g=null;if(document.cookie&&document.cookie!=""){var l=document.cookie.split(";");for(var d=0;d<l.length;d++){var f=jQuery.trim(l[d]);if(f.substring(0,a.length+1)==(a+"=")){g=decodeURIComponent(f.substring(a.length+1));break}}}return g}};(function(a){a.fn.extend({elastic:function(){var b=["paddingTop","paddingRight","paddingBottom","paddingLeft","fontSize","lineHeight","fontFamily","width","fontWeight","border-top-width","border-right-width","border-bottom-width","border-left-width","borderTopStyle","borderTopColor","borderRightStyle","borderRightColor","borderBottomStyle","borderBottomColor","borderLeftStyle","borderLeftColor"];return this.each(function(){if(this.type!=="textarea"){return false}var d=a(this),c=a("<div />").css({position:"absolute",display:"none","word-wrap":"break-word"}),l=parseInt(d.css("line-height"),10)||parseInt(d.css("font-size"),"10"),m=parseInt(d.css("height"),10)||l*3,k=parseInt(d.css("max-height"),10)||Number.MAX_VALUE,g=0;if(k<0){k=Number.MAX_VALUE}c.appendTo(d.parent());var f=b.length;while(f--){c.css(b[f].toString(),d.css(b[f].toString()))}function h(){curatedWidth=Math.floor(parseInt(d.width(),10));if(c.width()!==curatedWidth){c.css({width:curatedWidth+"px"});e(true)}}function j(n,o){var i=Math.floor(parseInt(n,10));if(d.height()!==i){d.css({height:i+"px",overflow:o});d.trigger("resize")}}function e(n){var p=d.val().replace(/&/g,"&amp;").replace(/ {2}/g,"&nbsp;").replace(/<|>/g,"&gt;").replace(/\n/g,"<br />");var i=c.html().replace(/<br>/ig,"<br />");if(n||p+"&nbsp;"!==i){c.html(p+"&nbsp;");if(Math.abs(c.height()+l-d.height())>3){var o=c.height()+l;if(o>=k){j(k,"auto")}else{if(o<=m){j(m,"hidden")}else{j(o,"hidden")}}}}}d.css({overflow:"hidden"});d.bind("keyup change cut paste",function(){e()});$(window).bind("resize",h);d.bind("resize",h);d.bind("update",e);d.bind("blur",function(){if(c.height()<k){if(c.height()>m){}else{}}});d.bind("input paste",function(i){setTimeout(e,250)});e()})}})})(jQuery);(function(b){b.hotkeys={version:"0.8",specialKeys:{8:"backspace",9:"tab",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",191:"/",224:"meta"},shiftNums:{"`":"~","1":"!","2":"@","3":"#","4":"$","5":"%","6":"^","7":"&","8":"*","9":"(","0":")","-":"_","=":"+",";":": ","'":'"',",":"<",".":">","/":"?","\\":"|"}};function a(d){if(typeof d.data!=="string"){return}var c=d.handler,e=d.data.toLowerCase().split(" ");d.handler=function(n){if(this!==n.target&&(/textarea|select/i.test(n.target.nodeName)||n.target.type==="text")){return}var k=n.type!=="keypress"&&b.hotkeys.specialKeys[n.which],o=String.fromCharCode(n.which).toLowerCase(),j,m="",g={};if(n.altKey&&k!=="alt"){m+="alt+"}if(n.ctrlKey&&k!=="ctrl"){m+="ctrl+"}if(n.metaKey&&!n.ctrlKey&&k!=="meta"){m+="meta+"}if(n.shiftKey&&k!=="shift"){m+="shift+"}if(k){g[m+k]=true}else{g[m+o]=true;g[m+b.hotkeys.shiftNums[o]]=true;if(m==="shift+"){g[b.hotkeys.shiftNums[o]]=true}}for(var h=0,f=e.length;h<f;h++){if(g[e[h]]){return c.apply(this,arguments)}}}}b.each(["keydown","keyup","keypress"],function(){b.event.special[this]={add:a}})})(jQuery);(function(a){a.fn.hoverIntent=function(l,j){var k={sensitivity:7,interval:100,timeout:0};k=a.extend(k,j?{over:l,out:j}:l);var n,m,h,e;var d=function(f){n=f.pageX;m=f.pageY};var c=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);if((Math.abs(h-n)+Math.abs(e-m))<k.sensitivity){a(f).unbind("mousemove",d);f.hoverIntent_s=1;return k.over.apply(f,[g])}else{h=n;e=m;f.hoverIntent_t=setTimeout(function(){c(g,f)},k.interval)}};var i=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);f.hoverIntent_s=0;return k.out.apply(f,[g])};var b=function(q){var o=(q.type=="mouseover"?q.fromElement:q.toElement)||q.relatedTarget;while(o&&o!=this){try{o=o.parentNode}catch(q){o=this}}if(o==this){return false}var g=jQuery.extend({},q);var f=this;if(f.hoverIntent_t){f.hoverIntent_t=clearTimeout(f.hoverIntent_t)}if(q.type=="mouseover"){h=g.pageX;e=g.pageY;a(f).bind("mousemove",d);if(f.hoverIntent_s!=1){f.hoverIntent_t=setTimeout(function(){c(g,f)},k.interval)}}else{a(f).unbind("mousemove",d);if(f.hoverIntent_s==1){f.hoverIntent_t=setTimeout(function(){i(g,f)},k.timeout)}}};return this.mouseover(b).mouseout(b)}})(jQuery);(function($){$.toJSON=function(o){if(typeof(JSON)=="object"&&JSON.stringify){return JSON.stringify(o)}var type=typeof(o);if(o===null){return"null"}if(type=="undefined"){return undefined}if(type=="number"||type=="boolean"){return o+""}if(type=="string"){return $.quoteString(o)}if(type=="object"){if(typeof o.toJSON=="function"){return $.toJSON(o.toJSON())}if(o.constructor===Date){var month=o.getUTCMonth()+1;if(month<10){month="0"+month}var day=o.getUTCDate();if(day<10){day="0"+day}var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10){hours="0"+hours}var minutes=o.getUTCMinutes();if(minutes<10){minutes="0"+minutes}var seconds=o.getUTCSeconds();if(seconds<10){seconds="0"+seconds}var milli=o.getUTCMilliseconds();if(milli<100){milli="0"+milli}if(milli<10){milli="0"+milli}return'"'+year+"-"+month+"-"+day+"T"+hours+":"+minutes+":"+seconds+"."+milli+'Z"'}if(o.constructor===Array){var ret=[];for(var i=0;i<o.length;i++){ret.push($.toJSON(o[i])||"null")}return"["+ret.join(",")+"]"}var pairs=[];for(var k in o){var name;var type=typeof k;if(type=="number"){name='"'+k+'"'}else{if(type=="string"){name=$.quoteString(k)}else{continue}}if(typeof o[k]=="function"){continue}var val=$.toJSON(o[k]);pairs.push(name+":"+val)}return"{"+pairs.join(", ")+"}"}};$.evalJSON=function(src){if(typeof(JSON)=="object"&&JSON.parse){return JSON.parse(src)}return eval("("+src+")")};$.secureEvalJSON=function(src){if(typeof(JSON)=="object"&&JSON.parse){return JSON.parse(src)}var filtered=src;filtered=filtered.replace(/\\["\\\/bfnrtu]/g,"@");filtered=filtered.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]");filtered=filtered.replace(/(?:^|:|,)(?:\s*\[)+/g,"");if(/^[\],:{}\s]*$/.test(filtered)){return eval("("+src+")")}else{throw new SyntaxError("Error parsing JSON, source is not valid.")}};$.quoteString=function(string){if(string.match(_escapeable)){return'"'+string.replace(_escapeable,function(a){var c=_meta[a];if(typeof c==="string"){return c}c=a.charCodeAt();return"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16)})+'"'}return'"'+string+'"'};var _escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var _meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"}})(jQuery);(function($){$.fn.extend({limit:function(limit,element){var interval,f;var self=$(this);$(this).focus(function(){interval=window.setInterval(substring,100)});$(this).blur(function(){clearInterval(interval);substring()});substringFunction="function substring(){ var val = $(self).val();var length = val.length;if(length > limit){$(self).val($(self).val().substring(0,limit));}";if(typeof element!="undefined"){substringFunction+="if($(element).html() != limit-length){$(element).html((limit-length<=0)?'0':limit-length);}"}substringFunction+="}";eval(substringFunction);substring()}})})(jQuery);(function(b){b.fn.liveFilter=function(k){var l=b(this);var h;if(b(this).is("ul")){h="li"}else{if(b(this).is("ol")){h="li"}else{if(b(this).is("table")){h="tbody tr"}}}var j;var a;var i;b("input.filter").keyup(function(){i=b(this).val();j=b(l).find(h+':not(:Contains("'+i+'"))');a=b(l).find(h+':Contains("'+i+'")');if(k=="basic"){j.hide();a.show()}else{if(k=="slide"){j.slideUp(500);a.slideDown(500)}else{if(k=="fade"){j.fadeOut(400);a.fadeIn(400)}}}});jQuery.expr[":"].Contains=function(d,c,e){return jQuery(d).text().toLowerCase().indexOf(e[3].toLowerCase())>=0}}})(jQuery);(function(f,g,d){f.map("click dblclick mousemove mousedown mouseup mouseover mouseout change select submit keydown keypress keyup".split(" "),function(a){e(a)});e("focusin","focus"+d);e("focusout","blur"+d);f.addOutsideEvent=e;function e(b,i){i=i||b+d;var j=f(),a=b+"."+i+"-special-event";f.event.special[i]={setup:function(){j=j.add(this);if(j.length===1){f(g).bind(a,c)}},teardown:function(){j=j.not(this);if(j.length===0){f(g).unbind(a)}},add:function(k){var h=k.handler;k.handler=function(m,n){m.target=n;h.apply(this,arguments)}}};function c(h){f(j).each(function(){var k=f(this);if(this!==h.target&&!k.has(h.target).length){k.triggerHandler(i,[h.target])}})}}})(jQuery,document,"outside");
/*
	Slimbox v2.04 - The ultimate lightweight Lightbox clone for jQuery
	(c) 2007-2010 Christophe Beyls <http://www.digitalia.be>
	MIT-style license.
*/
(function(w){var C=w(window),r,F,g=-1,o,n,D,t,l,L,v,m=!window.XMLHttpRequest,u=[],k=document.documentElement,y={},s=new Image(),K=new Image(),b,H,e,p,a,c,f,G,z,J;w(function(){w("body").append(w([b=w('<div id="lbOverlay" />')[0],H=w('<div id="lbCenter" />')[0],f=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));e=w('<div id="lbImage" />').appendTo(H).append(p=w('<div style="position: relative;" />').append([a=w('<a id="lbPrevLink" href="#" />').click(j)[0],c=w('<a id="lbNextLink" href="#" />').click(d)[0]])[0])[0];G=w('<div id="lbBottom" />').appendTo(f).append([w('<a id="lbCloseLink" href="#" />').add(b).click(B)[0],z=w('<div id="lbCaption" />')[0],J=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){r=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Image {x} of {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}l=C.scrollTop()+(C.height()/2);L=r.initialWidth;v=r.initialHeight;w(H).css({top:Math.max(0,l-(v/2)),width:L,height:v,marginLeft:-L/2}).show();t=m||(b.currentStyle&&(b.currentStyle.position!="fixed"));if(t){b.style.position="absolute"}w(b).css("opacity",r.overlayOpacity).fadeIn(r.overlayFadeDuration);A();i(1);F=O;r.loop=r.loop&&(F.length>1);return I(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,R=0,Q;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(Q=T.length;R<Q;++R){if(T[R]==S){U=R}T[R]=P(T[R],R)}return w.slimbox(T,U,M)})};function A(){var N=C.scrollLeft(),M=C.width();w([H,f]).css("left",N+(M/2));if(t){w(b).css({left:N,top:C.scrollTop(),width:M,height:C.height()})}}function i(M){if(M){w("object").add(m?"select":"embed").each(function(O,P){u[O]=[P,P.style.visibility];P.style.visibility="hidden"})}else{w.each(u,function(O,P){P[0].style.visibility=P[1]});u=[]}var N=M?"bind":"unbind";C[N]("scroll resize",A);w(document)[N]("keydown",x)}function x(O){var N=O.keyCode,M=w.inArray;return(M(N,r.closeKeys)>=0)?B():(M(N,r.nextKeys)>=0)?d():(M(N,r.previousKeys)>=0)?j():false}function j(){return I(n)}function d(){return I(D)}function I(M){if(M>=0){g=M;o=F[g][0];n=(g||(r.loop?F.length:0))-1;D=((g+1)%F.length)||(r.loop?0:-1);q();H.className="lbLoading";y=new Image();y.onload=h;y.src=o}return false}function h(){H.className="";w(e).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(p).width(y.width);w([p,a,c]).height(y.height);w(z).html(F[g][1]||"");w(J).html((((F.length>1)&&r.counterText)||"").replace(/{x}/,g+1).replace(/{y}/,F.length));if(n>=0){s.src=F[n][0]}if(D>=0){K.src=F[D][0]}L=e.offsetWidth;v=e.offsetHeight;var M=Math.max(0,l-(v/2));if(H.offsetHeight!=v){w(H).animate({height:v,top:M},r.resizeDuration,r.resizeEasing)}if(H.offsetWidth!=L){w(H).animate({width:L,marginLeft:-L/2},r.resizeDuration,r.resizeEasing)}w(H).queue(function(){w(f).css({width:L,top:M+v,marginLeft:-L/2,visibility:"hidden",display:""});w(e).css({display:"none",visibility:"",opacity:""}).fadeIn(r.imageFadeDuration,E)})}function E(){if(n>=0){w(a).show()}if(D>=0){w(c).show()}w(G).css("marginTop",-G.offsetHeight).animate({marginTop:0},r.captionAnimationDuration);f.style.visibility=""}function q(){y.onload=null;y.src=s.src=K.src=o;w([H,e,G]).stop(true);w([a,c,e,f]).hide()}function B(){if(g>=0){q();g=n=D=-1;w(H).hide();w(b).stop().fadeOut(r.overlayFadeDuration,i)}return false}})(jQuery);(function(b){b.fn.superfish=function(k){var h=b.fn.superfish,j=h.c,f=b(['<span class="',j.arrowClass,'"> &#187;</span>'].join("")),i=function(){var c=b(this),l=g(c);clearTimeout(l.sfTimer);c.showSuperfishUl().siblings().hideSuperfishUl()},e=function(){var c=b(this),m=g(c),l=h.op;clearTimeout(m.sfTimer);m.sfTimer=setTimeout(function(){l.retainPath=(b.inArray(c[0],l.$path)>-1);c.hideSuperfishUl();if(l.$path.length&&c.parents(["li.",l.hoverClass].join("")).length<1){i.call(l.$path)}},l.delay)},g=function(c){var l=c.parents(["ul.",j.menuClass,":first"].join(""))[0];h.op=h.o[l.serial];return l},d=function(c){c.addClass(j.anchorClass).append(f.clone())};return this.each(function(){var c=this.serial=h.o.length;var m=b.extend({},h.defaults,k);m.$path=b("li."+m.pathClass,this).slice(0,m.pathLevels).each(function(){b(this).addClass([m.hoverClass,j.bcClass].join(" ")).filter("li:has(ul)").removeClass(m.pathClass)});h.o[c]=h.op=m;b("li:has(ul)",this)[(b.fn.hoverIntent&&!m.disableHI)?"hoverIntent":"hover"](i,e).each(function(){if(m.autoArrows){d(b(">a:first-child",this))}}).not("."+j.bcClass).hideSuperfishUl();var l=b("a",this);l.each(function(n){var o=l.eq(n).parents("li");l.eq(n).focus(function(){i.call(o)}).blur(function(){e.call(o)})});m.onInit.call(this)}).each(function(){var c=[j.menuClass];if(h.op.dropShadows&&!(b.browser.msie&&b.browser.version<7)){c.push(j.shadowClass)}b(this).addClass(c.join(" "))})};var a=b.fn.superfish;a.o=[];a.op={};a.IE7fix=function(){var c=a.op;if(b.browser.msie&&b.browser.version>6&&c.dropShadows&&c.animation.opacity!=undefined){this.toggleClass(a.c.shadowClass+"-off")}};a.c={bcClass:"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",arrowClass:"sf-sub-indicator",shadowClass:"sf-shadow"};a.defaults={hoverClass:"sfHover",pathClass:"overideThisToUse",pathLevels:1,delay:800,animation:{opacity:"show"},speed:"normal",autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};b.fn.extend({hideSuperfishUl:function(){var e=a.op,d=(e.retainPath===true)?e.$path:"";e.retainPath=false;var c=b(["li.",e.hoverClass].join(""),this).add(this).not(d).removeClass(e.hoverClass).find(">ul").hide().css("visibility","hidden");e.onHide.call(c);return this},showSuperfishUl:function(){var e=a.op,d=a.c.shadowClass+"-off",c=this.addClass(e.hoverClass).find(">ul:hidden").css("visibility","visible");a.IE7fix.call(c);e.onBeforeShow.call(c);c.animate(e.animation,e.speed,function(){a.IE7fix.call(c);e.onShow.call(c)});return this}})})(jQuery);(function(a){a.fn.supersubs=function(b){var c=a.extend({},a.fn.supersubs.defaults,b);return this.each(function(){var d=a(this);var e=a.meta?a.extend({},c,d.data()):c;var f=a('<li id="menu-fontsize">&#8212;</li>').css({padding:0,position:"absolute",top:"-999em",width:"auto"}).appendTo(d).width();a("#menu-fontsize").remove();$ULs=d.find("ul");$ULs.each(function(l){var j=$ULs.eq(l);var h=j.children();var g=h.children("a");var m=h.css("white-space","nowrap").css("float");var k=j.add(h).add(g).css({"float":"none",width:"auto"}).end().end()[0].clientWidth/f;k+=e.extraWidth;if(k>e.maxWidth){k=e.maxWidth}else{if(k<e.minWidth){k=e.minWidth}}k+="em";j.css("width",k);h.css({"float":m,width:"100%","white-space":"normal"}).each(function(){var n=a(">ul",this);var i=n.css("left")!==undefined?"left":"right";n.css(i,k)})})})};a.fn.supersubs.defaults={minWidth:9,maxWidth:25,extraWidth:0}})(jQuery);jQuery.fn.textPlaceholder=function(){return this.each(function(){var b=this;if(b.placeholder&&"placeholder" in document.createElement(b.tagName)){return}var c=b.getAttribute("placeholder");var a=jQuery(b);if(b.value===""||b.value==c){a.addClass("text-placeholder");b.value=c}a.focus(function(){if(a.hasClass("text-placeholder")){this.value="";a.removeClass("text-placeholder")}});a.blur(function(){if(this.value===""){a.addClass("text-placeholder");this.value=c}else{a.removeClass("text-placeholder")}});b.form&&jQuery(b.form).submit(function(){if(a.hasClass("text-placeholder")){b.value=""}})})};jQuery.fn.extend({everyTime:function(a,b,c,d){return this.each(function(){jQuery.timer.add(this,a,b,c,d)})},oneTime:function(a,b,c){return this.each(function(){jQuery.timer.add(this,a,b,c,1)})},stopTime:function(a,b){return this.each(function(){jQuery.timer.remove(this,a,b)})},hasTime:function(a){var b;this.each(function(){b=b||jQuery.timer.check(this,a)});return b}});jQuery.extend({timer:{global:[],guid:1,dataKey:"jQuery.timer",regex:/^([0-9]+(?:\.[0-9]*)?)\s*(.*s)?$/,powers:{ms:1,cs:10,ds:100,s:1000,das:10000,hs:100000,ks:1000000},timeParse:function(c){if(c==undefined||c==null){return null}var b=this.regex.exec(jQuery.trim(c.toString()));if(b[2]){var a=parseFloat(b[1]);var d=this.powers[b[2]]||1;return a*d}else{return c}},add:function(e,c,d,g,h){var b=0;if(jQuery.isFunction(d)){if(!h){h=g}g=d;d=c}c=jQuery.timer.timeParse(c);if(typeof c!="number"||isNaN(c)||c<0){return}if(typeof h!="number"||isNaN(h)||h<0){h=0}h=h||0;var a=jQuery.data(e,this.dataKey)||jQuery.data(e,this.dataKey,{});if(!a[d]){a[d]={}}g.timerID=g.timerID||this.guid++;var f=function(){if((++b>h&&h!==0)||g.call(e,b)===false){jQuery.timer.remove(e,d,g)}};f.timerID=g.timerID;if(!a[d][g.timerID]){a[d][g.timerID]=window.setInterval(f,c)}this.global.push(e)},remove:function(d,c,e){var a=jQuery.data(d,this.dataKey),b;if(a){if(!c){for(c in a){this.remove(d,c,e)}}else{if(a[c]){if(e){if(e.timerID){window.clearInterval(a[c][e.timerID]);delete a[c][e.timerID]}}else{for(var e in a[c]){window.clearInterval(a[c][e]);delete a[c][e]}}for(b in a[c]){break}if(!b){b=null;delete a[c]}}}for(b in a){break}if(!b){jQuery.removeData(d,this.dataKey)}}},check:function(d,c){var a=jQuery.data(d,this.dataKey),b;if(a&&a[c]){return true}else{return false}}}});jQuery(window).bind("unload",function(){jQuery.each(jQuery.timer.global,function(a,b){jQuery.timer.remove(b)})});jQuery(function(a){a.datepicker.regional.de={closeText:"schließen",prevText:"&#x3c;zur&#xfc;ck",nextText:"Vor&#x3e;",currentText:"heute",monthNames:["Januar","Februar","M&#xe4;rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","M&#xe4;r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"Wo",dateFormat:"dd.mm.yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};a.datepicker.setDefaults(a.datepicker.regional.de)});
