CINXE.COM

TFZ

<!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="de"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="de"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="de"> <![endif]--> <html class="no-js" lang="de"> <head> <meta name="GENERATOR" content="IMPERIA 10.5.2_1" /> <meta charset="utf-8" /> <meta name="language" content="de" /> <title>TFZ </title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta property="fb:pages" content="170055473557382" /> <meta property="og:title" content="Projektsuche des TFZ" /> <meta property="og:description" content=" Das TFZ - Technologie- und Förderzentrum forscht zu aktuellen Fragen der Energie- und Rohstoffwende: Welche Energiepflanzen schaffen nachhaltig Vielfalt? Wie heizt man richtig mit Holz? Welche Biokraftstoffe haben Zukunft? Die Projektsuche bietet Ihnen dabei die Möglichkeit, abgeschlossene oder aktuelle Forschungsprojekte des TFZ in Erfahrung zu bringen. Die Eingabe von freien Suchbegriffen ist ebenso möglich, wie die Recherche nach bestimmten Themengebieten." /> <meta name="robots" content="index,follow" /> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <![endif]--> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=3, initial-scale=1" /> <!-- <link rel="stylesheet" href="/resp/css/stmelf.css" /> --> <link rel="stylesheet" href="/resp/css/normalize.css" /> <link rel="stylesheet" href="/resp/css/grid.css" /> <link rel="stylesheet" href="/resp/css/modules.css" /> <link rel="stylesheet" href="/resp/css/modules_teaser.css" /> <link rel="stylesheet" href="/resp/css/innermodules.css" /> <link rel="stylesheet" href="/resp/css/modules_layer.css" /> <link rel="stylesheet" href="/resp/css/mediaqueries.css" /> <link rel="stylesheet" href="/resp/css/general.css" /> <link rel="stylesheet" href="/resp/css/imperia_fixes.css" /> <link rel="stylesheet" href="/res/css/additional_fixes.css" /> <link rel="stylesheet" href="/resp/css/transfer_fixes.css" /> <link rel="stylesheet" href="/cms08/mres/css/stmelf.css" /> <link href="/resp/css/print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/cms08/mres/css/print.css" media="print" /> <script type="text/javascript"> var al_scms = "cms08"; var al_scrambled = []; </script> <!--[if lt IE 9]> <script src="/resp/js/libs/modernizr.respond.js"></script> <![endif]--> <script src="/resp/js/jquery/jquery-3.4.1.js"></script> <script src="/resp/js/libs/log.js"></script> <script src="/resp/js/libs/browser.selector.js"></script> <script src="/resp/js/scripts.js"></script> <script src="/resp/js/libs/jquery/jquery.cookie.js"></script> <script src="/resp/js/libs/jquery/jquery.mb.browser.min.js"></script> <script src="/resp/js/libs/jquery/jquery.matchheight-1.3.js"></script> <script src="/resp/js/libs/jquery/jquery.autolink.js"></script> <script src="/resp/js/libs/jquery/jquery.mousewheel-3.0.6.pack.js"></script> <script src="/resp/js/jtoggle.js"></script> <script src="/resp/js/general.js"></script> <!-- fb 2019 --> <link rel="stylesheet" href="/resp/js/jquery/plugins/fancybox/jquery.fancybox.min.css" /> <script src="/resp/js/jquery/plugins/fancybox/jquery.fancybox.min.js"></script> <script src="/resp/js/documentready.js"></script> <script src="/resp/js/libs/jquery/popModal.js"></script> <link rel="stylesheet" href="/resp/js/libs/jquery/popModal.css" type="text/css" /> <style type="text/css"> .popModal {padding: 10px;} .popModal .popModal_content.popModal_contentOverflow {margin: 5px -8px;} </style> <script> function checkSearchToggler(){ var singlePublisher = 1; var hasSearched = false; var mytoggleOpen = false; var myQuery = location.search; if(myQuery.match(/fe_time_a=com/)){ mytoggleOpen = true; } else if(myQuery.match(/fe_category/)){ mytoggleOpen = true; } else if( myQuery.match(/fe_funding=[a-z]/i) || myQuery.match(/fe_fkz=[a-z0-9]/i) ){ mytoggleOpen = true; } else if(myQuery.match(/fe_publisher=cms\d\d/)){ mytoggleOpen = true; if(singlePublisher){ mytoggleOpen = false; } } if(mytoggleOpen){ var myToggler = document.getElementById('feOptions'); myToggler.style.display= 'block'; var myTogglerCtrl = jQuery('#feToggler'); myTogglerCtrl.removeClass('jsToggleInactive'); myTogglerCtrl.addClass('jsActive'); document.getElementById('feToggler').scrollIntoView(); } else if(myQuery.match(/fesearch=/)){ document.getElementById('feSearch').scrollIntoView(); } } function setKw(checked , value , name, id){ var tid = id.substring(2 , id.lastIndexOf('-') ); var cidObj = jQuery("#cid" + tid ); jQuery("#kwballoon-" + tid + "-content input[value='" + value + "']").prop('checked' , checked); jQuery(this).prop('checked' , checked); if(checked){ jQuery("#kwballoon-" + tid + "-content input[value='" + value + "']").attr('checked' , 'checked'); jQuery(this).attr('checked' , 'checked'); // check also parent cat cidObj.prop('checked' , checked); } else{ jQuery("#kwballoon-" + tid + "-content input[value='" + value + "']").removeAttr('checked'); jQuery(this).removeAttr('checked'); } } function stmelfResetForm(formObj){ jQuery(jQuery("#"+formObj).prop('elements')).each(function(){ if(this.type =='text'){ this.value = ''; } else if(this.type =='checkbox'){ this.checked = false; } else if(this.type =='radio'){ this.checked = false; if(this.value == 'current'){ this.checked = true; } } else if(this.type =='select-one'){ this.selectedIndex = 0; } }); var cleanUri = document.location.href.substring(0, document.location.href.indexOf('?')); history.pushState('', document.title, cleanUri); } function publisherCheck(){ if(jQuery("#fe_publisher").length){ jQuery("#fe_publisher").change(function() { var mypublisher = document.getElementById('fe_publisher').options[document.getElementById('fe_publisher').selectedIndex].value; var mysearch = location.href if(mypublisher == "all"){ if(mysearch.indexOf('fe_publisher') != -1){ mysearch = mysearch.replace(/(\?|&)?fe_publisher=cms\d\d/, ''); location.href = mysearch; } } else if(mypublisher != ""){ // reset cats and keys var currentsearch = mysearch; var baseUri = currentsearch.substring(0, currentsearch.indexOf('?')); var search = currentsearch.substring(currentsearch.indexOf('?') +1 , currentsearch.length); var newsearch = '?'; if(search != "undefined" && search.indexOf('=') != -1){ var mypairs = search.split('&'); for(var i=0;i< mypairs.length;i++){ var key = mypairs[i].split('=')[0]; var value = mypairs[i].split('=')[1]; if(key.match(/fe_category|kw/)){ continue; } else if(key == 'fe_publisher') { newsearch += 'fe_publisher=' + mypublisher + '&'; } else{ newsearch += key + '=' + value + '&'; } } } // check if publisher isset if(newsearch.indexOf('fe_publisher=') == -1){ newsearch += 'fe_publisher=' + mypublisher + '&'; } newsearch = newsearch.substring(0, newsearch.length-1); location.href = baseUri + newsearch; } }); } } jQuery(document).ready(function() { checkSearchToggler(); }); </script> <script src="/cms08/mres/js/stmelf.js" type="text/javascript"></script> <meta name="X-Imperia-Live-Info" content="09c2b9ce-41b0-7f12-5327-9073ff277ab0/23376/25828/184396" /> </head> <body> <!-- begin: pageGrid --> <div class="pageGrid"> <!-- begin #wrapper --> <div id="wrapper"> <!-- begin: moduleHeader --> <!--IFTS_NO_PARSE--> <header id="header"> <nav class="moduleNaviMeta"> <ul class="cf"> <li><a href="/cms08/en/index.php">English website</a><span>|</span></li> <li><a href="/cms08/tfz/kontakt/index.php">Kontakt</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/index.php">Über uns</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/283796/index.php">Leitbild</a><span>|</span></li> <li><a href="/cms08/stellenangebote/index.php">Stellenangebote</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/253003/index.php">Leichte Sprache</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/276922/index.php">Barrierefreiheit</a><span>|</span></li> <li><a href="/cms08/publikationen/index.php">Publikationen</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/195299/index.php">Datenschutzerklärung</a><span>|</span></li> <li><a href="/cms08/tfz/organisation/036447/index.php">Impressum</a></li> </ul> </nav><div class="moduleLogos cf cms08"><div class="boxLeft"> <a href="/cms08/index.php"><img src="/mam/cms08/startseite/bilder/tfz-logo_final.gif" alt="Schriftzug TFZ" /></a> <div class="boxLogo2"><div style="height:54px;width:0px;"></div></div> </div> <div class="boxRight"> <a href="/cms08/index.php"> <span class="boxLogoStmelf"> <img alt="Tfz Schriftzug" src="/mam/cms08/startseite/bilder/tfz_schriftzug.gif"> </span></a> <span class="boxWappenStmelf"><a href="https://www.stmelf.bayern.de" target="_blank"> <img longdesc="http://de.wikipedia.org/wiki/Bayerisches_Staatswappen" alt="Bayerischen Staatswappen" src="/resp/img/logos/wappen_staatsministerium_resp.gif"></a></span> </div> </div></header><!--// moduleLogos --> <!--/header --> <!-- end: moduleHeader ok --> <!-- begin: section gridMain //--> <section class="gridMain gridMainCols2ContentRight cf"> <!-- begin: moduleHeaderImage //--> <div class="moduleHeaderImage"> <img src="/mam/cms08/tfz/bilder/fittosize__1114_0_852ab4c3ad7a9864a3bf5493de7f8133_header_timeline_tfz_web.jpg" alt="HEADER Timeline TFZ 40 Jahre Forschung " class="inhHeadImage"/> <div class="boxOverlay"></div> <div class="boxOverlayBottom"></div> <form name="form_suche" id="form_suche" action="/cgi-bin/fts_cms08.pl" method="get"> <a id="suchen" name="suchen"></a> <div class="moduleSearch cf"> <label class="accessible" for="suche">Suche</label> <input type="text" name="SEARCH" id="suche" value="Suchbegriff eingeben" onfocus="STMELF.clearField(this);" /> <input type="hidden" value="80" name="HTML-NR" /> <input type="hidden" value="08" name="dg" /> <input type="hidden" value="HTML" name="Type" /> <input class="formButtonSearch" type="image" src="/resp/img/buttons/but_suchen.gif" title="Suche ausführen" alt="Suchen" /> </div> </form> <div class="moduleIcons"> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Schriftgröße um eine Stufe verkleinern" src="/resp/img/icons/schrift_klein_low.gif" /> <a class="spriteIcons boxFont" href="?fontsize=-1" title="Schriftgröße um eine Stufe verkleinern"> <span class="accessible">&minus;</span> </a> </div> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Schriftgröße um eine Stufe vergrößern" src="/resp/img/icons/schrift_gross_low.gif" /> <a class="spriteIcons boxFontBig" href="?fontsize=1" title="Schriftgröße um eine Stufe vergrößern"> <span class="accessible">+</span> </a> </div> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Seite drucken" src="/resp/img/icons/drucken_low.gif" /> <a class="spriteIcons boxPrint" href="?layer=print&amp;" target="_blank" id="layer_print_link" title="Seite drucken"> <span class="accessible">Seite drucken</span> </a> </div> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Link zum StMELF-YouTube-Kanal" src="/resp/img/icons/youtube_icon.png" /> <a class="spriteIcons boxYoutube" target="_blank" href="https://www.youtube.com/channel/UCcv-wyjsGVhRsOYEPRwrDZw" title="Youtube-Kanal des StMELF"> <span class="accessible">Youtube-Kanal des StMELF</span> </a> </div> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Link zum StMELF-Facebook-Kanal" src="/resp/img/icons/faceb_icon.png" /> <a class="spriteIcons boxYoutube" target="_blank" href="https://www.facebook.com/Land.Schafft.Bayern/" title="Facebook-Kanal des StMELF"> <span class="accessible">Facebook-Kanal des StMELF</span> </a> </div> <div class="moduleIcons2"> <img class="moduleIconImg" alt="Link zum StMELF-Instagram-Kanal" src="/resp/img/icons/instagram_icon.png" /> <a class="spriteIcons boxYoutube" target="_blank" href="https://www.instagram.com/Land.Schafft.Bayern/" title="Instagram-Kanal des StMELF"> <span class="accessible">Instagram-Kanal des StMELF</span> </a> </div> </div> <!-- Ende moduleIcons --> <div id="box_toplayers"> <!-- headIcon Layer Email empty --> </div> </div><!-- end: moduleHeaderImage //--> <!-- begin: section gridContentLeft //--> <!-- begin: moduleNavigation //--> <section class="gridContentLeft"> <a id="menue"></a> <nav class="moduleNavigation moduleNavigationSub"> <a class="boxToggle boxClosed" id="navTop" href="javascript:void(0);"> <span>Navigation öffnen</span><!-- smartphone klapper --> </a> <div class="boxToggleContent"> <ul class="boxNav1"> <li style="" class="nl1"> <a href="/cms08/index.php">Startseite</a> </li> <li style="" class="nl1"> <a href="/cms08/rohstoffpflanzen/index.php">Energie- und Rohstoffpflanzen </a> </li> <li style="" class="nl1"> <a href="/cms08/biogenefestbrennstoffe/index.php">Biogene Festbrennstoffe</a> </li> <li style="" class="nl1"> <a href="/cms08/biokraftstoffe/index.php">Erneuerbare Kraftstoffe</a> </li> <li style="" class="nl1"> <a href="/cms08/stofflichenutzung/index.php">Erneuerbare Materialien</a> </li> <li style="" class="nl1"> <a href="/cms08/ethikundakzeptanz/index.php">Ethik und Akzeptanz</a> </li> <li style="" class="nl1"> <a href="/cms08/umweltbewertung/index.php">Umweltbewertung</a> </li> <li style="" class="nl1"> <a href="/cms08/landschafftenergie/index.php">LandSchafftEnergie</a> </li> <li style="" class="nl1"> <a href="/cms08/service/index.php">Service</a> </li> <li style="" class="nl1"> <a href="/cms08/foerderung/index.php">Förderung </a> </li> <li style="" class="nl1"> <a href="/cms08/nawareum/index.php">Nawareum</a> </li> <li style="" class="boxActive nl1"> <a href="/cms08/tfz/index.php" class="activeBg boxHasSub active">TFZ </a> <a class="boxBack boxBackShow" href="javascript:;">Zurück</a> <ul> <li style="" class="nl2"> <a href="/cms08/tfz/organisation/index.php">Organisation</a> </li> <li style="" class="nl2"> <a href="/cms08/tfz/ausschreibungen/index.php">Ausschreibungen </a> </li> <li style="" class="nl2"> <a href="/cms08/tfz/zentraledienste/index.php">Zentrale Dienste </a> </li> <li style="" class="nl2"> <a href="/cms08/tfz/kontakt/index.php">Kontakt</a> </li> <li style="" class="nl2"> <a href="/cms08/tfz/anfahrt/index.php">Anfahrt </a> </li> </ul> </li> <li style="" class="nl1"> <a href="/cms08/stellenangebote/index.php">Stellenangebote</a> </li> </ul> </div> <a class="boxInvisible boxToggle boxClosed" id="navBottom" href="javascript:void(0);"> <span>Navigation schließen</span><!-- smartphone klapper --> </a> </nav> </section> <!-- end: moduleNavigation //--> <!-- end: section gridContentLeft //--> <!-- begin: section gridContentFull //--> <section class="gridContentFull al-content"> <!-- begin: divContent --> <div class="divContent al-cms08" id="rs_read_this"> <div class="innerModuleLineTop"></div> <!--IFTS_PARSE--> <h1><span>Forschung und Innovation</span><br />Projektsuche des TFZ</h1> <div class="moduleCont1 firstModule clearfix"> <div class="boxImage" style="float:left;padding-right:15px;padding-bottom:0;width:207px;"><img src="/mam/cms08/startseite/bilder/fittosize__207_0_a95c1a2b8beae380b90edfcf08c21bd5_160218_siloabdeckung_brunner_schreieder_tfz.jpg" alt="Landwirtschaftsminister Helmut Brunner prüft die neuartige Siloabdeckung aus Nachwachsenden Rohstoffen" /></div>Das TFZ - Technologie- und Förderzentrum forscht zu aktuellen Fragen der Energie- und Rohstoffwende: Welche Energiepflanzen schaffen nachhaltig Vielfalt? Wie heizt man richtig mit Holz? Welche Biokraftstoffe haben Zukunft? Die Projektsuche bietet Ihnen dabei die Möglichkeit, abgeschlossene oder aktuelle Forschungsprojekte des TFZ in Erfahrung zu bringen. Die Eingabe von freien Suchbegriffen ist ebenso möglich, wie die Recherche nach bestimmten Themengebieten.</div> <!-- <img alt="Bild für RSS" src="/mam/cms08/startseite/bilder/fittosize__75_50_80dfa77e2447c73b0db4a7c82d586df5_160218_siloabdeckung_brunner_schreieder_tfz.jpg"/> 4 publisher // --> <h2 style="margin-bottom:1em;">Die neuesten Projekte des TFZ</h2> <div class="moduleCont1 clearfix"> <h3>Akzeptanz und Effekte von klimafreundlichen Antrieben in der Landwirtschaft</h3> <div class="boxImage" style="float:left;padding-right:15px;padding-bottom:0;padding-top:0;width:132px;"> <img src="/mam/cms08/biokraftstoffe/bilder/fittosize_132_0_c081f0ece7bb05f433a191f375545774_db0a7172_zuschnitt.jpg" alt="Eine Dame interviewt mit Klemmbrett zwei Herren. Sie stehen vor einem John Deere-Traktoren mit verschiedenfarbenen Kanistern und zwei kleinen Gasflaschen auf Feldweg." style="width:132px;" /> </div> <p>Oberziel des Projekts ist es, die Akzeptanz klimafreundlicher Antriebe in der Landwirtschaft zu stärken. Im Teilprojekt des TFZ werden der Stand alternativer Antriebe für Landmaschinen sowie die rechtlichen Rahmenbedingungen aufgezeigt. Anschließend werden Szenarien erstellt, die die mögliche Marktentwicklung von regenerativen Antrieben abbilden. Für diese Szenarien werden die Effekte hinsichtlich THG-Einsparung, Kosten sowie Energie- und Rohstoffeinsatz ermittelt. Darüber hinaus werden die resultierenden ökonomischen und ökologischen Auswirkungen der Umstellung anhand von Fallstudien auf betrieblicher Ebene untersucht. Die Ergebnisse werden in Workshops validiert und an Landwirte, Industrie, Politik und die Öffentlichkeit kommuniziert.</p> <p>Projektlaufzeit: 04.2024 - 03.2027</p> <p><i>veröffentlicht von: Technologie- und Förderzentrum </i></p> <p><a class="arrowLink" href="http://www.tfz.bayern.de/cms08/biokraftstoffe/projekte/354425/index.php" target="fewin">Zum Dokument</a></p> </div> <!--fe-id: 354425 , p: cms08--> <div class="moduleCont1 clearfix"> <h3>Evaluierung klimarelevanter Emissionen bei der Lagerung von Holzhackschnitzeln</h3> <div class="boxImage" style="float:left;padding-right:15px;padding-bottom:0;padding-top:0;width:132px;"> <img src="/mam/cms08/biogenefestbrennstoffe/bilder/fittosize_132_0_4a56a4a6a7378d2251b2ce7aee37be21_121011_ku_zwischenlager_im_wald_001.jpg" alt="Aufgeschüttete Holzhackschnitzel auf einem Lagerplatz in einem Wald." style="width:132px;" /> </div> <p>Ziel des Projekts „Lager-THG‟ ist die Erforschung und Bewertung von Treibhausgasemissionen bei der langfristigen Lagerung von Holzhackschnitzeln im Freiland inkl. einer Abschätzung des Gefährdungspotenzials dieses Prozessschritts auf die THG-Bilanz des Sektors Land- und Forstwirtschaft.</p> <p>Projektlaufzeit: 01.2024 - 06.2026</p> <p><i>veröffentlicht von: Technologie- und Förderzentrum </i></p> <p><a class="arrowLink" href="http://www.tfz.bayern.de/cms08/biogenefestbrennstoffe/projekte/345403/index.php" target="fewin">Zum Dokument</a></p> </div> <!--fe-id: 345403 , p: cms08--><form method="get" id="feSearch"> <div class="formWrapper"> <div class="moduleCont1 clearfix headOnly"> <h3>Projektsuche des TFZ</h3> </div> <div class="clearfix"> <div style="float:left;margin-top:15px;"> <input style="width:210px;" id="fesearch" name="fesearch" class="text" value="" type="text" placeholder="Suchbegriff eingeben" /> </div> <div class="ibuttonset"> <input class="globalFormButton globalFormButtonDyn" value=">&nbsp;Suche starten" type="submit"> </div> </div> <!-- date constraints --> <div class="clearfix"> <p><label for="fe_date_start"><strong>Suche nach Projektzeitraum einschränken</strong></label><br></p> <p><input name="fe_time_c" type="checkbox" id="fe_time_c" class="content" value="cur" checked="checked" /><label for="fe_time_c" style="margin-left:10px">Laufende Projekte</label> </p> <p><input name="fe_time_a" type="checkbox" id="fe_time_a" class="content" value="com" checked="checked" /><label for="fe_time_a" style="margin-left:10px">Abgeschlossene Projekte</label> </p> </div> <!-- toggle start --> <div class="divToggle divToggleVa clearfix"> <a class="spriteIcons jsToggle clearfix jsToggleInactive" id="feToggler" href="#" title="Weitere Inhalte zum Thema auf-/zuklappen" > Weitere Optionen für die Suche nach Dokumenten </a> <div class="jsToggle" id="feOptions"> <div class="searchOptionMask"> <div class="clearAll"></div> <!-- publisher constraints --> <div class="clearfix"> <!-- publisher --> <label for="fe_publisher"><strong>Herausgeber: </strong>Technologie- und Förderzentrum</label> <input type="hidden" name="fe_publisher" value="cms08" /> </div> <div class="clearAll"></div> <!-- categorie constraints --> <label for="mcats"><strong>Suche nach Themen einschränken</strong></label><br /> <legend style="font-size:0.9em;margin:-1em 0 1em 0;">Bitte wählen Sie eine oder mehrere Kategorien für eine erweiterte Suche aus.</legend> <div class="ihalb alresp"><!-- s --><div class="icatdata"><input id="cid20" type="checkbox" value="20" name="fe_category[]" /><label for="cid20">Pflanze</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-20").popModal({html : function(callback) { content = $("#kwballoon-20-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-20" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-20-content" style="visibility:hidden;position:absolute;left:0;top:0;"><div style="width:42%;min-width:140px;margin-right:5px;float:left;"><input name="kw20[]" type="checkbox" value="Pflanzenbau" id="kw20-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-0">Pflanzenbau</label><br/><input name="kw20[]" type="checkbox" value="Pflanzenzüchtung" id="kw20-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-1">Pflanzenzüchtung</label><br/><input name="kw20[]" type="checkbox" value="Pflanzenschutz" id="kw20-2" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-2">Pflanzenschutz</label><br/><input name="kw20[]" type="checkbox" value="Düngung" id="kw20-3" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-3">Düngung</label><br/><input name="kw20[]" type="checkbox" value="Landtechnik" id="kw20-4" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-4">Landtechnik</label><br/><input name="kw20[]" type="checkbox" value="Getreide" id="kw20-5" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-5">Getreide</label><br/><input name="kw20[]" type="checkbox" value="Weizen" id="kw20-6" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-6">Weizen</label><br/><input name="kw20[]" type="checkbox" value="Roggen" id="kw20-7" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-7">Roggen</label><br/><input name="kw20[]" type="checkbox" value="Mais" id="kw20-8" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-8">Mais</label><br/><input name="kw20[]" type="checkbox" value="Raps" id="kw20-9" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-9">Raps</label><br/><input name="kw20[]" type="checkbox" value="Grünland" id="kw20-10" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-10">Grünland</label><br/></div><div style="width:42%;min-width:140px; padding:5px;float:left;"><input name="kw20[]" type="checkbox" value="Feldfutterbau" id="kw20-11" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-11">Feldfutterbau</label><br/><input name="kw20[]" type="checkbox" value="Hopfen" id="kw20-12" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-12">Hopfen</label><br/><input name="kw20[]" type="checkbox" value="Eiweißpflanzen" id="kw20-13" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-13">Eiweißpflanzen</label><br/><input name="kw20[]" type="checkbox" value="Markt" id="kw20-14" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-14">Markt</label><br/><input name="kw20[]" type="checkbox" value="Vermarktung" id="kw20-15" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-15">Vermarktung</label><br/><input name="kw20[]" type="checkbox" value="Ökonomie" id="kw20-16" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-16">Ökonomie</label><br/><input name="kw20[]" type="checkbox" value="Ausbildung" id="kw20-17" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-17">Ausbildung</label><br/><input name="kw20[]" type="checkbox" value="Beratung" id="kw20-18" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-18">Beratung</label><br/><input name="kw20[]" type="checkbox" value="Diversifizierung" id="kw20-19" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-19">Diversifizierung</label><br/><input name="kw20[]" type="checkbox" value="Digitalisierung" id="kw20-20" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw20-20">Digitalisierung</label><br/></div><div style="clear:left"></div></div></div><!-- //s --><!-- s --><div class="icatdata"><input id="cid30" type="checkbox" value="30" name="fe_category[]" /><label for="cid30">Ökologischer Landbau</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-30").popModal({html : function(callback) { content = $("#kwballoon-30-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-30" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-30-content" style="visibility:hidden;position:absolute;left:0;top:0;"><div style="width:42%;min-width:140px;margin-right:5px;float:left;"><input name="kw30[]" type="checkbox" value="Pflanzenproduktion" id="kw30-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-0">Pflanzenproduktion</label><br/><input name="kw30[]" type="checkbox" value="Markt" id="kw30-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-1">Markt</label><br/><input name="kw30[]" type="checkbox" value="Vermarktung" id="kw30-2" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-2">Vermarktung</label><br/><input name="kw30[]" type="checkbox" value="Ökonomie" id="kw30-3" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-3">Ökonomie</label><br/></div><div style="width:42%;min-width:140px; padding:5px;float:left;"><input name="kw30[]" type="checkbox" value="Ausbildung" id="kw30-4" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-4">Ausbildung</label><br/><input name="kw30[]" type="checkbox" value="Beratung" id="kw30-5" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-5">Beratung</label><br/><input name="kw30[]" type="checkbox" value="Diversifizierung" id="kw30-6" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw30-6">Diversifizierung</label><br/></div><div style="clear:left"></div></div></div><!-- //s --><!-- s --><div class="icatdata"><input id="cid40" type="checkbox" value="40" name="fe_category[]" /><label for="cid40">Garten und Landschaft</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-40").popModal({html : function(callback) { content = $("#kwballoon-40-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-40" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-40-content" style="visibility:hidden;position:absolute;left:0;top:0;"><input name="kw40[]" type="checkbox" value="Erwerbsgartenbau" id="kw40-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw40-0">Erwerbsgartenbau</label><br/><input name="kw40[]" type="checkbox" value="Landschaftsbau und -pflege" id="kw40-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw40-1">Landschaftsbau und -pflege</label><br/></div></div><!-- //s --><!-- s --><div class="icatdata"><input id="cid50" type="checkbox" value="50" name="fe_category[]" /><label for="cid50">Wein</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-50").popModal({html : function(callback) { content = $("#kwballoon-50-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-50" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-50-content" style="visibility:hidden;position:absolute;left:0;top:0;"><input name="kw50[]" type="checkbox" value="Weinbau" id="kw50-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw50-0">Weinbau</label><br/></div></div><!-- //s --></div><div class="ihalb alresp"><!-- s --><div class="icatdata"><input id="cid60" type="checkbox" value="60" name="fe_category[]" /><label for="cid60">Nachwachsende Rohstoffe</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-60").popModal({html : function(callback) { content = $("#kwballoon-60-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-60" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-60-content" style="visibility:hidden;position:absolute;left:0;top:0;"><div style="width:42%;min-width:140px;margin-right:5px;float:left;"><input name="kw60[]" type="checkbox" value="Biogas" id="kw60-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-0">Biogas</label><br/><input name="kw60[]" type="checkbox" value="Brennstoffe" id="kw60-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-1">Brennstoffe</label><br/><input name="kw60[]" type="checkbox" value="Kraftstoffe" id="kw60-2" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-2">Kraftstoffe</label><br/><input name="kw60[]" type="checkbox" value="Energiepflanzen" id="kw60-3" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-3">Energiepflanzen</label><br/><input name="kw60[]" type="checkbox" value="Stoffliche Nutzung" id="kw60-4" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-4">Stoffliche Nutzung</label><br/><input name="kw60[]" type="checkbox" value="Markt" id="kw60-5" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-5">Markt</label><br/></div><div style="width:42%;min-width:140px; padding:5px;float:left;"><input name="kw60[]" type="checkbox" value="Vermarktung" id="kw60-6" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-6">Vermarktung</label><br/><input name="kw60[]" type="checkbox" value="Ökonomie" id="kw60-7" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-7">Ökonomie</label><br/><input name="kw60[]" type="checkbox" value="Ausbildung" id="kw60-8" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-8">Ausbildung</label><br/><input name="kw60[]" type="checkbox" value="Beratung" id="kw60-9" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-9">Beratung</label><br/><input name="kw60[]" type="checkbox" value="Diversifizierung" id="kw60-10" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw60-10">Diversifizierung</label><br/></div><div style="clear:left"></div></div></div><!-- //s --><!-- s --><div class="icatdata"><input id="cid70" type="checkbox" value="70" name="fe_category[]" /><label for="cid70">Klima- und Ressourcenschutz</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-70").popModal({html : function(callback) { content = $("#kwballoon-70-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-70" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-70-content" style="visibility:hidden;position:absolute;left:0;top:0;"><div style="width:42%;min-width:140px;margin-right:5px;float:left;"><input name="kw70[]" type="checkbox" value="Pflanzenproduktion" id="kw70-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-0">Pflanzenproduktion</label><br/><input name="kw70[]" type="checkbox" value="Tierproduktion" id="kw70-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-1">Tierproduktion</label><br/><input name="kw70[]" type="checkbox" value="Boden" id="kw70-2" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-2">Boden</label><br/><input name="kw70[]" type="checkbox" value="Gewässer" id="kw70-3" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-3">Gewässer</label><br/><input name="kw70[]" type="checkbox" value="Grundwasser" id="kw70-4" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-4">Grundwasser</label><br/><input name="kw70[]" type="checkbox" value="Luft" id="kw70-5" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-5">Luft</label><br/><input name="kw70[]" type="checkbox" value="Wildtiere" id="kw70-6" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-6">Wildtiere</label><br/></div><div style="width:42%;min-width:140px; padding:5px;float:left;"><input name="kw70[]" type="checkbox" value="Markt" id="kw70-7" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-7">Markt</label><br/><input name="kw70[]" type="checkbox" value="Vermarktung" id="kw70-8" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-8">Vermarktung</label><br/><input name="kw70[]" type="checkbox" value="Ökonomie" id="kw70-9" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-9">Ökonomie</label><br/><input name="kw70[]" type="checkbox" value="Ausbildung" id="kw70-10" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-10">Ausbildung</label><br/><input name="kw70[]" type="checkbox" value="Beratung" id="kw70-11" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-11">Beratung</label><br/><input name="kw70[]" type="checkbox" value="Diversifizierung" id="kw70-12" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw70-12">Diversifizierung</label><br/></div><div style="clear:left"></div></div></div><!-- //s --><!-- s --><div class="icatdata"><input id="cid90" type="checkbox" value="90" name="fe_category[]" /><label for="cid90">Wald und Forstwirtschaft</label> <!-- no kws --><script>jQuery(document).ready(function() {jQuery("#kwballoon-90").popModal({html : function(callback) { content = $("#kwballoon-90-content").html(); callback(content);},placement : "responsive", onOkBut : function(){ }, showCloseBut : true, onDocumentClickClose : true }) });</script><a id="kwballoon-90" class="kwballoon" style="cursor:pointer;"> [+] </a><div id="kwballoon-90-content" style="visibility:hidden;position:absolute;left:0;top:0;"><div style="width:42%;min-width:140px;margin-right:5px;float:left;"><input name="kw90[]" type="checkbox" value="Waldumbau" id="kw90-0" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-0">Waldumbau</label><br/><input name="kw90[]" type="checkbox" value="Boden und Klima" id="kw90-1" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-1">Boden und Klima</label><br/><input name="kw90[]" type="checkbox" value="Waldbewirtschaftung" id="kw90-2" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-2">Waldbewirtschaftung</label><br/></div><div style="width:42%;min-width:140px; padding:5px;float:left;"><input name="kw90[]" type="checkbox" value="Holzverwendung" id="kw90-3" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-3">Holzverwendung</label><br/><input name="kw90[]" type="checkbox" value="Brennstoffe" id="kw90-4" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-4">Brennstoffe</label><br/><input name="kw90[]" type="checkbox" value="Waldnaturschutz" id="kw90-5" onclick="setKw(this.checked , this.value , this.name , this.id );" /><label for="kw90-5">Waldnaturschutz</label><br/></div><div style="clear:left"></div></div></div><!-- //s --></div> <div class="ibuttonset"> <input class="globalFormButtonDyn ftsSubmit" style="margin: 0 0 5px 10px;" type="submit" value="&gt; Erneut suchen" alt="&gt; Erneut suchen" /> <input class="globalFormButtonDyn" style="margin: 0 0 5px 0" value="&gt; Formular zurücksetzen" type="button" onclick="stmelfResetForm('feSearch')" /> </div> </div> </div> <!-- /toggle --> </div> </div> </form> <div> </div> </div><!-- end: divContent --> </section><!-- end: section gridContentFull //--> </section><!-- end: section gridMain //--> <!-- begin: footer //--> <footer id="footer"> <!-- begin: moduleFooterNavigation //--> <nav class="moduleFooterNavigation"> <p class="boxStaatsministerium"> Bayerisches Staatsministerium für Ernährung, Landwirtschaft, Forsten und Tourismus (StMELF) </p> <ul> <li><a href="https://www.stmelf.bayern.de"><nobr>StMELF</nobr></a>|</li> <li><a href="https://www.stmelf.bayern.de/service/publikationen"><nobr>Publikationen</nobr></a></li> </ul> <p class="boxBehoerdenNeu">Unsere Behörden und Einrichtungen</p> <ul class="boxBehoerden"> <li><a href="https://www.stmelf.bayern.de/ministerium/liste-der-aemter-fuer-ernaehrung-landwirtschaft-und-forsten/index.html"><nobr>Ämter für Ernährung, Landwirtschaft und Forsten</nobr></a>|</li> <li><a href="https://www.stmelf.bayern.de/landentwicklung/kompetente-partner-fuer-vitale-doerfer-und/index.html"><nobr>Ämter für Ländliche Entwicklung</nobr></a>|</li> <li><a href="https://www.lfl.bayern.de"><nobr>Landesanstalt für Landwirtschaft</nobr></a>|</li> <li><a href="https://www.lwg.bayern.de"><nobr>Landesanstalt für Weinbau und Gartenbau</nobr></a>|</li> <li><a href="https://www.lwf.bayern.de"><nobr>Landesanstalt für Wald und Forstwirtschaft</nobr></a>|</li> <li><a href="https://www.awg.bayern.de"><nobr>Amt für Waldgenetik</nobr></a>|</li> <li><a href="https://www.tfz.bayern.de"><nobr>Technologie- und Förderzentrum</nobr></a>|</li> <li><a href="https://www.kern.bayern.de"><nobr>Kompetenzzentrum für Ernährung</nobr></a>|</li> <li><a href="https://www.hauswirtschaft.bayern.de/"><nobr>Kompetenzzentrum Hauswirtschaft</nobr></a>|</li> <li><a href="https://www.baysg.bayern.de/"><nobr>Bayerische Staatsgüter</nobr></a>|</li> <li><a href="https://www.fueak.bayern.de"><nobr>Führungsakademie</nobr></a>|</li> <li><a href="https://www.stmelf.bayern.de/berufsbildung/fachschulen/"><nobr>Fachschulen</nobr></a></li> </ul> </nav> <!-- end: moduleFooterNavigation //--> </footer> <script type="text/javascript" src="/resp/ijs/sticky.js"></script> <!-- end: footer //--> </div><!-- end #wrapper --> </div><!-- end: pageGrid --> <script type="text/javascript">new EXAMPLE.ToggleList("body");</script> </body> <!-- page created 2019-08-02 18:23 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10