			$(document).ready(function(){
				$("#recArticle").colorbox({width:"50%", inline:true, href:"#recArticleCont"});
				$(".cb_ifrm").colorbox({width:"75%", height:"75%", iframe:true});
				$('.mB2').menuBox({menuWi:220,speedIn:600,speedOut:400,align:'vertical'});
				
// 				$('#content a[href=#]>img').each(function(){
// 					$(this).parent().attr("class","cb_image");
// 					$(this).parent().attr("href",$(this).attr("src").substring(0,43));
// 				});
// 				$('.cb_image').colorbox({photo:true});
				
				$('#content img').each(function(){
					if($(this).attr("src").indexOf("&amp;w=&amp;h=&amp;")==-1 && $(this).attr("src").indexOf("&w=&h=&")==-1 && $(this).attr("src").indexOf("/global/show_picture.asp")!=-1 && $(this).hasClass("nopopup")==false){
						$(this).css("cursor","pointer");
						$(this).click(function(){
							$.colorbox({photo:true, href:$(this).attr("src").substring(0,43)})
						});
					}
				});
				$('#content a[href*=show_document.asp]').css("color","#000");
				$('#content a[href*=show_document.asp]').mouseover(function(){$(this).css("color","#83AA01")});
				$('#content a[href*=show_document.asp]').mouseout(function(){$(this).css("color","#000")});
				
				$('#content li').each(function(){
					if($(this).children("span").size()==0 && $(this).parent().hasClass("tabs")==false && $(this).children("div").size()==0)
						$(this).html("<span>" + $(this).html() + "</span>");
				});
				$('#tab-container li li').each(function(){$(this).html("<span>" + $(this).html() + "</span>");});
				
				if($("#anchorsItem").size()==1)
					$('<div class="toTop"><a href="#">Seitenanfang</a></div>').insertAfter('#content h4');
																
			});
			
			Cufon.replace('.cf');

