<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de-DE">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Seite nicht gefunden</title>
<meta name="robots" content="noindex, follow" />



<link rel="stylesheet" href="http://www.initiative-links.com/wp-content/themes/BusinessCard/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Initiative Links RSS Feed" href="http://www.initiative-links.com/feed/" />
<link rel="alternate" type="application/atom+xml" title="Initiative Links Atom Feed" href="http://www.initiative-links.com/feed/atom/" />
<link rel="pingback" href="http://www.initiative-links.com/xmlrpc.php" />

<!--[if lt IE 7]>
	<link rel="stylesheet" type="text/css" href="http://www.initiative-links.com/wp-content/themes/BusinessCard/css/ie6style.css" />
	<script type="text/javascript" src="http://www.initiative-links.com/wp-content/themes/BusinessCard/js/DD_belatedPNG_0.0.8a-min.js"></script>
	<script type="text/javascript">DD_belatedPNG.fix('img#logo,div.container-top,div.container,div.container-bottom,div.divider ,ul#nav li.active,ul#nav li img, body div#top');</script>
<![endif]-->
<!--[if IE 7]>
	<link rel="stylesheet" type="text/css" href="http://www.initiative-links.com/wp-content/themes/BusinessCard/css/ie7style.css" />
<![endif]-->

<link rel="alternate" type="application/rss+xml" title="Initiative Links &raquo; Feed" href="http://www.initiative-links.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Initiative Links &raquo; Kommentar Feed" href="http://www.initiative-links.com/comments/feed/" />
<meta content="BusinessCard v.2.8" name="generator"/><link rel='stylesheet' id='et-shortcodes-css-css'  href='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/shortcodes/shortcodes.css?ver=2.0' type='text/css' media='all' />
<link rel='stylesheet' id='fancybox-css'  href='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.css?ver=1.3.4' type='text/css' media='screen' />
<link rel='stylesheet' id='et_page_templates-css'  href='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/page_templates/page_templates.css?ver=1.8' type='text/css' media='screen' />
<script type='text/javascript' src='http://www.initiative-links.com/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
<script type='text/javascript' src='http://www.initiative-links.com/wp-content/themes/BusinessCard/js/jquery.cycle.all.min.js?ver=3.3.1'></script>
<script type='text/javascript' src='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/shortcodes/js/et_shortcodes_frontend.js?ver=2.0'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.initiative-links.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.initiative-links.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.3.1" />

</head>
<body class="error404 unknown">
	
	<div id="page-wrap" class="clearfix">
	    <div id="main-content">
							<img src="http://www.initiative-links.com/files/2012/01/piraten-800px-Querdenken-300x212.png" alt="Logo" id="logo"/>			<div class="container-top"></div>
			<div class="container">
			
									
				
			</div>	<!-- end .container -->
			<div class="container-bottom"></div>

		</div> <!-- end #main-content -->
			
		<div id="sidebar">
			<ul id="nav">
				
							</ul>
		</div>	<!-- end #sidebar -->

</div> <!-- end #page-wrap -->	

			
<script type='text/javascript' src='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/page_templates/js/fancybox/jquery.easing-1.3.pack.js?ver=1.3.4'></script>
<script type='text/javascript' src='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4'></script>
<script type='text/javascript' src='http://www.initiative-links.com/wp-content/themes/BusinessCard/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1'></script>

<script type="text/javascript" src="http://www.initiative-links.com/wp-content/themes/BusinessCard/js/jquery.easing.1.3.js"></script>
	
<script type="text/javascript">
//<![CDATA[
	jQuery.noConflict();
		
	jQuery('div.container-top, div.container-bottom, div.container, div.page').css({'visibility':'visible','display':'none'});
	
	var $logo = jQuery("img#logo"),
		$container = jQuery("div#main-content > div"),
		$side_menu = jQuery("ul#nav");
	
	$container.hide().children("div.page").hide();
	
	$side_menu.find("> li > a").click(function(){
		var $this = jQuery(this),
			current_number = $this.parent('li').prevAll().length,
			finished = 0,
			stopAnimation = 0,
			reset = 0;
		
		jQuery("> li.active",$side_menu).removeClass("active").find('a img').animate({'opacity':'hide'},500);
		
		if ($logo.is(':visible')) {
			$logo.hide();
			jQuery('div.page:eq(' + current_number + ')').children().hide().end().show();
			
			$container.filter(':hidden')
			.animate({'opacity':'show'},500,function(){
				$this.parent('li').addClass("active").end().find("img").animate({'opacity':'show'},500).parent("a").removeClass("hover");	
			});
		} else {
			$this.parent('li').addClass("active").end().find("img").animate({'opacity':'show'},500).parent("a").removeClass("hover");
		}; 
		
		$container
			.find('div.page:visible div.entry')
			.animate({opacity:'hide','height':'hide'},'slow',function(){
				jQuery(this).prevAll().animate({opacity:'hide','height':'hide'},'slow'); //ie6
				finished = 1;
			})	
		.end()
			.find('div.page:eq(' + current_number + ')')
			.children().hide();
		
		
		var check = setInterval(function() {
			if (jQuery('div.entry:animated').size() != 0) { stopAnimation = 1; reset = 1; }
			else { stopAnimation = 0; }
		}, 50);
		
		var wait = setInterval(function() {
			if( finished === 1 && stopAnimation == 0 ) {
				//clearInterval(wait);
				if (reset == 1)	{
					reset = 0;
					jQuery('div.page:visible').hide();
				}
				
				$container
					.find('div.page:eq(' + current_number + ')')
					.show()
					.children("div.heading")
					.animate({opacity:'show','height':'show'},'slow', function(){
						jQuery(this)
							.siblings("div.entry")
							.animate({opacity:'show','height':'show'},'slow');  //animate
					});
				finished = 0;	
			}
		}, 1300);
	
		
		return false;
	}).hover(function(){
   jQuery(this).stop()
      .animate({ marginRight: '-20',paddingLeft: '20'},500);
         
      if ( !(jQuery(this).parent('li').hasClass("active")) )
         jQuery(this).addClass('hover');
      },function(){
         jQuery(this).stop().animate({ marginRight: '0',paddingLeft: '0' },500)
         .removeClass('hover');
      }
   );
	
	$gallery = jQuery("div.gallery");
	$gallery.find('.gallery-caption').fadeTo(100,0.65);
	
	jQuery('.gallery').find('a').fancybox().find("img").fadeTo(500,0.5).hover(function(){
		jQuery(this).stop().addClass("active").fadeTo(500,1);
	},function(){
		jQuery(this).stop().removeClass("active").fadeTo(500,0.5);
	});

	
//]]>	
</script></body>
</html>	
