Showing source for: https://www.st-michaelshof.de/
Duration: 0.343492s
Server: Apache/2.4.57 (Ubuntu)

<!DOCTYPE html>
<html lang="de">
    <head>
        <meta charset="utf-8">
        <title>
   St. Michaelshof
        </title>
        <meta content="width=device-width, initial-scale=1.0" name="viewport">
        <meta content="biologisch, allg&auml;u, ataman, rudolf steiner, bio, switzer, viktualienmarkt" name="keywords">
        <meta content="Biohof mit kosmobiodynamischem Anbau, verschiedene Produkte, frisches Gem&uuml;se, Verkauf auf verschiedenen M&auml;rkten und per Internetversand." name="description">
        <meta content="index,follow" name="robots">
        <meta content="5" name="revisit-after">
        <link href="https://www.st-michaelshof.de/" rel="canonical">
        <link href="https://www.st-michaelshof.de/templates/bootstrap/favicon.ico" rel="icon" type="image/x-icon">
        <!--
=========================================================
modified eCommerce Shopsoftware (c) 2009-2012 [www.modified-shop.org]
=========================================================

modified eCommerce Shopsoftware offers you highly scalable E-Commerce-Solutions and Services.
The Shopsoftware is redistributable under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html].
based on: E-Commerce Engine Copyright (c) 2006 xt:Commerce, created by Mario Zanier & Guido Winger and licensed under GNU/GPL.
Information and contribution at http://www.xt-commerce.com

=========================================================
Please visit our website: www.modified-shop.org
=========================================================
-->
        <meta content="(c) by modified eCommerce Shopsoftware ------ http://www.modified-shop.org" name="generator">
        <base href="https://www.st-michaelshof.de/">
        <link href="templates/bootstrap/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css">
        <style type="text/css">
            body {
                padding-top         : 90px;
            }
        </style>
        <link href="templates/bootstrap/css/bootstrap-responsive.min.css" media="screen" rel="stylesheet" type="text/css">
        <link href="templates/bootstrap/stylesheet.css" rel="stylesheet" type="text/css">
        <link href="templates/bootstrap/css/animate.min.css" rel="stylesheet" type="text/css">
        <link href="templates/bootstrap/css/mobileCategoryListing.css" rel="stylesheet" type="text/css">
        <link href="templates/bootstrap/img/apple-touch-icon.png" rel="apple-touch-icon">
        <script type="text/javascript">
            <!--
            var selected;
            var submitter = null;
            function submitFunction() {
            submitter = 1;
            }
            function popupWindow(url) {
            window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
            }  
            function selectRowEffect(object, buttonSelect) {
            if (!selected) {
            if (document.getElementById) {
            selected = document.getElementById('defaultSelected');
            } else {
            selected = document.all['defaultSelected'];
            }
            }
            if (selected) selected.className = 'moduleRow';
            object.className = 'moduleRowSelected';
            selected = object;
            if (document.getElementById('payment'[0])) {
            document.getElementById('payment'[buttonSelect]).checked=true;
            }
            }
            function rowOverEffect(object) {
            if (object.className == 'moduleRow') object.className = 'moduleRowOver';
            }
            function rowOutEffect(object) {
            if (object.className == 'moduleRowOver') object.className = 'moduleRow';
            }
            function popupImageWindow(url) {
            window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
            }
            //-->
        </script>
        <script src="templates/bootstrap/javascript/jquery.js" type="text/javascript">
        </script>
        <script src="templates/bootstrap/javascript/bootstrap.min.js" type="text/javascript">
        </script>
        <script src="templates/bootstrap/javascript/scripts.js" type="text/javascript">
        </script>
        <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
        <!--[if lt IE 9]>
                        <script src="templates/bootstrap/javascript/html5shiv.js"></script>
                        <script src="templates/bootstrap/javascript/css3-mediaqueries.js"></script>
                <![endif]-->
        <script type="text/javascript">
            $(document).ready(function() {
                $('#ServiceTabs a').click(function(e) {
                    e.preventDefault();
                    var url = $(this).attr("data-url");
                    var href = this.hash;
                    var pane = $(this);
                    $(href).load(url, function(result) {
                        pane.tab('show');
                    });
                });
                var url1 = $('#ServiceTabs li.active a').attr("data-url");
                $('#ServiceModal').on('shown', function() {
                    $('.tab-pane.first').load(url1, function(result) {
                        $('.active a').tab('show');
                    });
                });
                $('.thickbox').click(function(e) {
                    e.preventDefault();
                    var imgPath = $(this).attr("href");
                    $('#modal #modalLabel').html(this.title);
                    $('#modal .modal-body').html('<img src="' + imgPath + '" alt="" class="center-block" />');
                    $("#modal").modal('show');
                    $('#modal').on('hidden', function() {
                        $(this).removeData('modal');
                    });
                });
                $('.contentbox').click(function(ev) {
                    ev.preventDefault();
                    var target = $(this).attr("href");
                    $('#modal #modalLabel').html(this.title);
                    $('#modal').modal({
                        remote: target
                    });
                    $("#modal").modal('show');
                    $('#modal').on('hidden', function() {
                        $(this).removeData('modal');
                    });
                });
                var c = document.cookie;
                $('.collapsebox').each(function() {
                    if (this.id) {
                        var pos = c.indexOf(this.id + "_collapse_in=");
                        if (pos > -1) {
                            c.substr(pos).split('=')[1].indexOf('false') ? $(this).addClass('in') : $(this).removeClass('in');
                        }
                    }
                }).on('hidden shown', function() {
                    if (this.id) {
                        document.cookie = this.id + "_collapse_in=" + $(this).hasClass('in');
                    }
                });
                $('.collapsebox').each(function() {
                    if ($(this).hasClass("in")) {
                        $(this).parent('div').find('span.caret').addClass('caret-reversed');
                    }
                });
                $('.btn-default.btn-mini').click(function() {
                    if ($(this).children().hasClass('caret-reversed')) {
                        $(this).children().removeClass('caret-reversed');
                    } else {
                        $(this).children().addClass('caret-reversed');
                    }
                });
                $('.carousel').carousel({
                    interval: 5000,
                    cycle: true
                });
                $('div.accordion-body').on('shown', function() {
                    $(this).parent("div").find(".icon-chevron-down").removeClass("icon-chevron-down").addClass("icon-chevron-up");
                });
                $('div.accordion-body').on('hidden', function() {
                    $(this).parent("div").find(".icon-chevron-up").removeClass("icon-chevron-up").addClass("icon-chevron-down");
                });
                $(window).scroll(function() {
                    if ($(this).scrollTop()) {
                        $('#GotoTop').fadeIn();
                    } else {
                        $('#GotoTop').fadeOut();
                    }
                });
                $("#GotoTop").click(function() {
                    $("html, body").animate({
                        scrollTop: 0
                    }, 1000);
                });
            });
        </script>
    </head>
    <body>
        <!-- Seitenkopf -->
        <header>
            <div class="animatedBackground" id="himmel">
            </div>
            <!-- animierte Wolken im Header -->
            <div id="headerImage">
                <div class="row-fluid">
                    <div class="span4 hidden-phone">
                        <img alt="header-big-bg" class="animated slideInLeft" height="" src="templates/bootstrap/img/header/header-big-left.png" width="">
                    </div>
                    <div class="span4 hidden-phone">
                        <a href="/">
                            <img alt="St_Michaelshof" class="animated zoomInDown" height="" src="templates/bootstrap/img/header/header-big-center.png" style="-webkit-animation-duration: 3s; -moz-animation-duration: 3s; animation-duration: 3s;" width="">
                        </a>
                    </div>
                    <div class="span4 hidden-phone">
                        <img alt="header-big-right" class="animated slideInRight" height="" src="templates/bootstrap/img/header/header-big-right.png" width="">
                    </div>
                    <div class="visible-phone">
                        <a href="/">
                            <img alt="header-responsive" height="" src="templates/bootstrap/img/header/header-responsiv.jpg" width="">
                        </a>
                    </div>
                </div>
            </div>
        </header>
        <!-- /Seitenkopf -->
        <!-- Hauptnavigation -->
        <div class="navbar navbar-inverse navbar-fixed-top" id="mainNav">
            <!-- <div class="navbar navbar-inverse navbar-fixed-top"> -->
            <div class="navbar-inner">
                <div class="container">
                    <ul class="nav">
                        <li>
                            <a href="https://www.st-michaelshof.de/">
        Startseite
                            </a>
                        </li>
                        <li>
                            <a href="/shop_content.php?coID=202">
                                Produkte
                            </a>
                        </li>
                        <li>
                            <form action="https://www.st-michaelshof.de/advanced_search_result.php" class="navbar-search form-search" id="quick_find_header" method="get">
                                <div class="input-prepend">
                                    <input class="search-query" name="keywords" onblur="if(this.value=='') this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue) this.value='';" placeholder="Suchen" type="text" value="Suchen">
                                </div>
                            </form>
                        </li>
                        <li>
                            <a href="https://www.st-michaelshof.de/shopping_cart.php">
                                Warenkorb
                                <small>
                                    ( 0 )
                                </small>
                            </a>
                        </li>
                        <li>
                            <a href="https://www.st-michaelshof.de/checkout_shipping.php">
                                Kasse
                            </a>
                        </li>
                        <li>
                            <a href="https://www.st-michaelshof.de/login.php">
                                Anmelden
                            </a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- /Hauptnavigation -->
        <!-- Kategorieauflistung < 980px -->
        <nav class="topmenu">
            <div class="container">
                <div class="navbar">
                    <div class="navbar-inner">
                        <div class="container">
                            <a class="btn btn-navbar" data-target=".navbar-responsive-collapse" data-toggle="collapse">
                                <span class="icon-bar">
                                </span>
                                <span class="icon-bar">
                                </span>
                                <span class="icon-bar">
                                </span>
                            </a>
                            <a class="brand" href="#">
        Unser Angebot
                            </a>
                            <div class="nav-collapse collapse navbar-responsive-collapse clearfix">
                                <ul class="nav main">
                                    <li class="dropdown men">
                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel:::157.html">
                                            Lebensmittel
                                            <b class="caret">
                                            </b>
                                        </a>
                                        <ul class="dropdown-menu">
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch:::157_183.html">
                                                    Naturfrisch
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Gemuese:::157_183_187.html">
                                                            Bio Gem&uuml;se
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kartoffeln:::157_183_191.html">
                                                            Bio Kartoffeln
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Salate:::157_183_185.html">
                                                            Bio Salate
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter:::157_183_189.html">
                                                            Bio Kr&auml;uter
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Pilze:::157_183_188.html">
                                                            Bio Pilze
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Obst:::157_183_186.html">
                                                            Bio Obst
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Nuesse-Bio-Trockenfruechte:::157_183_190.html">
                                                            Bio N&uuml;sse &amp; Bio Trockenfr&uuml;chte
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas:::157_167.html">
                                                    Edles im Glas
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Gemuese-Wuerzmischungen:::157_167_180.html">
                                                            Gem&uuml;se-W&uuml;rzmischungen
                                                        </a>
                                                    </li>
                                                    <li class="dropdown-submenu men">
                                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft:::157_167_168.html">
                                                            Brotaufstriche s&uuml;&szlig; &amp; herzhaft
                                                        </a>
                                                        <ul class="dropdown-menu">
                                                            <li class="dropdown-submenu men">
                                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft/Kraeuterfein:::157_167_168_171.html">
                                                                    Kr&auml;uterfein
                                                                </a>
                                                                <ul class="dropdown-menu">
                                                                    <li class="men">
                                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft/Kraeuterfein/Edel-und-Stark:::157_167_168_171_172.html">
                                                                            Edel und Stark
                                                                        </a>
                                                                    </li>
                                                                    <li class="men">
                                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft/Kraeuterfein/Der-herzhaft-Wuerzige:::157_167_168_171_173.html">
                                                                            Der herzhaft W&uuml;rzige
                                                                        </a>
                                                                    </li>
                                                                </ul>
                                                            </li>
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft/Fruchtiges:::157_167_168_169.html">
                                                                    Fruchtiges
                                                                </a>
                                                            </li>
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Brotaufstriche-suess-herzhaft/Nussmuse:::157_167_168_240.html">
                                                                    Nussmuse
                                                                </a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Pestos:::157_167_174.html">
                                                            Pestos
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Saucen:::157_167_179.html">
                                                            Saucen
                                                        </a>
                                                    </li>
                                                    <li class="dropdown-submenu men">
                                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel:::157_167_176.html">
                                                            Essig &amp; &Ouml;l
                                                        </a>
                                                        <ul class="dropdown-menu">
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel/Essige:::157_167_176_178.html">
                                                                    Essige
                                                                </a>
                                                            </li>
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel/Oele:::157_167_176_177.html">
                                                                    &Ouml;le
                                                                </a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Topi-Licht:::157_167_181.html">
                                                            Topi Licht
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Senf:::157_167_182.html">
                                                            Senf
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Pfeffer:::157_167_237.html">
                                                            Pfeffer
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Spezielles:::157_167_175.html">
                                                            Spezielles
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Getraenke:::157_159.html">
                                                    Getr&auml;nke
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Getraenke/Sirupe:::157_159_160.html">
                                                            Sirupe
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Getraenke/Fruchtsaefte:::157_159_162.html">
                                                            Fruchts&auml;fte
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Getraenke/Sirunade:::157_159_163.html">
                                                            Sirunade
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte:::157_192.html">
                                                    Tee / Kr&auml;uter / Gew&uuml;rze / Kaffee / N&uuml;sse / Trockenfr&uuml;chte
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte/Bio-Teemischungen:::157_192_241.html">
                                                            Bio Teemischungen
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte/Bio-Kraeuter-Tees-und-Gewuerze:::157_192_195.html">
                                                            Bio Kr&auml;uter, Tees und Gew&uuml;rze
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte/Klassische-Tees-aus-aller-Welt:::157_192_242.html">
                                                            Klassische Tees aus aller Welt
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte/Bio-Kaffee:::157_192_194.html">
                                                            Bio Kaffee
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Tee-Kraeuter-Gewuerze-Kaffee-Nuesse-Trockenfruechte/Bio-Nuesse-Bio-Trockenfruechte:::157_192_198.html">
                                                            Bio N&uuml;sse &amp; Bio Trockenfr&uuml;chte
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Fitness-Food:::157_166.html">
                                                    Fitness Food
                                                </a>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Exquisites:::157_164.html">
                                                    Exquisites
                                                </a>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Kraeutersalz-Mischungen:::157_196.html">
                                                    Kr&auml;utersalz-Mischungen
                                                </a>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Feines-von-Dinkel-Buchweizen:::157_165.html">
                                                    Feines von Dinkel &amp; Buchweizen
                                                </a>
                                            </li>
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Lebensmittel/Backwaren-und-Suesses:::157_158.html">
                                                    Backwaren und S&uuml;&szlig;es
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Backwaren-und-Suesses/Brot:::157_158_232.html">
                                                            Brot
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Backwaren-und-Suesses/Suesse-Spezialitaeten:::157_158_233.html">
                                                            S&uuml;&szlig;e Spezialit&auml;ten
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown men">
                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Kosmetik-und-Pflege:::28.html">
                                            Kosmetik und Pflege
                                            <b class="caret">
                                            </b>
                                        </a>
                                        <ul class="dropdown-menu">
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege/Koerper-Haut-und-Gesichtspflegesalben:::28_239.html">
                                                    K&ouml;rper-, Haut- und Gesichtspflegesalben
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown men">
                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Duftwelten:::137.html">
                                            Duftwelten
                                            <b class="caret">
                                            </b>
                                        </a>
                                        <ul class="dropdown-menu">
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Duftwelten/Aetherische-Oele:::137_268.html">
                                                    &Auml;therische &Ouml;le
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Aetherische-Oele/Duft-Oel-Arrangements:::137_268_136.html">
                                                            Duft &Ouml;l Arrangements
                                                        </a>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Aetherische-Oele/Individual-Duft-Oele:::137_268_135.html">
                                                            Individual Duft &Ouml;le
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Duftwelten/Raumduft-Sprays:::137_269.html">
                                                    Raumduft-Sprays
                                                </a>
                                            </li>
                                            <li class="men">
                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll:::137_299.html">
                                                    Rock &amp; Roll
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="dropdown men">
                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Geschenke-Edelsteine:::29.html">
                                            Geschenke &amp; Edelsteine
                                            <b class="caret">
                                            </b>
                                        </a>
                                        <ul class="dropdown-menu">
                                            <li class="dropdown-submenu men">
                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Edelsteine:::29_275.html">
                                                    Edelsteine
                                                </a>
                                                <ul class="dropdown-menu">
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Holztiere:::29_80.html">
                                                            Holztiere
                                                        </a>
                                                    </li>
                                                    <li class="dropdown-submenu men">
                                                        <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten:::29_312.html">
                                                            Duftwelten
                                                        </a>
                                                        <ul class="dropdown-menu">
                                                            <li class="dropdown-submenu men">
                                                                <a class="dropdown-toggle" href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten/Aetherische-Oele:::29_312_314.html">
                                                                    &Auml;therische &Ouml;le
                                                                </a>
                                                                <ul class="dropdown-menu">
                                                                    <li class="men">
                                                                        <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten/Aetherische-Oele/Duft-Oel-Arrangements:::29_312_314_315.html">
                                                                            Duft &Ouml;l Arrangements
                                                                        </a>
                                                                    </li>
                                                                    <li class="men">
                                                                        <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten/Aetherische-Oele/Individual-Duft-Oele:::29_312_314_316.html">
                                                                            Individual Duft &Ouml;le
                                                                        </a>
                                                                    </li>
                                                                </ul>
                                                            </li>
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten/Raumduft-Sprays:::29_312_317.html">
                                                                    Raumduft-Sprays
                                                                </a>
                                                            </li>
                                                            <li class="men">
                                                                <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Duftwelten/Rock-Roll:::29_312_320.html">
                                                                    Rock &amp; Roll
                                                                </a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li class="men">
                                                        <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine/Steinmoerser:::29_199.html">
                                                            Steinm&ouml;rser
                                                        </a>
                                                    </li>
                                                </ul>
                                            </li>
                                        </ul>
                                    </li>
                                </ul>
                            </div>
                            <!-- /.nav-collapse -->
                        </div>
                    </div>
                    <!-- /navbar-inner -->
                </div>
                <!-- /navbar -->
            </div>
        </nav>
        <!-- /Kategorieauflistung < 980px -->
        <!-- CONTENT -->
        <section class="home">
            <div class="container">
                <div class="row-fluid">
                    <!-- MainContent -->
                    <div class="span9 desk9">
                        <div class="content">
                            <h1>
                            </h1>
                            <div>
                                <!-- Imageslider -->
                                <div class="carousel carousel-fade" id="myCarousel">
                                    <div class="carousel-inner">
                                        <!-- Slide 1 -->
                                        <div class="item active">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="435" src="/images/homepageSlider/Slider-01.jpg" width="870">
                                            </a>
                                        </div>
                                        <!-- /Slide 1 -->
                                        <!-- Slide 2 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-02.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 2 -->
                                        <!-- Slide 3 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-03.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 3 -->
                                        <!-- Slide 4 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-04.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 4 -->
                                        <!-- Slide 5 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-05.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 5 -->
                                        <!-- Slide 6 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-06.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 6 -->
                                        <!-- Slide 7 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-07.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 7 -->
                                        <!-- Slide 8 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-08.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 8 -->
                                        <!-- Slide 9 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-09.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 9 -->
                                        <!-- Slide 10 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-10.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 10 -->
                                        <!-- Slide 11 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-11.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 11 -->
                                        <!-- Slide 12 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-12.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 12 -->
                                        <!-- Slide 13 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-13.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 13 -->
                                        <!-- Slide 14 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-14.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 14 -->
                                        <!-- Slide 15 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-15.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 15 -->
                                        <!-- Slide 16 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-16.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 16 -->
                                        <!-- Slide 17 -->
                                        <div class="item">
                                            <a href="#" title="Produkte">
                                                <img alt="Produkt &uuml;bersichtsbild" class="img-responsive" height="auto" src="/images/homepageSlider/Slider-17.jpg" width="auto">
                                            </a>
                                        </div>
                                        <!-- /Slide 17 -->
                                    </div>
                                </div>
                                <!-- /Imageslider -->
                            </div>
                            <div class="well well-small" id="sbNewsHome">
                                <div class="boxnewshome" id="box_news_home">
                                    <p style="text-align: center;">
                                        <span style="color: rgb(36, 148, 70);">
                                            <br>
                                        </span>
                                    </p>
                                    <p style="text-align: center;">
                                        <span style="font-size: x-large;">
                                            <span style="color: rgb(36, 148, 70);">
                                                <strong>
             Herzliche Einladung
                                                </strong>
                                            </span>
                                        </span>
                                        <span style="color: rgb(36, 148, 70);">
                                            <br>
                                        </span>
                                    </p>
                                    <p style="text-align: center;">
                                        <span style="color: rgb(36, 148, 70);">
                                            <strong>
                                                <span style="font-size: larger;">
                                                    zu unserem Hoffest am Samstag &amp; Sonntag, den 13. und 14. Juli 2024
                                                </span>
                                            </strong>
                                        </span>
                                    </p>
                                    <p style="text-align: center;">
                                        <span style="color: rgb(36, 148, 70);">
                                            <strong>
                                                <span style="font-size: larger;">
                                                    <a href="https://www.st-michaelshof.de/download/Hoffest-2024.pdf">
                                                        Hier gehts zum Festprogramm
                                                    </a>
                                                </span>
                                            </strong>
                                        </span>
                                    </p>
                                </div>
                            </div>
                            <br>
                            <span class="hidden" style="color: red">
                                /boxes/box_categories_list.html
                            </span>
                            <div id="catShow">
                                <div class="row-fluid top-buffer">
                                    <div class="catShowItem span4">
                                        <div class="catShowImage text-center">
                                            <a href="https://www.st-michaelshof.de/Lebensmittel:::157.html" title="Lebensmittel">
                                                <img alt="Lebensmittel" class="cat_image" src="images/categories/157_kat_lebensmittel_2022.png">
                                            </a>
                                            <h3>
                                                <a href="https://www.st-michaelshof.de/Lebensmittel:::157.html" title="Lebensmittel">
                                                </a>
                                                <a class="important-headline" href="https://www.st-michaelshof.de/Lebensmittel:::157.html" title="Lebensmittel">
                                                    Lebensmittel
                                                </a>
                                            </h3>
                                        </div>
                                    </div>
                                    <div class="catShowItem span4">
                                        <div class="catShowImage text-center">
                                            <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege:::28.html" title="Kosmetik und Pflege">
                                                <img alt="Kosmetik und Pflege" class="cat_image" src="images/categories/28_kat_naturkosmetik_2018.png">
                                            </a>
                                            <h3>
                                                <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege:::28.html" title="Kosmetik und Pflege">
                                                </a>
                                                <a class="important-headline" href="https://www.st-michaelshof.de/Kosmetik-und-Pflege:::28.html" title="Kosmetik und Pflege">
                                                    Kosmetik und Pflege
                                                </a>
                                            </h3>
                                        </div>
                                    </div>
                                    <div class="catShowItem span4">
                                        <div class="catShowImage text-center">
                                            <a href="https://www.st-michaelshof.de/Duftwelten:::137.html" title="Duftwelten">
                                                <img alt="Duftwelten" class="cat_image" src="images/categories/137_kat_duftwelten_2024_01.png">
                                            </a>
                                            <h3>
                                                <a href="https://www.st-michaelshof.de/Duftwelten:::137.html" title="Duftwelten">
                                                </a>
                                                <a class="important-headline" href="https://www.st-michaelshof.de/Duftwelten:::137.html" title="Duftwelten">
                                                    Duftwelten
                                                </a>
                                            </h3>
                                        </div>
                                    </div>
                                </div>
                                <div class="row-fluid">
                                    <div class="catShowItem span4">
                                        <div class="catShowImage text-center">
                                            <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine:::29.html" title="Geschenke &amp; Edelsteine">
                                                <img alt="Geschenke &amp; Edelsteine" class="cat_image" src="images/categories/29_kat_geschenke_2022.png">
                                            </a>
                                            <h3>
                                                <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine:::29.html" title="Geschenke &amp; Edelsteine">
                                                </a>
                                                <a class="important-headline" href="https://www.st-michaelshof.de/Geschenke-Edelsteine:::29.html" title="Geschenke &amp; Edelsteine">
                                                    Geschenke &amp; Edelsteine
                                                </a>
                                            </h3>
                                        </div>
                                    </div>
                                    <div class="catShowItem span4" id="blauerEngel">
                                        <div class="catShowImage text-center">
                                            <a href="/St-Michaelshof:_:100.html">
                                                <img alt="3erLogo" class="cat_image" height="" src="templates/bootstrap//img/wir-ueber-uns-logo-engel-blau.png" width="">
                                            </a>
                                            <h3>
                                                <a class="important-headline" href="/St-Michaelshof:_:100.html" title="Wir &uuml;ber uns">
                                                    Wir &uuml;ber uns
                                                </a>
                                            </h3>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div>
                                <span class="hidden" style="color: red">
                                    /module/new_products_default.html
                                </span>
                                <br>
                                <h2 class="important-headline text-center" style="margin-top:-20px;">
                                    Top-Produkte / Neue Artikel
                                </h2>
                                <!-- Product Listing -->
                                <div class="switcher">
                                    <div class="row-fluid">
                                        <div class="carousel slide" id="productCarousel">
                                            <div class="carousel-inner">
                                                <ul class="thumbnails item active">
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege/Koerper-Haut-und-Gesichtspflegesalben/Honigblum-Ringelblumen-Salbe::498.html">
                                                            <img alt="Honigblum &amp; Ringelblumen-Salbe" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/498_0_honigblum.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Kosmetik-und-Pflege/Koerper-Haut-und-Gesichtspflegesalben/Honigblum-Ringelblumen-Salbe::498.html">
                 Honigblum &amp; Ringelblumen-Salbe
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   18.10 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  362.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=498">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege/Koerper-Haut-und-Gesichtspflegesalben/Honigblum-Ringelblumen-Salbe::498.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel/Oele/-Special-Edition-Natives-Bio-Olivenoel-extra-erste-Gueteklasse::857.html">
                                                            <img alt="*Special Edition* Natives Bio-Oliven&ouml;l extra - erste G&uuml;teklasse" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/857_0_olivenoel_se.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel/Oele/-Special-Edition-Natives-Bio-Olivenoel-extra-erste-Gueteklasse::857.html">
                 *Special Edition* Natives Bio-Oliven&ouml;l...
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   17.90 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  35.80 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=857">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Edles-im-Glas/Essig-Oel/Oele/-Special-Edition-Natives-Bio-Olivenoel-extra-erste-Gueteklasse::857.html">
                                                                    <img alt="5" class="rating" height="14" src="templates/bootstrap/img/stars_5.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (1)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Bio-Wildkraeuter-Balsam::891.html">
                                                            <img alt="Bio-Wildkr&auml;uter Balsam" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/891_0_wildkraeuterbalsam.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Bio-Wildkraeuter-Balsam::891.html">
                 Bio-Wildkr&auml;uter Balsam
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   12.30 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  24.60 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=891">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Bio-Wildkraeuter-Balsam::891.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Fitness-Food/Bio-Kraeutersalz-Wildkraeuter::1118.html">
                                                            <img alt="Bio Kr&auml;utersalz Wildkr&auml;uter" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1118_0_ig_krsalz_wildkraeuter_100.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Fitness-Food/Bio-Kraeutersalz-Wildkraeuter::1118.html">
                 Bio Kr&auml;utersalz Wildkr&auml;uter
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   7.90 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  79.00 EUR je 1kg
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1118">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Fitness-Food/Bio-Kraeutersalz-Wildkraeuter::1118.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ul>
                                                <ul class="thumbnails item">
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Wildkraeuter-Salat::1070.html">
                                                            <img alt="Wildkr&auml;uter Salat" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1070_0_salat_wildkraeuter.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Wildkraeuter-Salat::1070.html">
                 Wildkr&auml;uter Salat
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   3.50 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  3.50 EUR je 100g
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1070">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Exquisites/Wildkraeuter-Salat::1070.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Oregano::1269.html">
                                                            <img alt="Oregano" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1269_0_oregano_ot.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Oregano::1269.html">
                 Oregano
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1269">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Oregano::1269.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Estragon::1264.html">
                                                            <img alt="Estragon" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1264_0_estragon_ot.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Estragon::1264.html">
                 Estragon
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1264">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Estragon::1264.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Liebstoeckel::1267.html">
                                                            <img alt="Liebst&ouml;ckel" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1267_0_liebstoeckel_ot.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Liebstoeckel::1267.html">
                 Liebst&ouml;ckel
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1267">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Liebstoeckel::1267.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ul>
                                                <ul class="thumbnails item">
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Koriander::1069.html">
                                                            <img alt="Koriander" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1069_0_koriander.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Koriander::1069.html">
                 Koriander
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1069">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Koriander::1069.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-kraus::1068.html">
                                                            <img alt="Petersilie kraus" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1068_0_petersilie_kraus.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-kraus::1068.html">
                 Petersilie kraus
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1068">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-kraus::1068.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Schnittlauch::1065.html">
                                                            <img alt="Schnittlauch" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1065_0_schnittlauch.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Schnittlauch::1065.html">
                 Schnittlauch
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1065">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Schnittlauch::1065.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-glatt::1064.html">
                                                            <img alt="Petersilie glatt" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1064_0_petersilie_glatt.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-glatt::1064.html">
                 Petersilie glatt
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1064">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Petersilie-glatt::1064.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ul>
                                                <ul class="thumbnails item">
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Dill::1063.html">
                                                            <img alt="Dill" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/1063_0_dill__frisch.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Dill::1063.html">
                 Dill
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                ab   2.40 EUR&nbsp;
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 7 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  2.40 EUR je 1Bund
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=1063">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Lebensmittel/Naturfrisch/Bio-Kraeuter/Dill::1063.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Aura-Bio-Duft-Roll-on::2097.html">
                                                            <img alt="Aura Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2097_0.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Aura-Bio-Duft-Roll-on::2097.html">
                 Aura Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2097">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Aura-Bio-Duft-Roll-on::2097.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Seelenfrische-Bio-Duft-Roll-on::2183.html">
                                                            <img alt="Seelenfrische Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2183_0_ron_seelenfrische.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Seelenfrische-Bio-Duft-Roll-on::2183.html">
                 Seelenfrische Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2183">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Seelenfrische-Bio-Duft-Roll-on::2183.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Durchhaltekraft-Bio-Duft-Roll-on::2177.html">
                                                            <img alt="Durchhaltekraft Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2177_0_ron_durchhaltekraft.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Durchhaltekraft-Bio-Duft-Roll-on::2177.html">
                 Durchhaltekraft Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2177">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Durchhaltekraft-Bio-Duft-Roll-on::2177.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ul>
                                                <ul class="thumbnails item">
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Chakra-Bio-Duft-Roll-on::2176.html">
                                                            <img alt="Chakra Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2176_0_ron_chakra.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Chakra-Bio-Duft-Roll-on::2176.html">
                 Chakra Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                10.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        12.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  1,090.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2176">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Chakra-Bio-Duft-Roll-on::2176.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Kinderglueck-Bio-Duft-Roll-on::2179.html">
                                                            <img alt="Kindergl&uuml;ck Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2179_0_ron_kinderglueck.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Kinderglueck-Bio-Duft-Roll-on::2179.html">
                 Kindergl&uuml;ck Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2179">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Kinderglueck-Bio-Duft-Roll-on::2179.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Schaffensfreude-Bio-Duft-Roll-on::2182.html">
                                                            <img alt="Schaffensfreude Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2182_0_ron_schaffensferude.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Schaffensfreude-Bio-Duft-Roll-on::2182.html">
                 Schaffensfreude Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2182">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Schaffensfreude-Bio-Duft-Roll-on::2182.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <li class="span3 thumbnail product">
                                                        <!-- ProduktBild -->
                                                        <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Mach-dich-frei-Bio-Duft-Roll-on::2181.html">
                                                            <img alt="Mach dich frei Bio-Duft-Roll-on" class="img-responsive center-block productimage" src="images/product_images/thumbnail_images/2181_0_ron_mach_dich_frei.jpg">
                                                        </a>
                                                        <!-- ProduktBild -->
                                                        <div class="caption">
                                                            <h3 class="text-center">
                                                                <a class="drkgrn" href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Mach-dich-frei-Bio-Duft-Roll-on::2181.html">
                 Mach dich frei Bio-Duft-Roll-on
                                                                </a>
                                                            </h3>
                                                            <!-- /Produktbeschreibung, gekuerzt -->
                                                            <p class="price text-center">
                9.90 EUR&nbsp;
                                                                <br>
                                                                <span class="productOldPrice">
                                                                    <del>
                                                                        11.90 EUR
                                                                    </del>
                                                                </span>
                                                            </p>
                                                            <div class="priceinfo text-center drkgrn">
                                                                <p>
                                                                    ( inkl. 19 % MwSt. zzgl.
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=1" rel="nofollow" target="_blank" title="Information">
                                                                        Versandkosten
                                                                    </a>
                                                                    )
                                                                    <br>
                                                                    Lieferzeit:
																		&nbsp;
                                                                    <a class="contentbox" href="https://www.st-michaelshof.de/popup_content.php?coID=10" rel="nofollow" target="_blank" title="Information">
                                                                        2-4 Tage nach Versandm&ouml;glichkeit
                                                                    </a>
                                                                    Grundpreis:  990.00 EUR je 1l
                                                                </p>
                                                            </div>
                                                            <div class="row-fluid">
                                                                <a href="https://www.st-michaelshof.de/index.php?action=buy_now&amp;BUYproducts_id=2181">
                                                                    <span class="btn span12 btn-cta">
                                                                        In den Warenkorb
                                                                    </span>
                                                                </a>
                                                                &nbsp;&nbsp;
                                                            </div>
                                                            <div class="rating-container text-center">
                                                                <a href="https://www.st-michaelshof.de/Duftwelten/Rock-Roll/Mach-dich-frei-Bio-Duft-Roll-on::2181.html">
                                                                    <img alt="0" class="rating" height="14" src="templates/bootstrap/img/stars_0.gif" width="102">
                                                                    &nbsp;&nbsp;
                                                                    <small>
                                                                        (0)
                                                                    </small>
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ul>
                                            </div>
                                            <a class="left carousel-control" data-slide="prev" href="#productCarousel">
                                                &lt;
                                            </a>
                                            <a class="right carousel-control" data-slide="next" href="#productCarousel">
                                                &gt;
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div>
                            </div>
                            <!-- SEO Text -->
                            <div>
                                <div id="SeoText" style="text-align:center;">
                                    <h2>
                                        <b>
           St. Michaelshof - Wir &uuml;ber uns
                                        </b>
                                    </h2>
                                    <h3>
                                        <b>
                                            Sie finden uns am Rande des Allg&auml;us, auf 740 m H&ouml;he zwischen W&auml;ldern und Wiesen, in traumhafter Alleinlage auf einem sonnendurchfluteten Hochplateau
                                        </b>
                                    </h3>
                                    <p>
                                        Anbau von &uuml;ber 150 verschiedenen Feld- und Feingem&uuml;sesorten, sowie g&auml;ngige und uralte Obstsorten, diverse Gew&uuml;rzkr&auml;uter und &uuml;ber 70 Wildkr&auml;uter, mehr als 100 Heilkr&auml;uter, ca. 15 verschiedene Kartoffelsorten, alle g&auml;ngigen und exotischen Getreide, &uuml;ber 7 verschiedene Beerenfr&uuml;chte, &uuml;ber 30 Ess-Blumen und vielf&auml;ltige Wiesenblumenstr&auml;u&szlig;e, u.v.m.
                                    </p>
                                </div>
                                <div class="text-center">
                                    <a class="btn btn-mimi text-right" data-target="#moreSeoText" data-toggle="collapse" type="button">
                                        weiterlesen &hellip;
                                    </a>
                                </div>
                                <div class="collapse" id="moreSeoText" style="text-align:center;">
                                    <p>
                                        Durch besondere, umfassende
                                        <b>
                                            Einheckungen
                                        </b>
                                        ,
(speziell Beerenfruchtb&auml;ume) Biotopvernetzungen, Blumenrabatte und Gr&uuml;nfl&auml;chen
wurden besondere R&auml;ume f&uuml;r N&uuml;tzlinge geschaffen; die Artenvielfalt der V&ouml;gel, Insekten
etc. nimmt dadurch st&auml;ndig zu, so dass wir unsere Vogelwelt von 4 auf &uuml;ber 40
Arten und mehr erh&ouml;hen konnten. Somit kamen und kommen wir in den Genuss einer
nat&uuml;rlichen, hocheffizienten Sch&auml;dlingsbek&auml;mpfung bzw. -regulierung.
                                    </p>
                                    <p>
                                        Unser
                                        <b>
                                            Naturteich
                                        </b>
                                        mit Beobachtungsstation
(Panzerglasscheibe zur Unterwasserbeobachtung) bietet f&uuml;r Besucher,
Schulklassen und Kinder das direkte Erleben der heimischen und exotischen Tier-
und Pflanzenwelt. In unserem Teich leben einheimische Arten wie Muscheln,
Krebse, Schleien, Barsche etc., die sich nicht immer zeigen, deshalb wilderten
wir ein bisschen im Exotischen. Unsere handzahmen Kois,
die es lieben sich zu pr&auml;sentieren und die Besucher entz&uuml;cken, tragen zur
Freude und Naturliebe aller bei.
                                    </p>
                                    <h2>
                                        <b>
                                            Die Besonderheiten und St&auml;rken unseres kosmobiodynamischen Anbaus
                                        </b>
                                    </h2>
                                    <h3>
                                        <b>
                                            Das St.Michaelshof-Motto:
                                        </b>
                                    </h3>
                                    <p>
                                        Im Einklang mit Natur &amp; Geist - &uuml;berzeugen durch Qualit&auml;t f&uuml;hrte dazu, dass alles,
Aussaat, Anzucht, Pflege, Ernte, Lagerung und Veredelung von Beginn an nach
optimalen kosmischen Gesichtspunkten und Rhythmen vollbracht wird. So werden
Nahrungsmittel mit &uuml;berragender Qualit&auml;t und Vitalit&auml;t geschaffen. Da
Bodenbearbeitung, Aussaat, Anzucht, Pflege, Ernte, Lagerung und Veredelung aus
einer Hand geschieht, war und ist es relativ leicht, beim Verbraucher
Vertrauen, Sicherheit und Nachvollziehbarkeit zu erwerben.
                                    </p>
                                    <h3>
                                        <b>
                                            Z&uuml;chtung
                                        </b>
                                    </h3>
                                    <p>
                                        Im Laufe
unseres Bestehens haben wir eine
                                        <b>
                                            eigene
Pflanzenzucht
                                        </b>
                                        (Getreide, Salate, M&ouml;hren etc.) entwickelt. Bei unseren
Kunden ist zum Beispiel die wohlschmeckende, eigen gez&uuml;chtete buttrig-sahnige Laubeggi-M&ouml;hre mit dem gro&szlig;en M&ouml;hrenherz sehr beliebt und
l&auml;ngst ein &bdquo;Markenzeichen&ldquo;.
                                    </p>
                                    <h3>
                                        <b>
                                            Bodenaufbau
                                        </b>
                                    </h3>
                                    <p>
                                        Herzst&uuml;ck unseres Bauens ist ein
                                        <b>
                                            eigenentwickeltes
ganzheitliches Rotte-Kompostverfahren
                                        </b>
                                        , welches zwischen 1 und 3 Jahren
dauert. Das Ergebnis ist eine wunderbar duftende braune Walderde,
die zur D&uuml;ngung auf die Felder ausgebracht wird. Nachhaltigst
schonender Bodenerhalt, ja sogar regelm&auml;&szlig;iger Bodenaufbau ist geschaffen.
Vollaktive Mikroorganismenbildung und &ndash;erhalt ist bewiesen.
                                    </p>
                                    <h3>
                                        <b>
                                            Bodenverbesserung/Kompostaufwertung
                                        </b>
                                    </h3>
                                    <p>
                                        Um dies
zu bewerkstelligen ist uns die Ausbringung von verschiedenen Gesteinsmehlen
(z.B. Algenkalk), Heiltees, verschiedene
                                        <b>
                                            Pr&auml;parate
                                        </b>
                                        (Rudolf Steiner, Hugo Erbe
etc.), auch eigenentwickelte St. Michaelshof-Pr&auml;parate (spezielle Tees,
Verg&auml;rungen, hom&ouml;opathische Heilmittel, spagyrische
Pr&auml;parationen u.v.m.) sehr
wertvoll. Da der S&uuml;den Deutschlands durch Abwesenheit von Selen, Jod etc.
gl&auml;nzt, f&uuml;llen wir die Defizite mit unseren Pr&auml;paraten und Heilpflanzen nachhaltig
auf. Diese Ma&szlig;nahme erh&ouml;ht die Qualit&auml;t und Vitalit&auml;t der Pflanzen enorm.
                                    </p>
                                    <p>
                                        <b>
                                            Einhaltung spezieller Fruchtfolgen,
                                        </b>
                                        die zum Erhalt der Bodenfruchtbarkeit,
Erkraftung bzw. Robustheit der Pflanzen beitragen
(Blatt-, Bl&uuml;te-, Wurzel- und Frucht-Jahre, Stickstoffbilder-Jahre, Brache-Jahre
usw.) werden praktiziert.
                                    </p>
                                    <h3>
                                        <b>
                                            St.-Michaelshof-Bienenzucht
                                        </b>
                                    </h3>
                                    <p>
                                        Sie
umfasst 24 V&ouml;lker, aus denen wir unseren hochwertigen Honig f&uuml;r den Verkauf
gewinnen. Unsere Bienen setzen wir erfolgreich zur aktiven Pflanzenbest&auml;ubung
und zur Pflanzenabh&auml;rtung ein. Wir forschen ernsthaft und nachhaltig bez&uuml;glich Varroa-Bek&auml;mpfung und anderer Bienenkrankheiten. Ein
wichtiges Anliegen ist uns z.B. die Verbesserung der K&ouml;niginnenzucht etc...
Unser reines Bienenwachs findet Verwendung in unseren hochwirksamen
Kosmetikserien.
                                    </p>
                                    <h3>
                                        <b>
                                            Innovative Technologien
                                        </b>
                                    </h3>
                                    <p>
                                        (z.B. Doppelspatenmaschine, eigenentwickeltes Abflammger&auml;t usw.) Traktoren auf Hydrostatbasen, Ausr&uuml;stung mit Bio&ouml;len
sind selbstverst&auml;ndlich. Wasserverwirbelungsger&auml;te in Gold, Silber, Kupfer,
Edelstahl und Chromausf&uuml;hrung mit Heilsteinaktivierungen,
tragen viel zur vitalen und energetischen Verbesserung der Waren bei.
                                    </p>
                                    <h3>
                                        <b>
                                            Wasserreinigung - Wasseraufbereitung - Wasserbelebung
                                        </b>
                                    </h3>
                                    <ul>
                                        <li>
                                            1. Osmoseverfahren, automatische Steuerung der Entschlackungswirkung.
                                        </li>
                                        <li>
                                            2. Halitzusatz (reinstes Ursalz)
                                        </li>
                                        <li>
                                            3. Edelsteinkraft&uuml;bertragung, ist vorhanden
                                        </li>
                                        <li>
                                            4. Aktiviertes levitertes Wasser
                                        </li>
                                        <li>
                                            5. Wasserverwirbelungsger&auml;te unterschiedlichster Wirkarten werden spezifisch
optional eingesetzt
                                        </li>
                                    </ul>
                                    <p>
                                        Alle diese Ger&auml;te und innovativen Anlagen werden zur
weiteren Optimierung bzw. Energetisierung und Veredelung
der Lebensmittel eingesetzt.
                                        <br>
                                        In unserem eigens eingerichteten Pr&uuml;fungs-und
Sicherungslabor -
                                        <b>
                                            Klarlicht
                                        </b>
                                        - werden
alle Produkte und Erzeugnisse st&auml;ndig &uuml;ber Biophotonenuntersuchungen auf
Vitalit&auml;t, Lebensprozesshaftigkeit und Lebenserhalt gepr&uuml;ft.
                                    </p>
                                    <p>
                                        <b>
                                            Lebensmittelaufbewahrung/Lagerr&auml;ume
                                        </b>
                                        mit
besonderen Schichtaufbauten (Orgonwirkweise nach
Reich), um qualit&auml;tserhaltende Bedingungen f&uuml;r Lagergem&uuml;se und Kr&auml;uter zu
bekommen, wurden geschaffen. Gut gelungen sind uns unsere eigenen
                                        <b>
                                            Naturlagerst&auml;tten
                                        </b>
                                        , welche ein konstant
gutes Lagerklima f&uuml;r viele Waren, erf&uuml;llen. Ebenso sind Lagerr&auml;ume f&uuml;r
unterschiedlichste Waren und Gem&uuml;se da, die vollautomatisch nach K&auml;lte/W&auml;rme
und Feuchtigkeit optimale Lagerbedingungen schaffen und unser Warensortiment
nach neuesten Forschungen in Tiefschlaf (bester energetischer Erhalt)
versetzen.
                                    </p>
                                    <h2>
                                        <b>
                                            Ein gl&auml;serner Betrieb schafft Vertrauen
                                        </b>
                                    </h2>
                                    <p>
                                        Wir werden kontrolliert durch die EG mit der Kontrollnummer DE-&Ouml;KO-037
                                        <br>
                                        und nat&uuml;rlich durch Sie...
                                    </p>
                                    <h3>
                                        <b>
                                            Soziokulturelle Kompetenz
                                        </b>
                                    </h3>
                                    <p>
                                        Ein besonderes Anliegen des St. Michaelshofes ist es, Mensch, Natur und Kunst in
Einklang zu bringen. So finden Sie in unserem gesamten Gartenbereich zahlreiche
Kunstwerke. Durch Schaffung zeitgerechter, moderner Arbeitspl&auml;tze in Natur- und Kunstsch&ouml;nheit
sichern wir uns hohe Arbeitsbereitschaft, au&szlig;ergew&ouml;hnliches Engagement, Flexibilit&auml;t
und Zufriedenheit unserer Mitarbeiter. Dieser Punkt ist uns sehr wichtig. Wir
bieten neben vielseitigen Arbeitspl&auml;tzen, Lehrlingsausbildungspl&auml;tze
und abwechslungsreiche Praktikumsstellen an. So erhalten wir regelm&auml;&szlig;ig
verschiedenste Anfragen von Interessenten aus dem In- und Ausland.
                                    </p>
                                    <h3>
                                        <b>
                                            Soziales Engagement
                                        </b>
                                    </h3>
                                    <p>
                                        Die Unterst&uuml;tzung von Umweltschutzverb&auml;nden,
                                        <br>
                                        Tierschutzvereinigungen, Schulen, Kinderg&auml;rten und sozialen Einrichtungen ist uns ein inneres Bed&uuml;rfnis.
                                    </p>
                                    <p>
                                        <b>
                                            Betriebs&auml;rzte
                                        </b>
                                        umsorgen und betreuen das gesamte Team. Wir
bieten unseren Mitarbeitern Profilaxeprogramme an.
Angeboten sind eurythmische Bewegungskunst, magische Bewegung, Yogaschulung und
Meditationen und ein eigens eingerichteter Fitnessraum.
                                    </p>
                                    <h3>
                                        <b>
                                            Energetische Versorgung
                                        </b>
                                    </h3>
                                    <p>
                                        <b>
                                            Biomasseheizkraftwerk
                                        </b>
                                        mit Fernw&auml;rmenetz 950 kW
und
                                        <b>
                                            Photovoltaikanlagen
                                        </b>
                                        erzielen
eine Komplettversorgung aller H&auml;user- und Gew&auml;chsh&auml;user.
                                    </p>
                                    <ul>
                                        <li>
                                            1. modernste Abgasreinigung; Zyklonabscheider integriert
                                        </li>
                                        <li>
                                            2. Energiereserven f&uuml;r die Zukunft sind geschaffen
                                        </li>
                                        <li>
                                            3. Energieversorgungssicherheit. Bei auftretenden Bio-masseheizkraftwerksproblemen ist es jederzeit m&ouml;glich auf &ouml;l umzuschalten (falls w&auml;hrend der Anzuchtszeit Maschinenausf&auml;lle auftr&auml;ten, w&auml;re dies mit gr&ouml;&szlig;eren Pflanzanzuchtssch&auml;den einhergehend)
                                        </li>
                                        <li>
                                            4. H&ouml;chster &ouml;kologischer Standard ist erf&uuml;llt (Zukunftsvorwegnahme)
                                        </li>
                                        <li>
                                            5. Photovoltaikanlagen sind gebaut bzw. werden st&auml;ndig erweitert
                                        </li>
                                        <h3>
                                            <b>
                                                Schneckenbek&auml;mpfung
                                            </b>
                                        </h3>
                                        <p>
                                            auf nat&uuml;rliche
Art; durch den Einsatz von Enten erzielen wir eine enorme Arbeitserleichterung
und Zeitersparnis, da das stundenlange Einsammeln der Schnecken entfallen ist.
Heute haben wir keine Schneckenprobleme mehr, zudem bieten unsere Entenfreunde
f&uuml;r Besucher und Kinder einen besonderen Blick- und
Augenfang. Als Nebeneffekt konnten wir ein Spezialangebot f&uuml;r unsere Kunden
generieren und zwar in Form von Enten- und G&auml;nseeiern.
                                        </p>
                                        <h3>
                                            <b>
                                                Eier-/H&uuml;hnerzucht
                                            </b>
                                        </h3>
                                        <p>
                                            Gesunde, robuste, naturnahe H&uuml;hner aus eigener Zucht verschaffen uns die bestschmeckensten Eier der Welt. Unsere Z&uuml;chtung aus
tibetanischen Seidenh&uuml;hnern und s&uuml;damerikanischen Araukana
produzieren Eier von noch nie da gewesener
vollmundiger Buttrigkeit.
                                        </p>
                                        <p>
                                            In
unserer
                                            <b>
                                                hofeigenen Produktionsk&uuml;che
                                            </b>
                                            werden superfrisch die Gartenfr&uuml;chte nach eigen entwickelten Rezepturen in
liebevoller Handarbeit schonendst und werterhaltend
veredelt.
                                            <br>
                                            <b>
                                                Unsere Auswahl umfasst ein leckeres,
vollmundiges und vielf&auml;ltiges Angebot
                                            </b>
                                            : herzhafte Pestos und Saucen von
feurig, fruchtig bis kr&auml;uterig, &uuml;ber 15 verschiedene
erfrischende Kr&auml;utersirupe, spritzige Limonaden, vollaromatische Frucht- und Gem&uuml;ses&auml;fte,
leckere Brotaufstriche von peppig bis frisch-w&uuml;rzig, vielf&auml;ltig
sauer Eingelegtes wie: Salicornes, Topi Lichtprodukte, spezial Power
Rettinger, Rote BeteTraum
etc., st&auml;rkende Gem&uuml;sekraftbr&uuml;hen, besonders edle Kr&auml;uter und Heilkr&auml;uter-Essige,
hausgemachte Nudeln, wertvoller Honig, deftige und klassische Senf-Variationen,
Besonderheiten wie B&auml;rlauch-Knospen, hochwertige, pflegende Salben, vielseitige
vitalisierende-spagyrische Kosmetika, Dinkelspelz-produkte,
Kr&auml;uter- und Gew&uuml;rz&ouml;le, ebenso 100 %ig reine &auml;therische
&ouml;le und vieles, vieles mehr ...
                                        </p>
                                        <h3>
                                            <b>
                                                Wildkr&auml;uter, Essbl&uuml;ten, vegane Kost und Rohkostqualit&auml;ten
                                            </b>
                                        </h3>
                                        <p>
                                            haben einen besonderen Stellenwert in unserer Produktpalette. Wir bieten weit &uuml;ber
150 verschiedene Wildkr&auml;uter, Essblumen und Heilkr&auml;uter zum gen&uuml;sslich wohlt&auml;tigen
Verzehr an.
                                        </p>
                                        <h3>
                                            <b>
                                                St.Michaelshof-B&auml;ckerei
                                            </b>
                                        </h3>
                                        <p>
                                            In unserer Hofb&auml;ckerei werden selbst entwickelte Natursauer Getreide- und Dinkelbrote,
schmackhaft-vielseitige Kuchen, Kraft-Energieb&auml;llchen und duftiges Zopfbrot, bet&ouml;rende Nu&szlig;schnecken
und vieles mehr hervorgezaubert.
                                        </p>
                                        <h3>
                                            <b>
                                                St.-Michaelshof-N&auml;hstube
                                            </b>
                                        </h3>
                                        <p>
                                            In der St.Michaelshof-N&auml;hstube wird innovativ-kreative
ansprechende Kleidung aus farbenfrohen nat&uuml;rlichen Materialien handgeschneidert
sowie manch anderes reizvolles Accessoires aus der Traumwelt in die
Wirklichkeit getragen. Ebenso k&ouml;nnen wundervolle hautschmeichelnde Bio-Biber
Bettw&auml;sche und heilkr&auml;ftig energetisierende Dinkelspelzkissen
in verschiedenen Gr&ouml;&szlig;en, Augenwohl, Tr&auml;umerle und
Wohlf&uuml;hl-/Stillschlangen f&uuml;r
                                            <b>
                                                Ihr
k&ouml;rperlich seelisches Wohlbefinden
                                            </b>
                                            bezogen werden.
                                        </p>
                                        <h3>
                                            <b>
                                                Insektenhotels
                                            </b>
                                        </h3>
                                        <p>
                                            Als
aktiven
                                            <b>
                                                Tierschutz
                                            </b>
                                            fertigen wir in
liebevoller Handarbeit wundersch&ouml;ne
                                            <b>
                                                Insektenhotels
                                            </b>
                                            in verschiedensten Gr&ouml;&szlig;en, um den Insektenfreunden bei Ihnen zu Hause komfortable
Unterk&uuml;nfte zu schaffen.
                                        </p>
                                        <h3>
                                            <b>
                                                St.Michaelshof-Partyservice
                                            </b>
                                        </h3>
                                        <p>
                                            <b>
                                                Kochen ist unsere Leidenschaft:
                                            </b>
                                            Im St.Michaelshof-Partyservice
konnten wir unsere Passion zum Beruf erheben. Unsere Koch-Kreativabteilung
erf&uuml;llt es immer wieder mit gro&szlig;er Freude und Genugtuung, Menschen
unterschiedlichster Art mit erlesenen Speisen und herausragendem Ambiente zu
verw&ouml;hnen. Unser Partyservice umfasst Beratung, Planung und Ausf&uuml;hrung von
Men&uuml;s (Einfach-, Mehrfachg&auml;nge von echt schw&auml;bisch-allg&auml;uerischer
K&uuml;che, z.B. feine Maultaschen mit unterschiedlichsten F&uuml;llungen bis allerfeinste
italienische, franz&ouml;sische, indische, afrikanische K&uuml;che und vieles mehr),
Buffets, zauberhaftes Ambiente, z.B. musikalische Unterhaltung mit Musikbands,
Tanzgruppe, Kinderbetreuung, Raumgestaltungen usw. Auf Wunsch sind wir in der Lage
vom Einfachgeschirr bis zum feinsten Porzellan mit edelsten Kristallgl&auml;sern und
Goldbesteck aufzuwarten. Ob Sie sich allein oder mit 1000 Freunden verw&ouml;hnen
lassen wollen, sprechen Sie uns an, wir geben Ihnen gerne umfassende Auskunft. F&uuml;r
                                            <b>
                                                Eventgastronomie
                                            </b>
                                            bieten wir Ihnen Allg&auml;uer
Bio-Flammkuchen, Bio-Holzofenpizza oder Allg&auml;uer Bio-K&auml;ssp&auml;tzle
mit speziellen Wildkr&auml;uter- und Kartoffelsalaten und vielem mehr gerne an. Es
ist uns ein besonderes Vergn&uuml;gen, f&uuml;r Ihr leibliches Wohl zu sorgen.
                                        </p>
                                        <p>
                                            Unser
j&auml;hrlich stattfindendes
                                            <b>
                                                Hoffest
                                            </b>
                                            mit
vielen Attraktionen, interessanten Vortr&auml;gen, Hoff&uuml;hrungen, kulinarischen
internationalen K&ouml;stlichkeiten und vielem mehr ist ein weiteres Highlight
vielseitigen Schaffens.
                                        </p>
                                        <p>
                                            Der
                                            <b>
                                                St.Michaelshof
                                            </b>
                                            ist
ein Unternehmenszweig der
                                            <b>
                                                Ataman AG
                                            </b>
                                            .
                                        </p>
                                        <h4>
                                            Das St.Michaelshof-Unternehmen setzt sich zusammen aus:
                                        </h4>
                                        <ul>
                                            <li>
                                                1. St. Michaelshof Landwirtschaft Imkerei B&auml;ckerei
                                            </li>
                                            <li>
                                                2. Produktion &amp; Veredelung Rosengr&uuml;n
                                            </li>
                                            <li>
                                                3. St. Michaelshof Vermarktung Vertrieb &amp; Internetshop, Einzel-Gro&szlig;handel Marktwesen
                                            </li>
                                            <li>
                                                4. Partyservice
                                            </li>
                                        </ul>
                                        <h3>
                                            <b>
                                                Die Licht&auml;ther-Kraftpflanze
                                            </b>
                                        </h3>
                                        <p>
                                            &bdquo;
                                            <b>
                                                &hellip; die einzige Pflanze, die Licht&auml;ther in
ihren unterirdischen Teilen speichert und der wird f&uuml;r die Menschen der Zukunft
unentbehrlich sein.&ldquo;
                                            </b>
                                            R.Steiner
                                        </p>
                                        <p>
                                            als Rohkost
im Salat, gehobelt, gestifftelt oder grob geraspelt
macht unsere &bdquo;Licht&auml;ther&ldquo; Wurzel eine gute Figur. Als Gem&uuml;se, gekocht oder
ged&auml;mpft , als P&uuml;ree, als mild-feine Suppe, cremig oder klar, zum Heben,
Aktivieren und Energetisieren von So&szlig;en, Aufl&auml;ufen,
Eint&ouml;pfen, Gratins, als lichtvolle Alternative zur schwerm&auml;chtigen Kartoffel,
zu Reis, jeglichem Getreide und vielem Lichtvollem mehr nach Kreativit&auml;t und Intuition.
                                        </p>
                                        <h3>
                                            <b>
                                                Wildkr&auml;uterschale
                                            </b>
                                        </h3>
                                        <p>
                                            <b>
                                                Vitalisierend - Entschlackend - Formerhaltend - Stoffwechselaktivierend - Erkraftend - Figurbetonend
                                            </b>
                                        </p>
                                        <h3>
                                            Unsere
                                            <b>
                                                Wildkr&auml;uter-Vital-Mischung
                                            </b>
                                            f&uuml;r Sie:
                                        </h3>
                                        <p>
                                            mit L&ouml;wenzahn,
Kerbel, Frauenmantel, Giersch, Schafgarbe, Brennnessel, Spitzwegerich, Vogelmiere
... und vielem mehr aus 150 Wildkr&auml;uterpflanzen und Essbl&uuml;ten je nach Saison
und Pflanzenverf&uuml;gbarkeit im
                                            <b>
                                                Fr&uuml;hling -
Sommer - Herbst
                                            </b>
                                        </p>
                                        <h3>
                                            <b>
                                                Asia
                                            </b>
                                            <b>
                                                Schnittsalate
                                            </b>
                                        </h3>
                                        <p>
                                            <b>
                                                Vitaminreiche Vital-Salatmischungen f&uuml;r den
Winter
                                            </b>
                                        </p>
                                        <p>
                                            Unsere Asia Sch&auml;lchen beinhalten eine herrliche Mischung frisch
geernteter Schnittsalate aus eigenem kosmobiodynamischem
Anbau:
                                            <br>
                                            <b>
                                                Mizuna
                                            </b>
                                            <b>
                                                , Postelein, Ruccola, Agano, Red &amp; Green Snow
                                            </b>
                                            : Vitaminreich, reich an Fols&auml;uren, Senf&ouml;len,
reich an Ballaststoffen, reich an Omega 3 Fetts&auml;uren, basisch wirkend,
verdauungsf&ouml;rdernd und regulierend, lebenskraftanregend, bewusstseinserkraftend.
Im
                                            <b>
                                                Geschmack
                                            </b>
                                            nussig-frisch-pfeffrig
wie Kresse, senfw&uuml;rzig, mild aromatisch.
                                        </p>
                                    </ul>
                                </div>
                            </div>
                            <!-- /SEO Text -->
                        </div>
                    </div>
                    <!-- /MainContent-->
                    <!-- Sidebar -->
                    <div class="span3 desk3" id="sidebarRightContainerContainer">
                        <div id="sidebarRightContainer">
                            <div id="sidebarRightHead">
                            </div>
                            <div id="sidebarRight">
                                <div class="well well-small" id="sbCategories">
                                    <span class="categoryheader text-center">
                                        <button class="pointer" data-target="#box_categories" data-toggle="collapse">
           Kategorien
                                        </button>
                                    </span>
                                    <div class="collapsebox collapse" id="box_categories">
                                        <div class="boxcontent">
                                            <ul class="nav nav-list dropdown">
                                                <li class="level1">
                                                    <a href="https://www.st-michaelshof.de/Lebensmittel:::157.html" title="Lebensmittel">
                                                        Lebensmittel
                                                        <b class="caret">
                                                        </b>
                                                    </a>
                                                </li>
                                                <li class="level1">
                                                    <a href="https://www.st-michaelshof.de/Kosmetik-und-Pflege:::28.html" title="Kosmetik und Pflege">
                                                        Kosmetik und Pflege
                                                        <b class="caret">
                                                        </b>
                                                    </a>
                                                </li>
                                                <li class="level1">
                                                    <a href="https://www.st-michaelshof.de/Duftwelten:::137.html" title="Duftwelten">
                                                        Duftwelten
                                                        <b class="caret">
                                                        </b>
                                                    </a>
                                                </li>
                                                <li class="level1">
                                                    <a href="https://www.st-michaelshof.de/Geschenke-Edelsteine:::29.html" title="Geschenke &amp; Edelsteine">
                                                        Geschenke &amp; Edelsteine
                                                        <b class="caret">
                                                        </b>
                                                    </a>
                                                </li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                                <div class="well well-small" id="sbAccount">
                                    <span class="categoryheader text-center">
                                        <a href="https://www.st-michaelshof.de/account.php">
                                            Mein Konto
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbZertifikate">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/shop_content.php?coID=122">
                                            Zertifikat
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbMaerkte">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/Wochenmaerkte:_:115.html">
                                            Wochenm&auml;rkte
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbParty">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/Party-Service:_:116.html">
                                            Party-Service
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbGeschenke">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/Geschenke:::29.html">
                                            Geschenke
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbRezepte">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/Rezepte:_:105.html">
                                            Rezepte
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbGalerieHead">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/shop_content.php?coID=200">
                                            Galerie
                                        </a>
                                    </span>
                                </div>
                                <div class="carousel slide" id="sbGalerie">
                                    <!-- Carousel items -->
                                    <div class="carousel-inner">
                                        <div class="active item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="FaltersKoestlichkeit" height="" src="templates/bootstrap/img/galery/FaltersKoestlichkeit.jpg" width="">
                                            </a>
                                        </div>
                                        <div class="item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="Himbeeren" height="" src="templates/bootstrap/img/galery/Himbeeren.jpg" width="">
                                            </a>
                                        </div>
                                        <div class="item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="Kapuzinerkresse" height="" src="templates/bootstrap/img/galery/Kapuzinerkresse.jpg" width="">
                                            </a>
                                        </div>
                                        <div class="item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="Kornblumenfeld" height="" src="templates/bootstrap/img/galery/Kornblumenfeld.jpg" width="">
                                            </a>
                                        </div>
                                        <div class="item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="Tomaten" height="" src="templates/bootstrap/img/galery/Tomaten.jpg" width="">
                                            </a>
                                        </div>
                                        <div class="item">
                                            <a class="" href="/shop_content.php?coID=200">
                                                <img alt="Erntesegen" height="" src="templates/bootstrap/img/galery/Erntesegen.jpg" width="">
                                            </a>
                                        </div>
                                    </div>
                                </div>
                                <div class="well well-small" id="sbGaeste">
                                    <span class="categoryheader text-center">
                                        <a class="" href="/Gaestebuch:_:199.html">
           G&auml;stebuch
                                        </a>
                                    </span>
                                </div>
                                <div class="well well-small" id="sbInformation">
                                    <span class="categoryheader text-center">
                                        <button class="pointer" data-target="#box_information" data-toggle="collapse">
                                            Information
                                        </button>
                                    </span>
                                    <div class="collapsebox collapse" id="box_information">
                                        <div class="boxcontent">
                                            <ul class="nav nav-list">
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Produkte:_:202.html">
                                                        <strong>
                                                            Produkte
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Nachhaltigkeit:_:117.html">
                                                        <strong>
                                                            Nachhaltigkeit
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Wir-Ueber-Uns:_:100.html">
                                                        <strong>
                                                            Wir &Uuml;ber Uns
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Newsletter:_:204.html">
                                                        <strong>
                                                            Newsletter
                                                        </strong>
                                                    </a>
                                                </li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                                <div class="well well-small" id="sbContent">
                                    <span class="categoryheader text-center">
                                        <button class="pointer" data-target="#box_content" data-toggle="collapse">
                                            Versand
                                        </button>
                                    </span>
                                    <div class="collapsebox collapse" id="box_content">
                                        <div class="boxcontent">
                                            <ul class="nav nav-list">
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Versandkosten:_:1.html">
                                                        <strong>
                                                            Versandkosten
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Telefonische-Bestellungen:_:201.html">
                                                        <strong>
                                                            Telefonische Bestellungen
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Datenschutz:_:2.html">
                                                        <strong>
                                                            Datenschutz
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Unsere-AGB:_:3.html">
                                                        <strong>
                                                            Unsere AGB
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Impressum:_:4.html">
                                                        <strong>
                                                            Impressum
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Kontakt:_:7.html">
                                                        <strong>
                                                            Kontakt
                                                        </strong>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="https://www.st-michaelshof.de/Widerrufsbelehrung:_:9.html">
                                                        <strong>
                                                            Widerrufs&shy;belehrung
                                                        </strong>
                                                    </a>
                                                </li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div id="sidebarRightFoot">
                            </div>
                        </div>
                    </div>
                    <!-- /Sidebar -->
                </div>
                <!-- /row-fluid -->
                <div aria-hidden="true" aria-labelledby="modalLabel" class="modal hide fade" id="modal" role="dialog">
                    <div class="modal-header">
                        <button aria-hidden="true" class="close" data-dismiss="modal" type="button">
       X
                        </button>
                        <h3 id="modalLabel">
                        </h3>
                    </div>
                    <div class="modal-body">
                    </div>
                </div>
            </div>
        </section>
        <!-- /CONTENT -->
        <!-- Seitenfuss -->
        <footer>
            <div class="container">
                <div class="row-fluid footer">
                    <div class="span3" id="footerArea1">
                        <img alt="SMH-Herz-hl" class="hidden-phone" height="auto" src="templates/bootstrap/img/SMH-Herz-hl.png" width="auto">
                    </div>
                    <div class="span6" id="footerArea2">
                        <ul id="footerMenu">
                            <li class="active">
                                <a href="https://www.st-michaelshof.de/">
         Startseite
                                </a>
                            </li>
                            <li>
                                <a href="https://www.st-michaelshof.de/shopping_cart.php">
                                    Warenkorb
                                    <small>
                                        ( 0 )
                                    </small>
                                </a>
                            </li>
                            <li>
                                <a href="https://www.st-michaelshof.de/checkout_shipping.php">
                                    Kasse
                                </a>
                            </li>
                            <li>
                                <a href="https://www.st-michaelshof.de/account.php">
                                    Mein Konto
                                </a>
                            </li>
                            <li>
                                <a href="https://www.st-michaelshof.de/login.php">
                                    Anmelden
                                </a>
                            </li>
                        </ul>
                        <ul id="footerMenu2">
                            <li>
                                <a href="/Newsletter:_:204.html">
                                    Newsletter
                                </a>
                            </li>
                            <li>
                                <a href="/Kontakt:_:7.html">
                                    Kontakt
                                </a>
                            </li>
                            <li>
                                <a href="/Impressum:_:4.html">
                                    Impressum
                                </a>
                            </li>
                            <li>
                                <a href="/Datenschutz:_:2.html">
                                    Datenschutz
                                </a>
                            </li>
                            <li>
                                <a href="/AGB:_:3.html">
                                    AGB
                                </a>
                            </li>
                        </ul>
                        <p class="text-center">
                            <small>
                                * Alle Preise inkl. gesetzl. Mehrwertsteuer zzgl. Versandkosten, wenn nicht anders beschrieben
                            </small>
                        </p>
                        <p class="text-center">
                            <small>
                                Copyright &copy; 2024 by Ataman-AG - Alle Rechte vorbehalten.
                            </small>
                        </p>
                    </div>
                    <div class="span3" id="footerArea3">
                        <img alt="3erLogo" class="hidden-phone" src="templates/bootstrap/img/footer/3erLogo.png">
                    </div>
                </div>
            </div>
        </footer>
        <!-- Seitenfuss -->
        <div class="btn" id="GotoTop">
   &nbsp;&nbsp;&nbsp;
            <i class="icon-chevron-up">
            </i>
            &nbsp;&nbsp;&nbsp;
        </div>
        <div class="copyright">
            <a href="http://www.modified-shop.org" rel="nofollow" target="_blank">
                <span class="cop_magenta">
                    mod
                </span>
                <span class="cop_grey">
                    ified eCommerce Shopsoftware &copy; 2009-2024
                </span>
            </a>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.st-michaelshof.de/ 2024-05-18 06:07:40
2 https://tataoguembae.blogspot.com/ 2024-05-18 06:07:39
3 https://thebolditalic.com/?gi=bd75… 2024-05-18 06:07:38
4 https://thebolditalic.com/?gi=e4b6… 2024-05-18 06:07:37
5 https://thebolditalic.com/?gi=d180… 2024-05-18 06:07:37
6 https://thebolditalic.com/?gi=ddd6… 2024-05-18 06:07:36
7 https://thebolditalic.com/?gi=6313… 2024-05-18 06:07:35
8 https://thebolditalic.com/?gi=572e… 2024-05-18 06:07:34
9 https://thebolditalic.com/?gi=9c1d… 2024-05-18 06:07:33
10 https://thebolditalic.com/?gi=0db4… 2024-05-18 06:07:33
11 https://thebolditalic.com/?gi=f199… 2024-05-18 06:07:32
12 https://thebolditalic.com/?gi=9c5d… 2024-05-18 06:07:32
13 https://thebolditalic.com/?gi=5ba4… 2024-05-18 06:07:32
14 https://thebolditalic.com/?gi=612c… 2024-05-18 06:07:31
15 https://sciencewiki.science/wiki/H… 2024-05-18 06:07:31
16 https://thebolditalic.com/?gi=8c0e… 2024-05-18 06:07:31
17 https://thebolditalic.com/?gi=8803… 2024-05-18 06:07:30
18 https://thebolditalic.com/?gi=24d2… 2024-05-18 06:07:30
19 https://thebolditalic.com/?gi=4b3b… 2024-05-18 06:07:30
20 https://thebolditalic.com/?gi=c452… 2024-05-18 06:07:29