CINXE.COM

Home

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" dir="ltr"> <head> <script type="text/javascript"> (function(){ function blockCookies(disableCookies, disableLocal, disableSession){ if(disableCookies == 1){ if(!document.__defineGetter__){ Object.defineProperty(document, 'cookie',{ get: function(){ return ''; }, set: function(){ return true;} }); }else{ var oldSetter = document.__lookupSetter__('cookie'); if(oldSetter) { Object.defineProperty(document, 'cookie', { get: function(){ return ''; }, set: function(v){ if(v.match(/reDimCookieHint\=/) || v.match(/49e7c47ecdea4d24c5c3fd6c5e3045e9\=/)) { oldSetter.call(document, v); } return true; } }); } } var cookies = document.cookie.split(';'); for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i]; var pos = cookie.indexOf('='); var name = ''; if(pos > -1){ name = cookie.substr(0, pos); }else{ name = cookie; } if(name.match(/reDimCookieHint/)) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT'; } } } if(disableLocal == 1){ window.localStorage.clear(); window.localStorage.__proto__ = Object.create(window.Storage.prototype); window.localStorage.__proto__.setItem = function(){ return undefined; }; } if(disableSession == 1){ window.sessionStorage.clear(); window.sessionStorage.__proto__ = Object.create(window.Storage.prototype); window.sessionStorage.__proto__.setItem = function(){ return undefined; }; } } blockCookies(1,1,1); }()); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44216194-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-44216194-1', { 'anonymize_ip': true }); </script>--> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//www.bioenergy.co.at/matomostats/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="https://www.bioenergy.co.at/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="BEA, BEA Institut f眉r Bioenergie GmbH, BEA Bioenergy Anlagenplanung, Bioenergy, Englisch, Koskarti, Wojcik, Pellets" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Home</title> <link href="/templates/bioenergy/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/plugins/system/jcemediabox/css/jcemediabox.min.css?0072da39200af2a5f0dbaf1a155242cd" rel="stylesheet" type="text/css" /> <link href="/templates/bioenergy/css/template.css" rel="stylesheet" type="text/css" /> <link href="https://www.bioenergy.co.at/templates/bioenergy/css/opensans.css" rel="stylesheet" type="text/css" /> <link href="/media/mod_languages/css/template.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/chosen.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/media/com_finder/css/finder.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/plugins/system/cookiehint/css/redimstyle.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <style type="text/css"> #redim-cookiehint-modal {position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99998; display: flex; justify-content : center; align-items : center;} </style> <script src="/media/jui/js/jquery.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/system/js/caption.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/plugins/system/jcemediabox/js/jcemediabox.min.js?d67233ea942db0e502a9d3ca48545fb9" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/templates/bioenergy/js/template.js" type="text/javascript"></script> <script src="/media/jui/js/chosen.jquery.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery.autocomplete.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); jQuery(document).ready(function(){WfMediabox.init({"base":"\/","theme":"standard","width":"","height":"","lightbox":0,"shadowbox":0,"icons":1,"overlay":1,"overlay_opacity":0.8,"overlay_color":"#000000","transition_speed":500,"close":2,"scrolling":"fixed","labels":{"close":"Close","next":"Next","previous":"Previous","cancel":"Cancel","numbers":"{{numbers}}","numbers_count":"{{current}} of {{total}}","download":"Download"}});}); jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Werte eingeben oder ausw\u00e4hlen","placeholder_text_single":"Wert ausw\u00e4hlen","no_results_text":"Keine Ergebnisse gefunden!"}); } }); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword174'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Suche ...') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform174').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced174'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword174').autocomplete({ serviceUrl: '/component/finder/?task=suggestions.suggest&amp;format=json&amp;tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });}); </script> <!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />--> <style type="text/css"> h1,h2,h3,h4,h5,h6,.site-title{ font-family: 'Open Sans', sans-serif; } </style> <style type="text/css"> body.site { background-color: #ffffff } a { color: #72a642; } .navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary { background: #72a642; } .navbar-inner { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); } </style> <!--[if lt IE 9]> <script src="/media/jui/js/html5.js"></script> <![endif]--> </head> <body class="site com_content view-article no-layout no-task itemid-102"> <!-- Body --> <div class="body"> <div class="container"> <!-- Header --> <header class="header" role="banner"> <div class="header-inner clearfix"> <div class="custom_header" style="background-image: url(/images/headers/Header_Home-NEU.gif)" > </div> </div> </header> <nav class="navigation" role="navigation"> <div class="navbar pull-left"> <a class="btn btn-navbar collapsed" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> </div> <div class="nav-collapse"> <ul class="nav menu nav-pills mod-list"> <li class="item-102 default current active"><a href="/" >Home</a></li><li class="item-103 parent"><a href="/dienstleistungen.html" >Dienstleistungen</a></li><li class="item-104 parent"><a href="/produkte/pruefgeraete-zur-qualitaetssicherung.html" >Produkte</a></li><li class="item-172 parent"><a href="/referenzen/referenzen-dienstleistungen.html" >Referenzen</a></li><li class="item-105 parent"><a href="/kontakt.html" >Kontakt</a></li><li class="item-153 parent"><a href="/downloads.html" >Downloads</a></li></ul> </div> <div class="bea-search"> <div class="finder"> <form id="mod-finder-searchform174" action="/suche.html" method="get" class="form-search" role="search"> <label for="mod-finder-searchword174" class="element-invisible finder">Suchen</label><input type="text" name="q" id="mod-finder-searchword174" class="search-query input-medium" size="25" value="" placeholder="Suche ..."/><button class="btn btn-primary hasTooltip finder" type="submit" title="Start"><span class="icon-search icon-white"></span>Suchen</button> </form> </div> </div> </nav> <div class="row-fluid"> <div id="aside" class="span3"> <!-- Begin Right Sidebar --> <div class="well "> <div class="custom" > <p>&nbsp;</p> <p><span style="color: #808080;"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: 12pt;">NEWS&nbsp;</span></strong></span></p> <p><a href="/dienstleistungen/zertifizierung-enplus.html" target="_blank">BEA CERT</a>:&nbsp;BEA ist vom EPC anerkannte Zertifizierungsstelle f眉r Holzpellets.</p> <p>&nbsp;</p> <p><strong style="color: #808080;"><span style="font-family: arial, helvetica, sans-serif; font-size: 12pt;">PRODUKTE</span></strong></p> <p><a href="/produkte/probenahmeequipment/co-gaswarngeraet.html">NEU: CO Gasmessger盲t</a></p> <p><a href="/produkte/pruefgeraete-zur-qualitaetssicherung/bea-laengenmessgeraet.html">BEA L盲ngenmessger盲t</a></p> <p><a href="/produkte/probenahmeequipment/sicherheitstaschen-probenbeutel.html" target="_blank">Probenbeutel f眉r R眉ckstellmuster</a><a href="/images/geraetesets/QS_Package_Aschegehalt_D_2021_AKTION.pdf" target="_blank" rel="noopener"></a></p> <p><a href="/produkte/pruefgeraete-zur-qualitaetssicherung/abriebstester-pg/tumbler-2000-r.html" target="_blank" rel="noopener">TUMBLER 2000 R</a><a href="/images/geraetesets/QS_Package_Aschegehalt_D_2021_AKTION.pdf" target="_blank"></a></p> <p>&nbsp;</p> <p><strong style="color: #808080;"><span style="font-family: arial, helvetica, sans-serif; font-size: 12pt;">RINGVERSUCHE</span></strong></p> <p>Die Anmeldung f眉r den ILC-Solid biofuels &amp; SRF&nbsp;2024 ist geschlossen.</p> <p>&nbsp;</p> <p><strong style="color: #808080;"><span style="font-family: arial, helvetica, sans-serif; font-size: 12pt;">BRANCHENMAGAZIN AUS 脰STERREICH</span></strong></p> <p><a href="https://www.propellets.at/das-pellet-magazin" target="_blank" rel="noopener"><img src="/images/300x250_pellet_medrec.png" alt="300x250 pellet medrec" width="197" height="164" /></a></p> <p>&nbsp;</p> <p><span style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #808080;"><strong>proPellets Africa</strong></span></p> <p>The&nbsp;<a href="https://propellets.africa/" target="_blank" rel="noopener"><strong>proPellets Africa</strong></a>&nbsp;website is published by the World Bioenergy Association. Its purpose is to document and support sustainable pellet production and pellet use in Africa.</p></div> </div> <!-- End Right Sidebar --> </div> <main id="content" role="main" class="span9"> <!-- Begin Content --> <div id="system-message-container"> </div> <div class="item-page" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="de-DE" /> <div itemprop="articleBody"> <p>&nbsp;</p> <table style="margin-left: auto; margin-right: auto;" cellspacing="10" cellpadding="10"> <tbody> <tr> <td> <p style="text-align: center;"><a href="/dienstleistungen/gutachten-beweissicherung.html" target="_self" style="outline: 0px;"><img src="/images/headers/gutachten.jpg" alt="Gutachten" width="250" height="180" style="border: 1px solid #999999;" /></a></p> <p style="text-align: left;"><a href="/dienstleistungen/gutachten-beweissicherung.html" target="_self" style="font-size: 14pt; background-color: transparent;">Dienstleistungen</a></p> </td> <td>&nbsp;</td> <td> <p style="text-align: start;"><a href="/dienstleistungen/pruefung-analytik/brennstoffanalysen.html" target="_self" style="outline: 0px;"><img src="/images/Labor-Foto-1.gif" alt="Labor Foto 1" width="250" height="180" style="border: 1px solid #999999;" /></a></p> <p><a href="/dienstleistungen/pruefung-analytik/brennstoffanalysen.html" target="_self" style="background-color: transparent;"><span style="font-size: 14pt;">Pr眉fung &amp; Analytik</span></a></p> </td> </tr> <tr> <td> <p style="text-align: center;"><a href="/dienstleistungen/zertifizierung-enplus.html" target="_self" style="outline: 0px;"><img src="/images/ENplus-DINplus-NEU1.jpg" alt="ENplus DINplus NEU1" width="250" height="180" style="border: 1px solid #999999; vertical-align: top;" /></a></p> <p style="text-align: left;"><a href="/dienstleistungen/zertifizierung-enplus.html" target="_self" style="font-size: 14pt; text-align: center; background-color: transparent;">Zertifizierung &amp; Inspektion</a></p> </td> <td>&nbsp;</td> <td> <p>&nbsp;<a href="/produkte/pruefgeraete-zur-qualitaetssicherung.html" style="background-color: transparent; outline: 0px;"><img src="/images/Unbenannt-3.jpg" alt="Unbenannt 3" width="250" height="180" style="border: 1px solid #999999; margin: 0px; vertical-align: top;" /></a></p> <p><a href="/produkte/pruefgeraete-zur-qualitaetssicherung.html"><span style="font-size: 14pt;"><span style="font-size: 14pt;">Produ</span>kte</span></a></p> </td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> </div> </div> <!-- End Content --> </main> </div> </div> </div> <!-- Footer --> <footer class="footer" role="contentinfo"> <div class="container"> <hr /> <p>&copy; BEA Institut f眉r Bioenergie GmbH 2024</p> <div class="moduletable"> <div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li class="lang-active"> <a href="https://www.bioenergy.co.at/"> <img src="/media/mod_languages/images/de_at.gif" alt="Deutsch" title="Deutsch" /> </a> </li> <li> <a href="/en/"> <img src="/media/mod_languages/images/en.gif" alt="English" title="English" /> </a> </li> </ul> </div> </div> <div class="moduletable"> <ul class="nav menu_footer mod-list"> <li class="item-138 divider"><span class="separator ">|</span> </li><li class="item-588"><a href="/suche.html" >Suche</a></li><li class="item-589 divider"><span class="separator ">|</span> </li><li class="item-137"><a href="/impressum.html" >Impressum</a></li><li class="item-484 divider"><span class="separator ">|</span> </li><li class="item-483"><a href="/datenschutz.html" >Datenschutz</a></li><li class="item-248 divider"><span class="separator ">|</span> </li><li class="item-247"><a href="/agb.html" >AGB</a></li></ul> </div> <p class="pull-right"><a href="#top" id="back-top">Nach oben</a></p> </div> </footer> <script type="text/javascript"> function cookiehintsubmitnoc(obj) { if (confirm("Eine Ablehnung wird die Funktionen der Website beeintr盲chtigen. M枚chten Sie wirklich ablehnen?")) { document.cookie = 'reDimCookieHint=-1; expires=0; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } else { return false; } } </script> <div id="redim-cookiehint-modal"> <div id="redim-cookiehint"> <div class="cookiehead"> <span class="headline">Wir benutzen Cookies</span> </div> <div class="cookiecontent"> <p>Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell f眉r den Betrieb der Seite, w盲hrend andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie k枚nnen selbst entscheiden, ob Sie die Cookies zulassen m枚chten. Bitte beachten Sie, dass bei einer Ablehnung wom枚glich nicht mehr alle Funktionalit盲ten der Seite zur Verf眉gung stehen.</p> </div> <div class="cookiebuttons"> <a id="cookiehintsubmit" onclick="return cookiehintsubmit(this);" href="https://www.bioenergy.co.at/?rCH=2" class="btn">Akzeptieren</a> <a id="cookiehintsubmitno" onclick="return cookiehintsubmitnoc(this);" href="https://www.bioenergy.co.at/?rCH=-2" class="btn">Ablehnen</a> <div class="text-center" id="cookiehintinfo"> <a target="_self" href="https://www.bioenergy.co.at/datenschutz.html">Weitere Informationen</a> | <a target="_self" href="https://www.bioenergy.co.at/impressum.html">Impressum</a> </div> </div> <div class="clr"></div> </div> </div> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { if (!navigator.cookieEnabled){ document.getElementById('redim-cookiehint-modal').remove(); } }); function cookiehintfadeOut(el) { el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .1) < 0) { el.style.display = "none"; } else { requestAnimationFrame(fade); } })(); } function cookiehintsubmit(obj) { document.cookie = 'reDimCookieHint=1; expires=Thu, 27 Nov 2025 23:59:59 GMT;57; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } function cookiehintsubmitno(obj) { document.cookie = 'reDimCookieHint=-1; expires=0; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } </script> </body> </html>

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