/*-- swap image --*/

    function swapImage(element, newimage){
        var oldsrc = element.src;
        element.src = newimage;
        if (!element.onmouseout){
            element.onmouseout = function(){
                swapImage(this, oldsrc);
            }
        }
    }

/*-- Spam protection --*/

    function getAdr(prefix, postfix, text){
        document.write('<a href="mailto:' + prefix + '@' + postfix + '">' + (text ? text.replace(/&quot;/g, '"').replace(/%EMAIL%/, prefix + '@' + postfix) : prefix + '@' + postfix) + '</a>');
    }

/*-- Iframe popup --*/

    (function($){
        $.fn.IframePopup = function(options){
            // Settings
            var IP_Settings = {
                margin: 20, // Margin from the iframe popup
                width: 700, // Default popup width
                height: 500 // Default popup height
            };
            var IP_Settings = $.extend(IP_Settings, options);

            // Create iframe popup
            createIframePopup();
            // Open iframe popup
            $(this).click(function(){
                // Hide scrollbar and fadein overlay
                $('body, html').css('overflow', 'hidden');
                $(ip_overlay).fadeTo('slow', 0.8);
                // Set tabindex="-1" to content
                $('a, input, textarea, select, button').not('.close').each(function(){
                    $(this).addClass('tabindex').attr('tabindex', '-1');
                });
                // Get popup size from rel attribut
                var popupHeight = this.rel.split(',')[1];
                var popupWidth = this.rel.split(',')[0];
                if(popupWidth == null || popupHeight == null){
                    popupWidth = IP_Settings.width;
                    popupHeight = IP_Settings.height;
                }
                // Set popup size
                var NormalCSS = {
                    'bottom': 'auto',
                    'height': popupHeight+'px',
                    'left': '50%',
                    'margin-left' : Math.floor(-(popupWidth)/2)+'px',
                    'margin-top': Math.floor(-(popupHeight)/2)+'px',
                    'max-height': popupHeight+'px',
                    'top': '50%',
                    'width' : popupWidth+'px'
                };
                var FlexibleCSS = {
                    'bottom': IP_Settings.margin+'px',
                    'height': 'auto',
                    'margin-top': 0,
                    'top': IP_Settings.margin+'px'
                };
                // Normal iframe popup size
                $(ip_popup).css(NormalCSS).show();
                // Flexible iframe popup size
                $(window).resize(function(){
                    ($(this).height() <= ($(ip_popup).outerHeight()+2*IP_Settings.margin)) ? $(ip_popup).css(FlexibleCSS) : $(ip_popup).css(NormalCSS);
                });
                ($(window).height() <= ($(ip_popup).outerHeight()+2*IP_Settings.margin)) ? $(ip_popup).css(FlexibleCSS) : $(ip_popup).css(NormalCSS);
                // Insert iframe title
                $(ip_title).html(this.title);
                // Insert iframe content
                $(ip_popup).addClass('ip_loading');
                $(ip_iframe).attr('src', this);
                // Preloader
                $(ip_iframe).css('visibility', 'hidden');
                $(ip_iframe).load(function(){
                    $(ip_popup).removeClass('ip_loading');
                    $(ip_iframe).css('visibility', 'visible');
                });
                $(document).bind('keydown', keyDown);
                return false;
            });

            // Close popup
            function closeIframePopup(){
                $('body').css('overflow', bodyOverflow);
                $('html').css('overflow', htmlOverflow);
                $(ip_popup).hide();
                $(ip_overlay).fadeOut('slow');
                $(window).unbind('resize');
                // Remove tabindex="-1"
                $('.tabindex').each(function(){
                    $(this).removeClass('tabindex').removeAttr('tabindex');
                });
            }

            // Keyboard events
            function keyDown(event){
                var code = event.keyCode;
                return ($.inArray(code, [27,88,67]) >= 0) ? closeIframePopup() : true;
            }

            // Create iframe popup
            function createIframePopup(){
                $('body').append(
                    ip_overlay = $('<div>').attr({ 'class': 'ip_overlay' }).hide().click(closeIframePopup),
                    ip_popup = $('<div class>').attr({ 'class': 'ip_popup' }).append(
                        ip_close = $('<a>').attr({ 'class': 'close', href: '#', title: close+' [ESC]' }).text(close).click(closeIframePopup),
                        ip_title = $('<h2>').attr({ 'class': 'title' }),
                        $('<div>').attr({ 'class': 'ip_content' }).append(
                            ip_iframe = $('<iframe>').attr({ 'src': '', 'frameborder': '0' })
                        )
                    ).hide()
                );
                $([
                    bodyOverflow = $('body').css('overflow'),
                    htmlOverflow = $('html').css('overflow')
                ])
            }
        };
    })(jQuery);

/*-- slimbox 2.03 --*/

    (function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.comtextMode=="CSS1Comtext")&&(w.browser.version>=9.3),m=document.documentElement,l={},t=new Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));h=w('<div id="lbImage" />').appendTo(a).append(q=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(f)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=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}y=E.scrollTop()+((e?m.clientHeight:E.height())/2);L=u.initialWidth;s=u.initialHeight;w(a).css({top:Math.max(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();k(1);g=O;u.loop=u.loop&&(g.length>1);return b(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,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=e?m.clientWidth:E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function k(M){w("object").add(n?"select":"embed").each(function(O,P){if(M){w.data(P,"slimbox",P.style.visibility)}P.style.visibility=M?"hidden":w.data(P,"slimbox")});var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",p)}function p(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?f():(M(N,u.previousKeys)>=0)?B():true}function B(){return b(x)}function f(){return b(D)}function b(M){if(M>=0){F=M;o=g[F][0];x=(F||(u.loop?g.length:0))-1;D=((F+1)%g.length)||(u.loop?0:-1);r();a.className="lbLoading";l=new Image();l.onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(q).width(l.width);w([q,I,d]).height(l.height);w(A).html(g[F][1]||"");w(K).html((((g.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,g.length));if(x>=0){t.src=g[x][0]}if(D>=0){J.src=g[D][0]}L=h.offsetWidth;s=h.offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+s,marginLeft:-L/2,visibility:"hidden",display:""});w(h).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,i)})}function i(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function r(){l.onload=null;l.src=t.src=J.src=o;w([a,h,c]).stop(true);w([I,d,h,G]).hide()}function C(){if(F>=0){r();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,k)}return false}})(jQuery);

    if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)){
        jQuery(function($){
            $("a[rel^='lightbox']").slimbox({counterText: countertext, easing: "easeOutElastic"}, null, function(el){
                return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel))
            });
        });
    }



/*-- Forms --*/

    function confirmpage(received_html) {
        // walk through all iframes and call their complete functions
        $('iframe[name=iframesubmit]').each(function(i) {
            if(this.submitted) {
                this.complete(this.myform, received_html);
                this.submitted = 0;
            }
        });
    }

    (function($){
        if(window.location != window.parent.location) {
            // wenn diese seite in einem iframe geladen wurde, handelt es sich um eine confirm page
            // deshalb einfach im parent window die funktion confirmpage ausführen
            setTimeout("window.parent.confirmpage($('#confirm').html())", 500);
        }
        $.fn.forms = function(options){
            if(!this.length) return;

            var settings = $.extend({
                'summarypage': true,
                'multipage': true,
                'progress_steps': true,
                'error_value': false,
                'infobox': '.info',
                'scrolltop': '#content'
            }, options);

            return this.each(function(){
                var form = this;
                if(settings.error_value)
                    $(form).attr('autocomplete', 'off');
                // Multiple inputs
                $.fn.forms.multiInput(form);
                // Multipage
                $.fn.forms.multipage(settings, form);
                // Update contactinfo
                $.fn.forms.updateReceiver(form);
                // Error in value
                $.fn.forms.valueErrorMsg(settings, form);
                // Dependence
                $.fn.forms.dependence(settings, form);
                // Live validation on blur
                $.fn.forms.validcheck(settings, form, 'live');
                // Prepare iframe for submitting
                $(this).attr('target', 'iframesubmit');
                var nameiframe =  settings['idiframe'];
                var iframe;
                try{
                    iframe = document.createElement('<iframe name="iframesubmit">'); // IE Fix
                }
                catch(ex){
                    iframe = document.createElement('iframe');
                    iframe.name = 'iframesubmit';
                }
                iframe.className = 'iframesubmit';
                iframe.myform = form;
                form.myiframe = iframe;
                document.body.appendChild(iframe);
                iframe.complete = function(myform, received_confirm_html) { // this function will be called once the confirmpage has successfully loaded
                    //var confirm = $('<div>').addClass('confirmpage').load($('input[name=next]', myform).val() + ' #content #confirm');
                    var confirm = $('<div>').addClass('confirmpage').html(received_confirm_html);
                    var print_link = $('<a>').attr({ 'href': '#', 'title': 'Zusammenfassung drucken' }).text('Zusammenfassung drucken');
                    var print_cointainer = $('<p>').addClass('print').append(print_link);
                    $(myform).after(confirm).remove();
                    if(settings.summarypage){
                        confirm.after(
                        
                        );
                        print_link.click(function(){
                            window.print();
                            return false;
                        });
                    }
                    //$('html, body').scrollTop($(settings.scrolltop).offset().top-10);
                };
                // Validate on submit
                $(form).submit(function(){
                    setTimeout(function(){ $('.error :input:enabled:first', form).focus(); }, 300);
                    var valid = $.fn.forms.validcheck(settings, form);
                    if(valid) {
                        $.fn.forms.confirm(form, settings);
                        $('button[name=send] span', form).text(wait).attr('disabled', 'disabled');
                        this.myiframe.submitted = 1;
                    }
                    else {
                        return false;
                    }
                });
            });
        }

        // validate form
        $.fn.forms.valid = function(settings, el, check){
            var valid = true,
                error_msg = '';
            switch(el.type){
                case 'radio':
                    // radio validation
                    valid = false;
                    error_msg = 'Treffen Sie eine Auswahl!';
                    $('input[name='+el.name+']').each(function(){
                        if($(this).is(':checked')){
                            error_msg = '';
                            valid = true;
                        }
                    });
                    break;
                case 'checkbox':
                    // checkbox validation
                    var siblings = $(el).siblings('.group').andSelf();
                    if(siblings.length > 1){
                        $(el).parents('.entry').find('.group:last').addClass('last');
                        if (check == 'live' && $(el).hasClass('last') ||
                            check == 'live' && !$(el).hasClass('last') && $(el).parents('.entry').hasClass('error') ||
                            check != 'live'){
                            if(!$(siblings).is(':checked')){
                                error_msg = error_msg_checkbox;
                                valid = false;
                            }
                        }
                    }
                    else{
                        if(!$(el).is(':checked')){
                            error_msg = error_msg_checkbox;
                            valid = false;
                        }
                    }
                    break;
                default:
                    // normal validation
                    if(el.value == '' || el.value == error_msg_default){
                        error_msg = error_msg_default;
                        valid = false;
                    }
                    // e-mail validation
                    else if($(el).hasClass('email')){
                        var regExp = /^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/;
                        if(!el.value.match(regExp)){
                            error_msg = error_msg_email;
                            valid = false;
                        }
                    }
                    // number validation
                    else if($(el).hasClass('number')){
                        if(el.value != Math.round(el.value)){
                            error_msg = error_msg_number;
                            valid = false;
                        }
                    }
            }
            // error message
            if(valid){
                $('.error_msg', $(el).parents('.entry')).remove();
                $(el).parents('.entry').removeClass('error');
            }
            else {
                // custom error message
                if(custom_required_text[el.id])
                    error_msg = custom_required_text[el.id];
                // insert error message
                if(!$(el).parents('.entry').hasClass('error')){
                    var error_msg_box = $('<p>').addClass('error_msg').text(error_msg);
                    switch(el.type){
                        case 'radio':
                            error_msg_box.insertBefore($('input[name='+el.name+']:first'));
                            break;
                        case 'checkbox':
                            if($(el).hasClass('group'))
                                error_msg_box.insertBefore($(el).parents('.entry').find('.group:first'));
                            else
                                error_msg_box.insertBefore($(el));
                            break;
                        default:
                            if(settings.error_value && el.type != 'select-one' && $(el).is(':visible')){
                                $(el).data('value', $(el).val());
                                $(el).addClass('error_value');
                                $(el).val(error_msg);
                            }
                            else if($(el).siblings('.datepicker').length)
                                error_msg_box.insertAfter($(el).siblings('.datepicker'));
                            else
                                error_msg_box.insertAfter($(el));
                    }
                }
                else
                    $('.error_msg .text', $(el).parents('.entry')).text(error_msg);
                $(el).parents('.entry').addClass('error');
            }
        }

        // live, multipage or normal validation check
        $.fn.forms.validcheck = function(settings, form, check){
            var toValidate = new Array();
            switch(check){
                case 'live':
                    $('.required', form).blur(function(){
                        toValidate.push(this);
                        setTimeout(function(){
                            if(toValidate.length > 0){
                                if($(toValidate[0]).hasClass('required')) { // Some "required" classes might have been removed in the meantime (see dependencies)
                                    $.fn.forms.valid(settings, toValidate[0], 'live');
                                }
                                toValidate.shift();
                            }
                        }, 300);
                    });
                    break;
                default:
                    var required = (check == 'multipage') ? $('.section:visible .required', form) : $('.required', form);
                    required.each(function(){ $.fn.forms.valid(settings, this); });
            }
            return ($('.error', form).length || $('.error_value:visible', form).length) ? false : true;
        }

        // Error in value
        $.fn.forms.valueErrorMsg = function(settings, form){
            if(!settings.error_value)
                return;
            $('.required', form).focus(function(){
                if($(this).hasClass('error_value')){
                    $(this).val($(this).data('value')).data('value', '').removeClass('error_value');
                    $(this).parents('.error').removeClass('error');
                }
            });
        }

        // Get input value
        $.fn.forms.value = function(el){
            var value = '';
            if($(el).is('select'))
                value = $(':selected', el).text();
            else if($(el).is('input[type=checkbox]') && $(el).is(':checked'))
                value = yes;
            else if($(el).is('input[type=checkbox]') && !$(el).is(':checked'))
                value = no;
            else
                value = $(el).val();
            return value;
        }

        // Dependence
        $.fn.forms.dependence = function(settings, form){
            // Check radio
            $('input[type=radio]', form).click(function(){
                var el = this;
                $('input[name='+el.name+']').each(function(){
                    if($(this).is(':checked') && $(this).hasClass('dependence'))
                        addRequired(this);
                    else if(!$(this).is(':checked') && $(this).hasClass('dependence'))
                        removeRequired(this);
                });
                $.fn.forms.validcheck(settings, form, 'live');
            });
            // Check checkbox, textarea and input[type=text]
            $('.dependence', form).not('input[type=radio]').blur(function(){
                var el = this;
                switch(el.type){
                    case 'checkbox':
                        alert("not available at the moment");
                        break;
                    default:
                        (el.value.length) ? addRequired(el) : removeRequired(el);
                }
                $.fn.forms.validcheck(settings, form, 'live');
            });
            // Add required
            function addRequired(el){
                $('.depends_on_' + el.id).each(function(){
                    $(this).addClass('required');
                    var label = 'label[for='+this.id+']';
                    if(!$(label).find('em').length){
                        $(label).append(
                            $('<em>').text(' *')
                        );
                    }
                });
            }
            // Remove required
            function removeRequired(el){
                $('.depends_on_' + el.id).each(function(){
                    $(this).removeClass('required');
                    $(this).unbind();
                    $(this).parents('.entry').removeClass('error');
                    $('.error_msg', $(this).parents('.entry')).remove();
                    $('label[for='+this.id+'] em').remove();
                });
            }
        }

        // Create multipage, summarypage and progress bar
        $.fn.forms.multipage = function(settings, form){
            if(!settings.multipage)
                return;
            // generate the progress bar and steps
            if(settings.progress_steps){
                var progress_steps = $('<h2>').addClass('progress_steps');
                progress_steps.appendTo($(settings.infobox));
            }
            var progress_bar = $('<ol>').addClass('progress_bar');
            $('.section_title', form).each(function(){
                $('<li>').text($(this).text()).appendTo(progress_bar);
            })
            if(settings.summarypage){
                $('.section:last', form).after(
                    summary_section = $('<div>').addClass('section summary_section')
                );
                $('<li>').text(summary_title).appendTo(progress_bar);
            }
            progress_bar.appendTo($(settings.infobox));
            // show only first section
            $('.section', form).show().not(':first').hide();
            // the last button
            $('<button type=button>').attr({ 'accesskey': 'b', 'name': 'back' }).html('<span>' + back + '</span>').click(function(){
                $('.section:visible', form).hide().prev().show();
                $(':input:enabled:first', form).focus();
                updateWizzard(form);
                // Jump to top of the form
                $('html, body').scrollTop($(settings.scrolltop).offset().top-10);
                // Hide required text on summary page
                (summary_section.is(':visible')) ? $('.required_text', settings.infobox).hide() : $('.required_text', settings.infobox).show();
                return false;
            }).insertBefore('button[name=send]', form).hide();
            // the next button
            $('<button type=button>').attr({ 'accesskey': 'n', 'name': 'next' }).html('<span>' + next + '</span>').click(function(){
                $.fn.forms.validcheck(settings, form, 'multipage');
                if(!$('.error:visible', form).length && !$('.error_value:visible', form).length){
                    $('.section:visible', form).hide().next().show();
                    $('.section:visible :input:enabled:first', form).focus();
                    updateWizzard(form);
                    // Generate summary
                    generateSummary(form);
                    // Jump to top of the form
                    $('html, body').scrollTop($(settings.scrolltop).offset().top-10);
                    // Hide required text on summary page
                    (summary_section.is(':visible')) ? $('.required_text', settings.infobox).hide() : $('.required_text', settings.infobox).show();
                }
                else{
                    if(!settings.error_value)
                        $('.error :input:enabled:first', form).focus();
                }
                return false;
            }).insertBefore('button[name=send]', form).hide();
            updateWizzard(form);

            // should be run in each formfield change handles progress bar navigation and buttons
            function updateWizzard(form){
                // update button next
                var button_back = $('button[name=back]', form);
                ($('.section:first:visible', form).is(':visible')) ? button_back.hide() : button_back.show();
                // update button last
                var button_next = $('button[name=next]', form);
                ($('.section:last', form).is(':visible')) ? button_next.hide() : button_next.show();
                // update button submit
                var button_submit = $('button[name=send]', form);
                (!$('.section:last', form).is(':visible')) ? button_submit.attr({ 'disabled': 'true' }).hide() : button_submit.attr({ 'disabled': '' }).show();
                // update progress bar
                $('li.active', progress_bar).removeClass('active');
                $('li:contains("'+$('.section:visible .section_title', form).text()+'")', progress_bar).addClass('active done');
                $('li', progress_bar).each(function(index){
                    var title = $(this).text();
                    if(!$(this).children('a').length && $(this).hasClass('done')){
                        $(this).wrapInner(
                            $('<a>').attr({ 'rel': index, 'href': '#', 'title': title })
                        );
                    }
                });
                $('a', progress_bar).unbind('click').bind('click', function(){
                    $('.section:visible', form).hide();
                    $('.section:eq('+this.rel+')', form).show();
                    $(':input:visible:enabled:first', form).focus();
                    updateWizzard(form);
                    return false;
                });
                // Update progress steps
                if(settings.progress_steps)
                    $(progress_steps).html(progress_step.replace('{x}', $('li.active', progress_bar).prevAll().length+1).replace('{y}', $('li', progress_bar).length));
            }
            // Generate summary table
            function generateSummary(form){
                if(settings.summarypage && $('.section:last', form).is(':visible')){
                    $('.summary_section', form).empty().append(
                        $('<h2>').addClass('section_title').attr('title', 'summary_title').text(summary_title)
                    );
                    $('.section', form).not(':last').each(function(){
                        var section_title = $(this).children('.section_title').text();
                        $('<div>').addClass('zms_table').append(
                            $('<table>').addClass('summary').append(
                                $('<caption>').html(section_title),
                                tbody = $('<tbody>')
                            )
                        ).appendTo(summary_section);
                        $('label', $(this)).each(function(){
                            var me = $(this).parents('.multi_entry');
                            if(me.length){
                                if($(this).hasClass('hideme')){
                                    $(tbody).append(
                                        $('<tr>').append(
                                            $('<td>').attr('colspan', 2).addClass('multi_summary').append(
                                                subtable = $('<div>').addClass('zms_table').append(
                                                    $('<table>').append(
                                                        $('<thead>').append($('<tr>')), $('<tbody>')
                                                    )
                                                )
                                            )
                                        )
                                    );
                                    $('.entry:first label', me).each(function(){
                                        $('thead tr', subtable).append($('<th>').text($(this).text().replace(' *', '')));
                                    });
                                    $('.entry', me).each(function(){
                                        var row = $('<tr>');
                                        $(':input', this).each(function(){
                                            var value = $.fn.forms.value(this);
                                            row.append($('<td>').text(value));
                                        });
                                        $('tbody', subtable).append(row);
                                    });
                                }
                            }
                            else {
                                var value = $.fn.forms.value('#'+$(this).attr('for'));
                                if(value.length){
                                    $(tbody).append(
                                        $('<tr>').append(
                                            $('<th>').text($(this).text().replace(' *', '')),
                                            $('<td>').text(value)
                                        )
                                    );
                                }
                            }
                        });
                    });
                }
            }
        }

        // Update contactinfos on change email receiver
        $.fn.forms.updateReceiver = function(form){
            $('#secure_target', form).change(function(){
                var contactID = $(':selected', $(this)).attr('id');
                if(contactID.length){
                    $('.locations_data .'+contactID+' span', form).each(function(){
                        $('input[name=to_'+$(this).attr('title')+']').val($(this).text());
                    });
                }
            });
        }

        //Multiple Inputs init
        $.fn.forms.multiInput = function(form){
            $('.multi_entry', form).each(function(i){
                var me = $(this);
                var meid = $('legend', this).attr('id')+'_multi';
                $(this).append(
                    $('<p>').html(
                        $('<a>').attr('href', '#').text(add_entry).click(function(){
                            count = '_'+$('.entry', me).length;
                            clonekrieger = $('.entry:first', me).clone();
                            clonekrieger.addClass('clone');
                            $('label', clonekrieger).each(function(){
                                $(this).attr('for', $(this).attr('for')+count);
                            });
                            $(':input', clonekrieger).each(function(){ $(this).attr({ 'id': $(this).attr('id')+count, 'name': $(this).attr('name')+count }).val('') });
                            clonekrieger.insertBefore($(this).parent());
                            multiInputBinding(me);
                            return false;
                        })
                    ).addClass('add'),
                    $('<input>').attr({ 'type': 'hidden', 'name': meid, 'id': meid }),
                    $('<label>').attr('for', meid).html($('legend', this).html()).addClass('hideme')
                );
                multiInputBinding(me);
            });
            //Update on Unfocus
            function multiInputBinding(me){
                $(':input', me).unbind().blur(function(){
                    var v = ''
                    $('.entry :input', me).each(function(){
                        v += $('label[for='+$(this).attr('id')+']').text().replace(' *', '')+": ";
                        v += $.fn.forms.value(this)+"\n";
                    })
                    $('input[name='+$('legend', me).attr('id')+'_multi]', me).val(v);
                });
            }
        }

        // Send message and load confirm text with ajax
        $.fn.forms.confirm = function(form, settings){
/*
            $.ajax({
                'type': 'GET',
                'url': $(form).attr('action'),
                'data': $(form).serialize(),
                'cache': false,
                'success': function(){
                    var confirm = $('<div>').addClass('confirmpage').load($('input[name=next]').val() + ' #confirm'),
                        print_link = $('<a>').attr({ 'href': '#', 'title': 'Zusammenfassung drucken' }).text('Zusammenfassung drucken'),
                        print_cointainer = $('<p>').addClass('print').append(print_link);
                    $(form).after(confirm).remove();
                    if(settings.summarypage){
                        confirm.after(
                            print_cointainer,
                            summary_section.clone()
                        );
                        print_link.click(function(){
                            window.print();
                            return false;
                        });
                    }
                    $('html, body').scrollTop($(settings.scrolltop).offset().top-10);
                }
            });*/
        }
    })(jQuery);






/*-- datepicker -- */

    (function($){
        $.fn.datePicker = function(options){
            // Plugin options
            var now = new Date();
            var defaults = {
                hideInput: false, // Hide the coresponding input
                month: now.getMonth(), // Start month
                year: now.getFullYear(), // Start year
                format: "d.m.y", // Date format
                disableWeekend: true, // Disable Sa/So clicks
                speed: 200 // in km/h
            };
            var options = $.extend(defaults, options);
            var dp_count = 0;
            // Init plugin to each
            return this.each(function(){
                // Pass vars
                var op = options;
                var el = $(this);
                var mp = ( $(this).parent().is('label')) ? $(this).parent() : $(this); //mp as in mountpoint
                dp_count++;
                // Generate main .datepicker
                if(op.hideInput == true) el.hide();
                $('<div id="dp'+dp_count+'" class="datepicker"><h2>init</h2><a class="dpprev" href="#" title="'+back+'">'+back+'</a><a class="dpnext" href="#" title="'+next+'">'+next+'</a><table><thead><tr></tr></thead><tbody></tbody></table></div>').insertAfter(mp);
                var datepicker = $("#dp"+dp_count);
                $.each(days_list, function(index, value){ $("thead tr", datepicker).append('<th>'+value+'</th>') });
                //Measure fill
                for(t=0;t<=6;t++){ $("table", datepicker).append("<tr><td class='dpday dpclickable active'>19</td><td class='dpday dpclickable'>20</td><td class='dpday dpclickable'>21</td><td class='dpday dpclickable'>22</td><td class='dpday dpclickable'>23</td><td class='dpday'>24</td><td class='dpday'>25</td></tr>"); }
                //CSS settings
                datepicker.css( { "width":$("table", datepicker).width()+"px","height":datepicker.height()+"px","overflow":"hidden" });
                // Fill init selected month
                fillDateTable( datepicker, el, op.month, op.year, op );
                // Generate the buttons
                $('a', datepicker).click(function(event){
                    event.preventDefault();
                    mont = jQuery.inArray($("h2 .dpmonth", datepicker).html(), mont_list);
                    year = $("h2 .dpyear", datepicker).html();
                    direction = $(this).hasClass("dpprev");
                    if( direction ) mont--;
                    else mont++;
                    if(mont>11){
                        mont = 0;
                        year++;
                    }
                    if(mont<0){
                        mont = 11;
                        year--;
                    }
                    // Refill in selected direction
                    $("table", datepicker).stop(true, true).animate({marginLeft: (direction) ? '100%' : '-100%'}, op.speed, function(){
                        fillDateTable( datepicker, el, mont, year, op );
                        $("table", datepicker).css("marginLeft", (direction) ? '-100%' : '100%').animate({marginLeft:0}, op.speed);
                    });
                });
            });
            // Feed the .datepicker with data
            function fillDateTable(datepicker, el, mont, year, op){
                $("h2", datepicker).html('<span class="dpmonth">'+mont_list[mont] +'</span> <span class="dpyear">'+ year+'</span>');
                $("tbody tr", datepicker).remove();
                $("tbody", datepicker).append( generateMonthTable(mont, year));
                ncd = (op.disableWeekend == false) ? ":empty" : ":empty, .dpweekend";
                $('tbody td', datepicker).not(ncd).click(function(){
                    var format = op.format;
                    format = format.replace('m', ((jQuery.inArray($("h2 .dpmonth", datepicker).html(), mont_list))+1));
                    format = format.replace('d', $(this).html());
                    format = format.replace('y', $("h2 .dpyear", datepicker).html());
                    el.val(format);
                    $('tbody td.active', datepicker).removeClass("active");
                    $(this).addClass('active');
                    // remove error classes
                    el.parent().removeClass('error');
                    el.siblings('.error_msg').remove();
                });
            }
            // Generate the tbody
            function generateMonthTable(mont, year){
                var date = new Date(year, mont)
                var days = date.getDate();
                var firs = (date.getDay());
                if(firs == 0) firs = 7; // begin with Sundays
                var last = (new Date((new Date(year, mont+1,1))-1)).getDate();
                var now = new Date();
                var html = "<tr>";
                var d = 1;
                for(c=1;c<= Math.ceil(((last+(firs-1))/7))*7 ;c++){
                    var tdclass = '';
                    if(c>=firs && d<=last) tdclass += "dpday";
                    if(((c % 7 == 0) || ((c+1) % 7 == 0)) && d<=last) tdclass += " dpweekend";
                    if(!((c % 7 == 0) || ((c+1) % 7 == 0)) && c>=firs && d<=last ) tdclass += " dpclickable";
                    if(mont==now.getMonth() && year==now.getFullYear() && d==now.getDate()) tdclass += " dptoday";
                    html += "<td class='"+tdclass+"'>";
                    if(c>=firs&&d<=last) html += d++;
                    html += "</td>";
                    if (c % 7 == 0 && d<=last) html += "</tr><tr>";
                }
            return html + "</tr>";
            }
        };
    })(jQuery);

/*-- display elements --*/

    (function($){
        $.fn.showElement = function(options){
            var SE_Settings = {
                handler: 'toggle',
                destination: '',
                animate: false
            };
            var SE_Settings = $.extend(SE_Settings, options);
            // hide href anchor destination
            if($(this).length){
                if($(this).is('a')){
                    var destination = ($(SE_Settings.destination).length) ? $(SE_Settings.destination) : $('#'+$(this).attr('href').split('#').pop());
                }
                else{
                    $(this).wrapInner('<a href="#" />');
                    var destination = $(SE_Settings.destination);
                }
                destination.hide();
                // show destination
                if(SE_Settings.handler == 'toggle'){
                    // toogle destination
                    $(this).toggle(
                        function(){ (SE_Settings.animate) ? destination.animate(SE_Settings.animate, { duration: 'slow' }) : destination.show(); },
                        function(){ (SE_Settings.animate) ? destination.animate(SE_Settings.animate, { duration: 'slow' }) : destination.hide(); }
                    );
                }
                else if(SE_Settings.handler == 'mouseover'){
                    // show destination on mouseover
                    $(this).bind({
                        click: function(){ return false; },
                        mouseover: function(){ (SE_Settings.animate) ? destination.animate(SE_Settings.animate, { duration: 'slow' }) : destination.show(); },
                        mouseout: function(){ (SE_Settings.animate) ? destination.animate(SE_Settings.animate, { duration: 'slow' }) : destination.hide(); }
                    });
                }
            }
        };
    })(jQuery);

/*-- Default value -- */

    (function($){
        $.fn.defaultValue = function(){
            $(this).focus(function(){
                if(!$(this).data('defaultValue')) $(this).data('defaultValue', $(this).attr('value'));
                if($(this).data('defaultValue') == $(this).attr('value')) $(this).attr('value', '');
            }).blur(function(){
                if(!$(this).attr('value').length) $(this).attr('value', $(this).data('defaultValue'));
            });
        };
    })(jQuery);

/*-- Dropdown menu --*/

    (function($){
        $.fn.DropdownMenu = function(options){
            var defaults = {
                removeTitle: true,
                timeOut: 1000
            };
            var options = $.extend(defaults, options);
            var navInterval;
            var el = $(this);
            if(el.length && options.removeTitle)
                $('a', el).attr('title', '');
            $('li', el).not('li li', el).mouseover(function(){
                if(navInterval)
                    clearInterval(navInterval);
                $('li.hover', el).removeClass('hover');
                $(this).addClass('hover');
            }).mouseout(function(){
                $(this).addClass('delete');
                if($(this).has('ul').length > 0)
                    navInterval = setInterval (function(){ $('li.delete', el).removeClass('hover delete'); }, options.timeOut);
                else
                    $('li.delete', el).removeClass('hover delete');
            });
        };
    })(jQuery);



/*-- Datum ausgeben



/*
* jQuery jclock - Clock plugin - v 2.3.0
* http://plugins.jquery.com/project/jclock
*
* Copyright (c) 2007-2009 Doug Sparling <http://www.dougsparling.com>
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
(function($) {

  $.fn.jclock = function(options) {
    var version = '2.3.0';

    // options
    var opts = $.extend({}, $.fn.jclock.defaults, options);

    return this.each(function() {
      $this = $(this);
      $this.timerID = null;
      $this.running = false;

      // Record keeping for seeded clock
      $this.increment = 0;
      $this.lastCalled = new Date().getTime();

      var o = $.meta ? $.extend({}, opts, $this.data()) : opts;

      $this.format = o.format;
      $this.utc = o.utc;
      // deprecate utc_offset (v 2.2.0)
      $this.utcOffset = (o.utc_offset != null) ? o.utc_offset : o.utcOffset;
      $this.seedTime = o.seedTime;
      $this.timeout = o.timeout;

      $this.css({
        fontFamily: o.fontFamily,
        fontSize: o.fontSize,
        backgroundColor: o.background,
        color: o.foreground
      });

      // %a
      $this.daysAbbrvNames = new Array(7);
      $this.daysAbbrvNames[0] = "So";
      $this.daysAbbrvNames[1] = "Mo";
      $this.daysAbbrvNames[2] = "Di";
      $this.daysAbbrvNames[3] = "Mi";
      $this.daysAbbrvNames[4] = "Do";
      $this.daysAbbrvNames[5] = "Fr";
      $this.daysAbbrvNames[6] = "Sa";

      // %A
      $this.daysFullNames = new Array(7);
      $this.daysFullNames[0] = "Sonntag";
      $this.daysFullNames[1] = "Montag";
      $this.daysFullNames[2] = "Dienstag";
      $this.daysFullNames[3] = "Mittwoch";
      $this.daysFullNames[4] = "Donnerstag";
      $this.daysFullNames[5] = "Freitag";
      $this.daysFullNames[6] = "Samstag";

      // %b
      $this.monthsAbbrvNames = new Array(12);
      $this.monthsAbbrvNames[0] = "Jan";
      $this.monthsAbbrvNames[1] = "Feb";
      $this.monthsAbbrvNames[2] = "Mar";
      $this.monthsAbbrvNames[3] = "Apr";
      $this.monthsAbbrvNames[4] = "May";
      $this.monthsAbbrvNames[5] = "Jun";
      $this.monthsAbbrvNames[6] = "Jul";
      $this.monthsAbbrvNames[7] = "Aug";
      $this.monthsAbbrvNames[8] = "Sep";
      $this.monthsAbbrvNames[9] = "Okt";
      $this.monthsAbbrvNames[10] = "Nov";
      $this.monthsAbbrvNames[11] = "Dez";

      // %B
      $this.monthsFullNames = new Array(12);
      $this.monthsFullNames[0] = "J\xC4NNER";
      $this.monthsFullNames[1] = "FEBRUAR";
      $this.monthsFullNames[2] = "M\xC4RZ";
      $this.monthsFullNames[3] = "APRIL";
      $this.monthsFullNames[4] = "MAI";
      $this.monthsFullNames[5] = "JUNI";
      $this.monthsFullNames[6] = "JULI";
      $this.monthsFullNames[7] = "AUGUST";
      $this.monthsFullNames[8] = "SEPTEMBER";
      $this.monthsFullNames[9] = "OKTOBER";
      $this.monthsFullNames[10] = "NOVEMBER";
      $this.monthsFullNames[11] = "DEZEMBER";

      $.fn.jclock.startClock($this);

    });
  };

  $.fn.jclock.startClock = function(el) {
    $.fn.jclock.stopClock(el);
    $.fn.jclock.displayTime(el);
  }

  $.fn.jclock.stopClock = function(el) {
    if(el.running) {
      clearTimeout(el.timerID);
    }
    el.running = false;
  }

  $.fn.jclock.displayTime = function(el) {
    var time = $.fn.jclock.getTime(el);
    el.html(time);
    el.timerID = setTimeout(function(){$.fn.jclock.displayTime(el)},el.timeout);
  }

  $.fn.jclock.getTime = function(el) {
    if(typeof(el.seedTime) == 'undefined') {
      // Seed time not being used, use current time
      var now = new Date();
    } else {
      // Otherwise, use seed time with increment
      el.increment += new Date().getTime() - el.lastCalled;
      var now = new Date(el.seedTime + el.increment);
      el.lastCalled = new Date().getTime();
    }

    if(el.utc == true) {
      var localTime = now.getTime();
      var localOffset = now.getTimezoneOffset() * 60000;
      var utc = localTime + localOffset;
      var utcTime = utc + (3600000 * el.utcOffset);
      now = new Date(utcTime);
    }

    var timeNow = "";
    var i = 0;
    var index = 0;
    while ((index = el.format.indexOf("%", i)) != -1) {
      timeNow += el.format.substring(i, index);
      index++;

      // modifier flag
      //switch (el.format.charAt(index++)) {
      //}

      var property = $.fn.jclock.getProperty(now, el, el.format.charAt(index));
      index++;

      //switch (switchCase) {
      //}

      timeNow += property;
      i = index
    }

    timeNow += el.format.substring(i);
    return timeNow;
  };

  $.fn.jclock.getProperty = function(dateObject, el, property) {

    switch (property) {
      case "a": // abbrv day names
          return (el.daysAbbrvNames[dateObject.getDay()]);
      case "A": // full day names
          return (el.daysFullNames[dateObject.getDay()]);
      case "b": // abbrv month names
          return (el.monthsAbbrvNames[dateObject.getMonth()]);
      case "B": // full month names
          return (el.monthsFullNames[dateObject.getMonth()]);
      case "d": // day 01-31
          return ((dateObject.getDate() < 10) ? "0" : "") + dateObject.getDate();
      case "H": // hour as a decimal number using a 24-hour clock (range 00 to 23)
          return ((dateObject.getHours() < 10) ? "0" : "") + dateObject.getHours();
      case "I": // hour as a decimal number using a 12-hour clock (range 01 to 12)
          var hours = (dateObject.getHours() % 12 || 12);
          return ((hours < 10) ? "0" : "") + hours;
      case "m": // month number
          return (((dateObject.getMonth() + 1) < 10) ? "0" : "") + (dateObject.getMonth() + 1);
      case "M": // minute as a decimal number
          return ((dateObject.getMinutes() < 10) ? "0" : "") + dateObject.getMinutes();
      case "p": // either `am' or `pm' according to the given time value,
          // or the corresponding strings for the current locale
          return (dateObject.getHours() < 12 ? "am" : "pm");
      case "P": // either `AM' or `PM' according to the given time value,
          return (dateObject.getHours() < 12 ? "AM" : "PM");
      case "S": // second as a decimal number
          return ((dateObject.getSeconds() < 10) ? "0" : "") + dateObject.getSeconds();
      case "y": // two-digit year
          return dateObject.getFullYear().toString().substring(2);
      case "Y": // full year
          return (dateObject.getFullYear());
      case "%":
          return "%";
    }

  }

  // plugin defaults (24-hour)
  $.fn.jclock.defaults = {
    format: '%H:%M:%S',
    utcOffset: 0,
    utc: false,
    fontFamily: '',
    fontSize: '',
    foreground: '',
    background: '',
    seedTime: undefined,
    timeout: 1000 // 1000 = one second, 60000 = one minute
  };

})(jQuery);





/*-- Word highlighting --*/

    (function($){
        $.fn.highlight = function(text, options){
            var defaults = {
                color: 'red',
                background: 'yellow'
            };
            var options = $.extend(defaults, options);

            function innerHighlight(node, text){
                var skip = 0;
                if (node.nodeType == 3){
                    var pos = node.data.toUpperCase().indexOf(text);
                    if (pos >= 0){
                        var spannode = document.createElement('span');
                        spannode.className = 'highlight';
                        spannode.style.color = options.color;
                        spannode.style.background = options.background;
                        var middlebit = node.splitText(pos);
                        var endbit = middlebit.splitText(text.length);
                        var middleclone = middlebit.cloneNode(true);
                        spannode.appendChild(middleclone);
                        middlebit.parentNode.replaceChild(spannode, middlebit);
                        skip = 1;
                    }
                }
                else if (node.nodeType == 1 && node.childNodes && !/(script|style)/i.test(node.tagName)){
                    for (var i = 0; i < node.childNodes.length; ++i){
                        i += innerHighlight(node.childNodes[i], text);
                    }
                }
            return skip;
            }

            return this.each(function(){
                innerHighlight(this, text.toUpperCase());
            });
        };
    })(jQuery);

/*-- Searchword highlightning --*/

    (function($){
        $.fn.highlightSearchwords = function(options){
            var url = document.location.href;
            var ref = document.referrer;
            if(ref.indexOf('%') > -1){
                ref = unescape(ref);
            }
            if(ref.indexOf('words=') > -1 && url.indexOf('words=') == -1){
                var words = ref.split('words=');
                words = words[1].split('&');
                words = words[0].split('+');
                for(w=0; w<words.length; w++){
                    $(this).highlight(words[w], options);
                }
            }
        };
    })(jQuery);



/*-- Create onchange select --*/

    // Fill select with options
    function fillSelect(el, select){
        $('li a', $(el)).each(function(){
            $(select).append(
                option = $('<option>').val(this.href).text($(this).text())
            );
            if($(this).hasClass('active')){
                $(option).attr({
                    'selected': 'selected'
                });
            }
        });
    }

    (function($){
        $.fn.createOnchangeSelect = function(options){
            // Settings
            var settings = {
                label: false,
                group: false,
                group_class: 'group',
                id: 'selection'
            };
            var settings = $.extend(settings, options);
            if($('li a', this).length){
                if(settings.group){
                    // Create form and select
                    $(this).append(
                        form = $('<form>').attr({ 'action': '' }).append(
                            select = $('<select>').attr({
                                'id': settings.id,
                                'name': settings.id
                            }).addClass($(this).attr('class'))
                        )
                    );
                    // Create optgroup
                    $('.'+settings.group_class, this).each(function(){
                        $(select).append(
                            optgroup = $('<optgroup>').attr({
                                'label': $(this).text()
                            })
                        );
                        // Fill select with options
                        fillSelect($(this).next('ul'), optgroup);
                    });
                }
                else{
                    $('ul, ol', this).each(function(){
                        // Create form and select
                        $(this).after(
                            form = $('<form>').attr({ 'action': '' }).append(
                                select = $('<select>').attr({
                                    'id': settings.id,
                                    'name': settings.id
                                }).addClass($(this).attr('class'))
                            )
                        );
                        // Fill select with options
                        fillSelect(this, select);
                    });
                }
                // Onchange
                $(select).change(function(){
                    location.href=this.value;
                });
                // Create label
                if(settings.label){
                    $(form).prepend(
                        label = $('<label>').attr({
                            'for': settings.id
                        }).text($(settings.label).text())
                    );
                }
                // Remove non javascript html code
                $('ul, ol, .'+settings.group_class, this).remove();
                $(settings.label).remove();
            }
        };
    })(jQuery);




/* adapted idea from KalyanChakravarthy.net by ms */

    var isOpen= false;

                    function showOverlayBoxresize() {

                        var activemember=$('.overlayBox:visible .leftLink').attr('rel');
                        if( isOpen == false ) return false;

                        $('#overlayBox'+activemember+'.overlayBox').css({
                            display:'block',
                            position:'absolute'
                        });

                        $('#bgcover'+activemember).css({
                            display:'block',
                            width: $(window).width(),
                            height:$(document).height()
                        });
                    }


                function showOverlayBox(idoverlay) {


                        if( isOpen == false ) return false;

                        $('#overlayBox'+idoverlay+'.overlayBox').css({
                            display:'block',
                            position:'absolute'
                        });

                        $('#bgcover'+idoverlay).css({
                            display:'block',
                            width: $(window).width(),
                            height:$(document).height()
                        });
                    }

                    function doOverlayOpen(oldidoverlayopen, back, completemember) {

                        isOpen = true;

                        var oldidoverlayopen = oldidoverlayopen * 1;
                        var back = back * 1
                        var idoverlay=this.rel;
                        if(back == -1){ var idoverlay= oldidoverlayopen + back;
                                            if(idoverlay<1){var idoverlay=completemember;}

                        }
                        if(back == 1){ var idoverlay= oldidoverlayopen + back;
                                            if(idoverlay>completemember){var idoverlay=1;}
                        }

                        showOverlayBox(idoverlay);

                        $('#bgcover'+idoverlay).css({opacity:0.7, backgroundColor:'#00b1e6'});
                        //return false;  -> cause of jumping to anchor too
                    }

                    function doOverlayClose() {

                         isOpen = false;
                        $('.overlayBox').css( 'display', 'none' );

                        $('.bgCover').hide();
                    }






                function showOverlayBoxpartnerresize() {

                        var activepartner=$('.overlayBoxpartner:visible .leftLinkpartner').attr('rel');
                        if( isOpen == false ) return false;
                        $('#overlayBoxpartner'+activepartner+'.overlayBoxpartner').css({
                            display:'block',
                            position:'absolute'
                        });

                        $('#bgcoverpartner'+activepartner).css({
                            display:'block',
                            width: $(window).width(),
                            height:$(document).height()
                        });
                    }




                function showOverlayBoxpartner(idoverlay) {

                        if( isOpen == false ) return false;
                        $('#overlayBoxpartner'+idoverlay+'.overlayBoxpartner').css({
                            display:'block',
                            position:'absolute'
                        });

                        $('#bgcoverpartner'+idoverlay).css({
                            display:'block',
                            width: $(window).width(),
                            height:$(document).height()
                        });
                    }


                    function doOverlayOpenpartner(oldidoverlayopen, back, completemember) {

                        isOpen = true;

                        var oldidoverlayopen = oldidoverlayopen * 1;
                        var back = back * 1
                        var idoverlay=this.rel;
                        if(back == -1){ var idoverlay= oldidoverlayopen + back;
                                            if(idoverlay<1){var idoverlay=completemember;}

                        }
                        if(back == 1){ var idoverlay= oldidoverlayopen + back;
                                            if(idoverlay>completemember){var idoverlay=1;}
                        }

                        showOverlayBoxpartner(idoverlay);

                        $('#bgcoverpartner'+idoverlay).css({opacity:0.7, backgroundColor:'#00b1e6'});
                        //return false; -> cause of jumping to anchor too
                    }

                    function doOverlayClosepartner() {

                         isOpen = false;
                        $('.overlayBoxpartner').css( 'display', 'none' );

                        $('.bgCoverpartner').hide();
                    }



$(document).ready(function(){

    if ( $('.accordion').length > 0 ) {

        $(function(){
            //ACCORDION
            $('.accordion .QLcontent').hide();

            $('.QLcontainer.accordion h2.toggler').click(
              function() {
              if(!$(this).is('.activeback')) {
                $('.activeback').removeClass("activeback").next().slideUp('slow', function() {   });
                $(this).addClass("activeback").next().slideDown('slow', function() {  });
              }
              else{
                $(this).next().slideUp('slow', function(){   $(this).prev().removeClass("activeback"); } )}
            });
                });

    }

/* adapted idea from KalyanChakravarthy.net by ms */

    if ( $('.teamoverview').length > 0 ) {


                    // if window is resized then reposition the overlay box
                    $(window).resize(function(){showOverlayBoxresize();});
                    // activate when the link with class launchLink is clicked
                    $('a.launchLink').click( doOverlayOpen );
                    // close it when closeLink is clicked
                    $('a.closeLink').click( doOverlayClose );
                    $('.bgCover').click( doOverlayClose );

                    $('a.leftLink').click(function(){
                        if ( $('.lastmember').length > 0 ) { var completemember = $('.lastmember').attr('rel');  }
                        doOverlayClose();
                        var oldidoverlayopen = this.rel;
                        doOverlayOpen(oldidoverlayopen, -1, completemember)}
                    );
                    $('a.rightLink').click(function(){
                        if ( $('.lastmember').length > 0 ) { var completemember = $('.lastmember').attr('rel');  }
                        doOverlayClose();
                        var oldidoverlayopen = this.rel;
                        doOverlayOpen(oldidoverlayopen, 1, completemember)}
                    );
    }



    if ( $('#partnerdiv').length > 0 ) {


                    // if window is resized then reposition the overlay box
                    $(window).resize(function(){showOverlayBoxpartnerresize();});
                    // activate when the link with class launchLink is clicked
                    $('a.launchLinkpartner').click( doOverlayOpenpartner );
                    // close it when closeLink is clicked
                    $('a.closeLinkpartner').click( doOverlayClosepartner );
                    $('.bgCoverpartner').click( doOverlayClosepartner );

                    $('a.leftLinkpartner').click(function(){
                        if ( $('.lastpartner').length > 0 ) { var completemember = $('.lastpartner').attr('rel');  }
                        doOverlayClosepartner();
                        var oldidoverlayopen = this.rel;
                        doOverlayOpenpartner(oldidoverlayopen, -1, completemember)}
                    );
                    $('a.rightLinkpartner').click(function(){
                        if ( $('.lastpartner').length > 0 ) { var completemember = $('.lastpartner').attr('rel');  }
                        doOverlayClosepartner();
                        var oldidoverlayopen = this.rel;
                        doOverlayOpenpartner(oldidoverlayopen, 1, completemember)}
                    );
    }

    });


/*-- Dashline -- */
    function higher(content, subnav, height){
      if ( $(content).length > 0 ) {
            var height = height || 390;
            var centerheight= ($('#center').outerHeight()) - height;
            $(subnav).css('min-height', centerheight);
            $(content).css('min-height', centerheight);
        }                               
    }
    
    function highernews(content){
        if ( $(content).length > 0 ) {
            var centerheight= ($('#center').outerHeight()) - 300;
            $(content).css('height', centerheight);
        }
    }



function slideswitch(){
    var $active = $('#sujetkompetenzen img.activepic');

    if ( $active.length == 0 ) $active = $('#sujetkompetenzen img.last');

    var $next =  $active.next().length ? $active.next()
        : $('#sujetkompetenzen img.first');

    $active.addClass('last-activepic');

    $next.css({opacity: 0.0})
        .addClass('activepic')
        .animate({opacity: 1.0}, 1000, function() {
            $active.removeClass('activepic last-activepic');
        });
  }




/*-- DOM -- */

    $(function(){

        // Datum - Uhr
        var optionsdatum = { format: '%d.  %B %Y <br/ >%H:%M'};
        $('#datumsanzeige').jclock(optionsdatum);

        higher('#threerowsservicesite #content','#subnavcontainer', 500);
        higher('#threerows #content','#subnavcontainer', 500);
        higher('#threerowsteam #content','#partnerdiv', 400);
        higher('#threerowskontakt #content','#navigatordiv', 600);
        higher('#threerowsjobs #content','', 450);
        higher('.errorpage #content','', 450);
        higher('#news_page');
        higher('#newsoverview #content','');
        higher('.startpage #contentcontainer','', 129);
        highernews('#news_page.news');
        higher('.startpage #middlecontainer','', 125);
        higher('#news_start', '', 290);

        // Forms

        $('form.validation').forms({ summarypage: false, error_value: false, multipage: false });
        $('form.contact').forms({multipage: false });
        $('form.taxlawformular').forms({multipage: false });
        $('form.contact input[type=text], form.validation input[type=text], form.taxlawformular input[type=text]').defaultValue();

        // News
       $('#news_selection').createOnchangeSelect({ label: '#news_selection h3' });
        // Infolists
        $('.selection').createOnchangeSelect({ group: true });
        // Show elements
        $('.show_disclaimer').showElement();
          $('.show_disclaimercontact').showElement();
                    
        $('.show_disclaimernews').showElement();
        $('.show_newsletterabmelden').showElement();

        // Search
        $('#search input[type=text]').defaultValue();
        $('.onlinetool_overview h2').highlight('Rechner', {color: '#000000', background: '#ffe5ed'});
        $('.toolsrechner h2').highlight('Rechner', {color: '#000000', background: '#ffe5ed'});

        // Iframe popup
        $('.popup').IframePopup();




       //Newsletter animation
        $(".popupkontakt").click(function(){
              $('#newletteranmeld_inhalt').animate({
                opacity: 'toggle',
                height: 'toggle',
                width: 'toggle'
              }, 1000, function() {
                // Animation complete.
              });

        });
         $("#newsletterclose").click(function(){
              $('#newletteranmeld_inhalt').animate({
                opacity: 'toggle',
                height: 'toggle',
                width: 'toggle'
              }, 1000, function() {
                // Animation complete.
              });

        });
        
        //TaxLaw animation
        $("#taxlawform_img").click(function(){
              $('#taxlawnews_inhalt').animate({
                opacity: 'toggle',
                height: 'toggle',
                width: 'toggle'
              }, 1000, function() {
                // Animation complete.
              });

        });
         $("#taxlawclose").click(function(){
              $('#taxlawnews_inhalt').animate({
                opacity: 'toggle',
                height: 'toggle',
                width: 'toggle'
              }, 1000, function() {
                // Animation complete.
              });

        });

/*-- Startbilderwechsel --*/


  

      setInterval( "slideswitch()", 2000 );

        
    });


    $(window).resize(function() {
      $(document).ready(function () {
            higher('#threerowsservicesite #content','#subnavcontainer', 500);
            higher('#threerows #content','#subnavcontainer', 500);
            higher('#threerowsteam #content','#partnerdiv', 400);
            higher('#threerowskontakt #content','#navigatordiv', 600);
            higher('#threerowsjobs #content','', 450);
            higher('.errorpage #content','', 450);
            higher('#news_page');
            higher('#newsoverview #content','');
            higher('.startpage #contentcontainer','', 129);
            highernews('#news_page.news');
            highernews('#news_site');
            higher('.startpage #middlecontainer','', 125);
            higher('#news_start', '', 290);
    });  
        
        
   
});




