/*

$(document).ready(function(){
    $(".blogroll:visible").hide();
    $("h2").click(function(){

        //$(this).next(".blogroll").slideToggle("slow").siblings('.blogroll:visible').slideUp();
        $(this).next(".blogroll").slideToggle("slow").siblings('.blogroll:visible').slideUp();
        
        return false;
    });
});

*/

// colorbox für kontakt und impressum
$(document).ready(function(){
	$(".colorbox").colorbox({width:"600", height:"600", iframe:true, opacity: "0.8"});
	});
	
// colorbox für kontakt und impressum
$(document).ready(function(){
	$("a[rel='example4']").colorbox({ width:"auto", height:"auto", opacity: "0.8", slideshow:true});
	//$(".colorbox").colorbox2({ width:"auto", height:"auto", opacity: "0.8", slideshow:true});
	});
	

