// Anpassungen fuer DSKV

$(document).ready(function(){
		$(".inline").colorbox({width:"75%", inline:true, href:"#colorboxcontent", open:"true"});

              $().bind('cbox_cleanup', function(){
                   parent.history.back();
              }); 

              $().bind('cbox_complete', function(){

              });

});

