$(document).ready(function(){
   
$.localScroll({
   offset: {left: 0, top: -50}
});

$('a[rel="schloss"]').colorbox();
$('a[rel="fenster"]').colorbox();
$('a[rel="lampe"]').colorbox();

//	$("#seegnals .seegnal_4").click(function() {  
//     $(this).animate({ backgroundPosition: '(-83px 0px)'}, 800);  
//          },function() {  
//        $(this).stop().animate({ backgroundPosition: '(0px 0px)'}, 800); 
//     });  

//			$(this).css('background-image','url(../images/content/seegnal_1_hover.png)'); 		

//$(document).scroll(function() {
//    var cutoff = $(window).scrollTop();
//    $('.content_box h2').removeClass('view').each(function() {
//        if ($(this).offset().top > cutoff) {
//            $(this).addClass('view');
//            return false;
//        }
//    });
//});


$('#leftnav li').click(function(){
								
$(this).delay(2000).addClass('active');		
setTimeout(function() { 
	$('#leftnav li').removeClass('active');
	
	}, 750);
});



  
   $('#nav .topnav li:not(:last-child)').append('|');

   

 });

