
<!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" xml:lang="nl" lang="nl">
<head>
	
<!-- 
Concept en productie (c) 2009
Netivity C&IS Zwolle

All rights reserved
url:    www.netivity.nl                                 
e-mail: info@netivity.nl                          
auteur: Netivity C&IS                             

Punterweg 10                              
8042 PB                                   
Zwolle                                    
038 - 850 1000 (fax 1001)                 

Gehele of gedeeltelijke overname, plaatsing op andere  
sites, verveelvoudiging op welke andere wijze ook      
en/of commercieel gebruik van deze pagina alleen na    
toestemming van de auteur.                             

Copyright (c) 1999-2009  Netivity C&IS                 
-->
<title>Kennispoort - Nieuws</title>
<!--
<meta name="description" content="">
<meta name="keywords" content="">
-->
<link rel="shortcut icon" href="http://kennis2009.massa.netivity.nl//favicon.ico" type="image/x-icon">
<script type="text/javascript" src="/includes/JS/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/includes/JS/jquery-patterncheck.js"></script>
<script type="text/javascript" src="/includes/JS/jquery.fancybox-1.2.1.js"></script>
<script type="text/javascript" src="/includes/JS/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/includes/JS/jquery.columnizer.js"></script>
<script type="text/javascript" src="/includes/JS/jquery.pager.js"></script>
<script type="text/javascript" src="/includes/JS/jquery.corner.js"></script>
<script>
$(document).ready(function(){
	
	initAccordion();
	
	$("a.fancy_group").fancybox({
		'zoomSpeedIn':		300, 
		'zoomSpeedOut':	300, 
		'overlayShow':		true
	});
	
   $(".linkerkolom-navigatie-bottom").corner();



	$('.multi-column').makeacolumnlists({cols: 2, colWidth: 200, equalHeight: 'ul', startN: 1});

	$("#strZoek").focus( function() {if($("#strZoek").val() == "zoeken op trefwoord"){ $("#strZoek").val(""); } } );

});

	
	function checkFields(formID) {
		var allesIngevuld = true;
		var intTeller = 0;
		$('input.radio_verplicht').each(function(){
			//radio element: controleren of er minimaal eentje is gechecked
			if ( $('input[type=radio][name="' + $(this).attr('name') + '"]:checked').size() <= 0){
				allesIngevuld = false;
				$('td#verpl_'+$(this).attr('name')).html('*').css({
					'color':'#FF0000',
					'font-size':'20px',
					'padding-top':'7px'
				});
				$('label#' + $(this).attr('name').replace('_beoordeling', '')).css('color', '#FF0000');
			}
		});

		if(!allesIngevuld){
			alert("Nog niet alle vragen zijn ingevuld. Vul de openstaande vragen in en klik nogmaals op verzenden.");
			return false;
		} else {
			return checkForm($(formID));
		}
	}


	function initAccordion()
	{
	
		$('.accordion').unbind();
		$('.accordion').click(function(ev){
			var el = $(ev.target).next().find(".accordionPanel");
			var els= $('.accordionPanelActive'); /*selected element*/
			/*close all open accordion panels*/
			if (els.css("display")=="block" && (!el.hasClass("accordionPanelActive"))) {
				els.slideToggle("fast");
				els.parent().prev(".accordion").toggleClass("accordionActive");
			}
			els.toggleClass("accordionPanelActive");
			
			
			/*slide the selected product open*/
			el.slideToggle("fast");
			el.toggleClass("accordionPanelActive");
			$(ev.target).toggleClass("accordionActive");
			
		});
	
	}

	function showMediaLijst(lngID, intStyleITID, strExpressie, strType, strTitel, intAantalPerPagina, intPage, blnShowKop)
	{
		$.ajax({
				type: "GET",
				url: "/AJAX/request-handler.asp?strActie=show-medialijst&lngID="+lngID+"&intStyleITID="+intStyleITID+"&intAantalPerPagina="+intAantalPerPagina+"&strExpressie="+strExpressie+"&strTitel="+strTitel+"&intPage=" +intPage+ "&blnShowKop="+blnShowKop+"&strType="+strType,
					success: function(msg){
					$("#linkoverzicht-container_"+lngID).html( msg );
					initAccordion();
				}
		});
		//return "boe";
	}
	
	function showMediaLijstActueel(strTitle, intStyleITID, intMediaID, intPage, intAantalPerPage)
	{
		$.ajax({
				type: "GET",
				url: "/AJAX/request-handler.asp?strActie=show-medialijst-actueel&intMediaID="+intMediaID+"&intStyleITID="+intStyleITID+"&intAantalPerPagina="+intAantalPerPage+"&intPage=" +intPage+"&strTitel="+strTitle,
					success: function(msg){
					$("#linkoverzicht-container-actueel-"+intMediaID).html( msg );
					initAccordion();
				}
		});
	
	}
	
	function showMediaLijstArtikel(strTitle, intStyleITID, intPage, intAantalPerPage)
	{
		$.ajax({
				type: "GET",
				url: "/AJAX/request-handler.asp?strActie=show-medialijst-artikel&intAantalPerPagina="+intAantalPerPage+"&intStyleITID="+intStyleITID+"&intPage=" +intPage+"&strTitel="+strTitle,
					success: function(msg){
					$("#linkoverzicht-container-artikel").html( msg );
					initAccordion();
				}
		});
	
	}
</script>
<link rel="stylesheet" type="text/css" href="/includes/CSS/frontend-scherm.css">
<link rel="stylesheet" type="text/css" href="/includes/CSS/fancybox.css">
<link rel="stylesheet" type="text/css" href="/includes/CSS/pager.css">
<style>

</style>
</head>

<!--Stijl:[15]-->
<body style="">
<div class="canvas" style="background-color:#ffffff;">
	<div class="topnavigatie">
	
	<ul class="topnavigatielist" >
				
		
				<li class="" >
					<a href="/" title="Home">Home</a>
				</li>
				
				<li class="" >
					<a href="/over_ons/243/" title="Over ons">Over ons</a>
				</li>
				
				<li class="" >
					<a href="/ons_netwerk/266/" title="Ons netwerk">Ons netwerk</a>
				</li>
				
				<li class="" >
					<a href="/documenten/303/" title="Documenten">Documenten</a>
				</li>
				
				<li class=" last" >
					<a href="/contact/265/" title="Contact">Contact</a>
				</li>
					
		
	</ul>

	</div>
	<div class="headervisual" style="background-image:url('/data/stijlen/15/header/KP-header5.jpg');">
		<a href="/index.asp">Kennispoort regio Zwolle</a>
	</div>
	
	
	
	<!-- kolomspan heeft de achtergrondstijlen voor de linkerkolom... -->
	<div class="kolomspan" style="position:relative;float:left;background-color:#899e9a;" >
	
	<div class="linkerkolom" style="">
		<div class="linkerkolom-navigatiecontainer" style="background-color:#be1860;">
			
	<ul class="linkerkolom-navigatielist" >
				
		
				<li class="hoofd" >
					<a href="/kennispoort_en_innovatie/231/" title="Kennispoort en innovatie">Kennispoort en innovatie</a>
					
				</li>				
				
				
				<li class="hoofd" >
					<a href="/agenda/286/" title="Agenda">Agenda</a>
					
				</li>				
				
				
				<li class="hoofdactief" >
					<a href="/nieuws/287/" title="Nieuws">Nieuws</a>
					
				</li>				
				
				
				<li class="hoofd" >
					<a href="/financieringsdesk/310/" title="Financieringsdesk">Financieringsdesk</a>
					
				</li>				
				
				
				<li class="hoofd" >
					<a href="/innovatieversneller/321/" title="Innovatieversneller">Innovatieversneller</a>
					
				</li>				
				
				
				<li class="hoofd" >
					<a href="/kenniskringen/230/" title="Kenniskringen">Kenniskringen</a>
					
				</li>				
				
				
				<li class="hoofd" >
					<a href="/ondernemend_innoveren/311/" title="Ondernemend innoveren">Ondernemend innoveren</a>
					
				</li>				
				
				
				<li class="hoofd last" >
					<a href="/brochures/296/" title="Brochures">Brochures</a>
					
				</li>				
				
					
		
	</ul>

		</div>
		<div class="linkerkolom-navigatie-bottom" style="background-color:#be1860;" ></div>

		<div class="linkerkolom-zoekcontainer">
			
			<p>
				
	<script>
		function selectOnderwijs(strTerm){
			if(strTerm != ""){
				document.location.href = "/zoeken_op_thema/"+strTerm+"/";
			}
		}
	</script>
	<select onchange="selectOnderwijs(this.value)" >
		<option>Zoeken op thema</option>
		
		<option value="Duurzaamheid" >Duurzaamheid</option><option value="Economie" >Economie</option><option value="Financiering" >Financiering</option><option value="food" >food</option><option value="Health" >Health</option><option value="Innoveren" >Innoveren</option><option value="Kennisnetwerken" >Kennisnetwerken</option><option value="Kunststof%20en%20Chemie" >Kunststof en Chemie</option><option value="Ondernemen" >Ondernemen</option><option value="People" >People</option><option value="Recht" >Recht</option><option value="Technology" >Technology</option><option value="Toerisme%20en%20Ontspanning" >Toerisme en Ontspanning</option><option value="Zorg,%20ICT%20en%20Techniek" >Zorg, ICT en Techniek</option>
	</select>
 
			</p>
			<form id="frmZoek" name="frmZoek" method="get" action="/zoeken/" >
			<p>
				<input value="Zoeken op trefwoord" onfocus="if($(this).val() == 'Zoeken op trefwoord'){$(this).val('');} " onblur="if($(this).val() == ''){$(this).val('Zoeken op trefwoord');}" name="q" id="strZoek">
				<a href="javascript:$('#frmZoek').submit();" onclick="if($('#strZoek').val() == 'Zoeken op trefwoord'){$('#strZoek').val('');}" class="linkerkolom-zoeken" >zoeken</a>
			</p>
			</form>
			
		</div>
		<div class="linkerkolom-highlightscontainer">
			
		</div>
		
						<div class="linkerkolom-banner">
							<center>
							<a href="http://www.kennispoortregiozwolle.nl/innovatieversneller/321/" target="_self" ><img src="/data/inzetten/foto-26-banner.jpg" width="224" title="Innovatieversneller" /></a>
							</center>
						</div>
					
						<div class="linkerkolom-banner">
							<center>
							<a href="http://www.kennispoortregiozwolle.nl/ondernemend_innoveren/311/" target="_self" ><img src="/data/inzetten/foto-25-banner.jpg" width="224" title="Ondernemend Innoveren" /></a>
							</center>
						</div>
					
						<div class="linkerkolom-banner">
							<center>
							<a href="http://www.kennispoortregiozwolle.nl/financieringsdesk/310/" target="_self" ><img src="/data/inzetten/foto-24-banner.jpg" width="224" title="Financieringsdesk" /></a>
							</center>
						</div>
					
	</div>
	<!-- stijl voor rechts in de contentkolom, zodat hoogte goed is.. -->
	<div class="contentkolom" style="background-image:url('/data/stijlen/15/right/pijl-rechts.jpg');background-repeat:no-repeat;background-position:top right;" >
		<div style="width:659px;min-height:600px;padding-left:15px;float:left;">
		
		<dl class="contentblok-met-visual">
		<dd class='content contentbreed'>
		</dd>
	<dl class="linkoverzicht-container">

	<dt class="kop">Nieuws</dt>

		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">02-02-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_2_februari_2012/807/">Food Valley Nieuwsbrief 2 februari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">26-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_26_januari_2012/804/">Food Valley Nieuwsbrief 26 januari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuwsbrief_januari_2012/805/">Health Valley Nieuwsbrief januari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">19-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/agentschapnl_houdt_voorlichtingsbijeenkomsten_wbso2012/802/">AgentschapNL houdt voorlichtingsbijeenkomsten WBSO2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_12_januari_2012/801/">Food Valley Nieuwsbrief 12 januari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kansen_voor_ondernemend_en_innoverend_overijssel/797/">Kansen voor ondernemend en innoverend Overijssel</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">02-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/zeer_geslaagde_eindejaarslunch_kennispoort/794/">Zeer geslaagde eindejaarslunch Kennispoort</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">05-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_5_januari_2012/796/">Food Valley Nieuwsbrief 5 januari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/regelingen_agentschapnl_per_1_januari_2012/792/">Regelingen AgentschapNL per 1 januari 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">04-01-2012</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/fiscaalvoordeel_bij_aanschaf_lichtgewicht_composieten_kipperbak/793/">Fiscaalvoordeel bij aanschaf lichtgewicht composieten kip...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">22-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_22_december_2011/789/">Food Valley Nieuwsbrief 22 december 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_15_december_2011/786/">Food Valley Nieuwsbrief 15 december 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">13-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/787/">Kennispoort in De Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_8_december_2011/785/">Food Valley Nieuwsbrief 8 december 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_1_december_2012/783/">Food Valley Nieuwsbrief 1 december 2012</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-12-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuwsbrief_1_december_2011/784/">Health Valley nieuwsbrief 1 december 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">30-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/tele_hartrevalidatie_thuis_om_leefstijlverandering_vol_te_houden/782/">Tele hartrevalidatie thuis om leefstijlverandering vol te...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">24-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_24_november_2011/781/">Food Valley Nieuwsbrief 24 november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/leer-werkproject_binq/779/">Leer-werkproject BinQ</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/nieuwe_research_development_aftrek_(rda)/780/">Nieuwe Research & Development Aftrek (RDA)</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">18-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_artikel_mbo_mbi_in_zwolle_business/778/">Kennispoort artikel MBO/MBI in Zwolle Business</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">18-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/nieuwsbrief_centrum_van_het_familiebedrijf/774/">Nieuwsbrief Centrum van het Familiebedrijf</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">17-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_17_november_2011/775/">Food Valley Nieuwsbrief 17 november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/informal_investment_twiner/776/">Informal Investment Twiner</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">16-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/masteravond_met_michiel_muller_een_succes/777/">Masteravond met Michiel Muller een succes</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_10_november_2011/771/">Food Valley Nieuwsbrief 10 november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer_november_2011/770/">Kennispoort in De Ondernemer november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">03-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_3_november_2011/769/">Food Valley Nieuwsbrief 3 november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">03-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/e-zine_zwolle_kampen_netwerkstad/768/">E-zine Zwolle Kampen Netwerkstad</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-11-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuws_oktober_november_2011/765/">Health Valley Nieuws oktober/november 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/lunch_sociale_innovatie_met_spreker_jan_bommerez/764/">Lunch Sociale Innovatie met spreker Jan Bommerez</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_26_oktober_2011/763/">Food Valley Nieuwsbrief 26 oktober 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">21-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/nieuwsbrief_food_valley_21_oktober_2011/760/">Nieuwsbrief Food Valley 21 oktober 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">20-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/young_technology_award_2011_de_verkiezing_voor_snelgroeiende_innovatieve_bedrijven/758/">Young Technology Award 2011: de verkiezing voor snelgroei...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">13-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer_september_2011/756/">Kennispoort in De Ondernemer september 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer_oktober_2011/755/">Kennispoort in De Ondernemer oktober 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">06-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_6_oktober_2011/752/">Food Valley Nieuwsbrief 6 oktober 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">04-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/succesvolle_bijeenkomst_mbi_mbo_als_strategie_voor_bedrijfsoverdracht_/753/">Succesvolle bijeenkomst 'MBI/MBO als strategie voor bedri...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">11-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/oost-nederland_leert_van_silicon_valley_meeting_met_russell_hancock/751/">Oost-Nederland leert van Silicon Valley: meeting met Russ...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">29-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_29_september_2011/749/">Food Valley Nieuwsbrief 29 september 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">03-10-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/fiby_kipper_genomineerd_voor_herman_wijffels_innovatieprijs/750/">Fiby Kipper genomineerd voor Herman Wijffels Innovatieprijs</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">26-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuws_september_2011/747/">Health Valley Nieuws September 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">22-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_22_september_2011/744/">Food Valley Nieuwsbrief 22 september 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/uitgave_kinderboek_door_stichting_hibertad/746/">Uitgave kinderboek door Stichting Hibertad</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_15_september_2011/742/">Food Valley Nieuwsbrief 15 september 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/polymer_science_park_open_innovatiecentrum_in_zwolle/737/">Polymer Science Park, open innovatiecentrum in Zwolle</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/nieuwsbrief_food_valley_donderdag_8_september_2011/738/">Nieuwsbrief Food Valley donderdag 8 september 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-09-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/artikel_familiebedrijven_/739/">Artikel Familiebedrijven </a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">29-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/venturelab_informatiebijeenkomsten_en_open_training/736/">VentureLab: Informatiebijeenkomsten en Open Training</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">25-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_25_augustus_2011/734/">Food Valley Nieuwsbrief 25 augustus 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">24-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_news_augustus_2011/731/">Health Valley News augustus 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">18-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_18_augustus_2011/730/">Food Valley nieuwsbrief 18 augustus 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">11-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_11_augustus_2011/729/">Food Valley nieuwsbrief 11 augustus 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/hbo-student_brengt_scania_stap_verder_in_productielogistiek/728/">HBO-student brengt Scania stap verder in productielogistiek</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">04-08-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_4_augustus_2011/726/">Food Valley nieuwsbrief 4 augustus 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">28-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_28_juli_2011/720/">Food Valley Nieuwsbrief 28 juli 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/eerste_asfalttest_volvo_fmx_met_fiby_kipper_daverend_succes/710/">Eerste asfalttest Volvo FMX met FIBY kipper daverend succes</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/bericht_vno-ncw_we_doen_het_goed_in_deze_regio_/711/">Bericht VNO-NCW: 'We doen het goed in deze regio'</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/productconcept_voortgekomen_uit_het_traject_ondernemend_innoveren/712/">Productconcept voortgekomen uit het traject Ondernemend I...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/het_onderzoekstandem_carola_en_sjef_werkt_samen_aan_het_trombosis_at_home_project/713/">Het onderzoekstandem Carola en Sjef werkt samen aan het '...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/714/">Kennispoort in De Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">06-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/rene_pluim_medewerker_financieringsdesk_in_the_picture_/694/">René Pluim, medewerker Financieringsdesk, 'in the picture'</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">05-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/inschrijving_jan_terlouw_innovatieprijs_geopend/692/">Inschrijving Jan Terlouw Innovatieprijs geopend</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">05-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/=meer_innovatieprijs_2011/693/">=MEER Innovatieprijs 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">28-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/aftrap_ronde_iii_van_ondernemend_innoveren/691/">Aftrap ronde III van Ondernemend Innoveren</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">30-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_30_juni_2011/688/">Food Valley Nieuwsbrief 30 juni 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/vno-ncw_bijeenkomst_regio_zwolle_als_toplocatie_op_de_kaart_in_den_haag/689/">VNO-NCW bijeenkomst: Regio Zwolle als toplocatie op de ka...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-07-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/ondernemers_financiers_en_overheid_treffen_elkaar_tijdens_netwerkevent/690/">Ondernemers, financiers en overheid treffen elkaar tijden...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_23_juni_2011/685/">Food Valley Nieuwsbrief 23 juni 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">17-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/spreker_ap_dijksterhuis_inspirerend/683/">Spreker Ap Dijksterhuis inspirerend</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">16-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_16_juni_2011/684/">Food Valley Nieuwsbrief 16 juni 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_9_juni_2011/680/">Food Valley Nieuwsbrief 9 juni 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-06-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuws_mei_juni/681/">Health Valley Nieuws mei/juni</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/eerste_bijeenkomst_kenniskring_het_veilig_en_efficient_inrichten_van_ict_voorzieningen_voor_zp-ers_/678/">Eerste bijeenkomst kenniskring 'Het veilig en efficiënt i...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">26-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_26_mei_2011/679/">Food Valley Nieuwsbrief 26 mei 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">19-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_19_mei_2011/675/">Food Valley Nieuwsbrief 19 mei 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">20-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kenniskring_onderneemkracht_van_de_zelfstandige_professional_succesvol/676/">Kenniskring 'Onderneemkracht van de Zelfstandige Professi...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">20-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/oog_in_oog_ontmoeting/677/">Oog in oog Ontmoeting</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">17-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/innovatieve_vertaler_van_de_menselijke_gesteldheid/674/">Innovatieve vertaler van de menselijke gesteldheid</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_12_mei_2011/672/">Food Valley Nieuwsbrief 12 mei 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/671/">Kennispoort in De Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">05-05-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_5_mei_2011/670/">Food Valley Nieuwsbrief 5 mei 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">28-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_28_april_2011/668/">Food Valley Nieuwsbrief 28 april 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">26-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/hans_alders_de_financieringsdesk_is_mijn_hulplijn_/665/">Hans Alders: "De Financieringsdesk is mijn hulplijn"</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">21-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_21_april_2011/666/">Food Valley Nieuwsbrief 21 april 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">21-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_feliciteert_esmee_pater_zwolse_studentondernemer_van_het_jaar/663/">Kennispoort feliciteert Esmée Pater, Zwolse Studentondern...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">14-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuwsbrief_14_april_2011/652/">Health Valley Nieuwsbrief 14 april 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">14-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_14_april_2011/653/">Food Valley Nieuwsbrief 14 april 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">11-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/mobihealth_en_isala_besparen_40_miljoen_dankzij_betere_trombosezorg/654/">MobiHealth en Isala besparen 40 miljoen dankzij betere tr...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">13-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kenniskring_goed_besturen_van_(familie)bedrijf_/649/">Kenniskring "Goed besturen van (familie)bedrijf"</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">07-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_7_april_2011/644/">Food Valley nieuwsbrief 7 april 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/inspirerende_masteravond_ellla_en_kennispoort/637/">Inspirerende masteravond ELLLA en Kennispoort</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">30-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/eerste_bijeenkomst_kenniskring_goed_bestuur_van_(familie)bedrijf_een_succes/631/">Eerste bijeenkomst kenniskring "Goed bestuur van (familie...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">31-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_31_maart_2011/633/">Food Valley nieuwsbrief 31 maart 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">06-04-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/ondernemer_v_h_jaar_lucien_perizonius_spreekt_tijdens_samen_slimmer_groeien_op_6_april/635/">Ondernemer v.h. jaar, Lucien Perizonius, spreekt tijdens ...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">29-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/persbericht_over_awarduitreiking_jec_composites_show/630/">Persbericht over awarduitreiking JEC Composites Show</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/_ondernemers_en_investeerders_verenigd_een_verslag_van_een_bijeenkomst/629/">"Ondernemers en investeerders verenigd"; een verslag van ...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">24-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_24_maart_2011/628/">Food Valley nieuwsbrief 24 maart 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">16-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/persbericht_met_creativiteit_meer_economie/623/">Persbericht: Met creativiteit meer economie</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">18-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_18_maart_2011/624/">Food Valley nieuwsbrief 18 maart 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/een_impressie_van_symposium_co-creatie_in_de_maakindustrie_tijdens_people_s_business/626/">Een impressie van symposium "co-creatie in de maakindustr...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_10_maart_2011/622/">Food Valley nieuwsbrief 10 maart 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">08-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/621/">Kennispoort in de Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/symposium_co-creatie_in_de_maakindustrie_/616/">Symposium co-creatie in de maakindustrie: </a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">04-03-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/ondernemers_gezocht_voor_project_ondernemend_innoveren/617/">Ondernemers gezocht voor project Ondernemend Innoveren</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">24-02-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/food_valley_nieuwsbrief_24_februari_2011/614/">Food Valley Nieuwsbrief 24 februari 2011</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">17-02-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/health_valley_nieuwsbrief_/613/">Health Valley nieuwsbrief </a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">14-02-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/bezoek_minister_verhagen_aan_bijeenkomst_van_kennispoort_regio_zwolle_bij_van_wijhe_verf/606/">Bezoek minister Verhagen aan bijeenkomst van Kennispoort ...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">03-02-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/roelofs_kipper_wint_internationale_innovatie_award/597/">Roelofs Kipper wint internationale Innovatie Award</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">31-01-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/wsbo-voorlichtingsbijeenkomsten_voor_ondernemers/591/">WSBO-voorlichtingsbijeenkomsten voor ondernemers</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-01-2011</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/leader_subisie_voor_hibertad_hardenberg/588/">LEADER Subisie voor Hibertad Hardenberg</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">16-12-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/persbericht_10e_participant_voor_financieringsdesk_regio_zwolle/579/">PERSBERICHT 10e participant voor Financieringsdesk Regio ...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">10-12-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/eindejaarslunch/576/">Eindejaarslunch</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">07-12-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/persbericht_eindejaarslunch_vrijdag_10_december/572/">PERSBERICHT Eindejaarslunch vrijdag 10 december</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">13-10-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/558/">Kennispoort in De Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">09-11-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_in_de_ondernemer/546/">Kennispoort in De Ondernemer</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">19-10-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kenniskring_blue_ocean_strategy_/545/">Kenniskring "Blue Ocean Strategy"</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">20-10-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/boeiende_bijeenkomst_financiele_intermediairs/541/">Boeiende bijeenkomst financiële intermediairs</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">01-11-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/young_technology_award_voor_innovatieve_bedrijven/540/">Young Technology Award voor innovatieve bedrijven</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">22-09-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/_hello-goodbye_meeting/533/">"Hello-Goodbye" meeting</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-09-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/innovatie_biedt_nieuwe_kansen_voor_de_voedingsmiddelenindustrie/532/">Innovatie biedt nieuwe kansen voor de voedingsmiddelenind...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">17-09-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/persbericht_food_future/530/">Persbericht Food Future</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">06-09-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/week_van_de_verbinding/527/">Week van de Verbinding</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">15-06-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/mkb_kredietfaciliteit_gelderland/520/">MKB Kredietfaciliteit Gelderland</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-04-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/bent_u_als_ondernemer_op_zoek_naar_een_financiering_/508/">Bent u als ondernemer op zoek naar een financiering?</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					Bent u als ondernemer op zoek naar een financiering tot € 35.000 voor uw bedrijfsactiviteiten?

Vanaf april 2010 biedt Financieringsdesk de mogelijkheid gebruik te maken van een maandelijks spreekuur met Qredits. Het spreekuur vindt plaats in het Ondernemingshuis op locatie van de Kamer van Koophandel in Zwolle. Voor een compleet overzicht van data in 2010, klik op agenda.
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">12-04-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/met_voeten_getreden_kunststoeptegels_in_zwolle/511/">Met voeten getreden! Kunststoeptegels in Zwolle</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">23-02-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/kennispoort_op_people_s_business_2010/493/">Kennispoort op People's Business 2010</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">14-02-2010</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/aankondiging_tender_2010_programma_ict_diensteninnovatie_2008_-_2011/494/">Aankondiging tender 2010, programma ICT Diensteninnovatie...</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
		<dt class="accordion datumbreed" title="Klik om de inleiding te lezen">27-11-2009</dt>
			<dd>-&nbsp;
				<a href="/nieuws/287/informatiebijeenkomst_ondernemend_innoveren_een_succes/489/">Informatiebijeenkomst Ondernemend Innoveren een succes</a>
				
				<div class="accordionPanel" style="margin-bottom:15px;">
					<div style="clear:left;height:10px;"></div>	
					
				</div>
			</dd>
	
	</dl>
	
		</dl>
		&nbsp;
		</div>
	
		
	</div>
	
	</div>
	<div class="footer-container">
		
	<div class="footer-partners">
		<span style="line-height:24px;float:left;height:24px;">Partners:</span>
		<a href="http://www.kvk.nl/?postcode=Zwolle" target="_blank"><img src="/img/partners/kvk.gif" border="0" /></a>
		<a href="http://provincie.overijssel.nl" target="_blank"><img src="/img/partners/overijssel.gif" border="0" /></a>
		<a href="http://www.zwolle.nl" target="_blank"><img src="/img/partners/zwolle.gif" border="0" /></a>
		<a href="http://www.windesheim.nl" target="_blank"><img src="/img/partners/windesheim.gif" border="0" /></a>
	</div>
	<ul class="footer-rechts-navigatie">

	
		<li>
		<a href="/disclaimer/247/" title="Disclaimer" >Disclaimer</a>
		</li>
		
		<li>
		<a href="/sitemap/248/" title="Sitemap" >Sitemap</a>
		</li>
		
<li style="background:none;">&copy; 2012 Kennispoort</li>
</ul>
	</div>
</div>

	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
		try {
		var pageTracker = _gat._getTracker("UA-4676181-1");
		pageTracker._trackPageview();
		} catch(err) {}
	</script>


</body>
</html>
