CINXE.COM
Beliebte Fehler – korrekturen.de
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Copyright" content="korrekturen.de" /> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function () { googletag.pubads().disableInitialLoad(); googletag.enableServices(); }); </script> <script type="text/javascript" data-description="sourcepoint configuration"> // Sourcepoint stub code !function () { var e = function () { var e, t = "__tcfapiLocator", a = [], n = window; for (; n;) { try { if (n.frames[t]) { e = n; break } } catch (e) { } if (n === window.top) break; n = n.parent } e || (!function e() { var a = n.document, r = !!n.frames[t]; if (!r) if (a.body) { var i = a.createElement("iframe"); i.style.cssText = "display:none", i.name = t, a.body.appendChild(i) } else setTimeout(e, 5); return !r }(), n.__tcfapi = function () { for (var e, t = arguments.length, n = new Array(t), r = 0; r < t; r++)n[r] = arguments[r]; if (!n.length) return a; if ("setGdprApplies" === n[0]) n.length > 3 && 2 === parseInt(n[1], 10) && "boolean" == typeof n[3] && (e = n[3], "function" == typeof n[2] && n[2]("set", !0)); else if ("ping" === n[0]) { var i = { gdprApplies: e, cmpLoaded: !1, cmpStatus: "stub" }; "function" == typeof n[2] && n[2](i) } else a.push(n) }, n.addEventListener("message", (function (e) { var t = "string" == typeof e.data, a = {}; try { a = t ? JSON.parse(e.data) : e.data } catch (e) { } var n = a.__tcfapiCall; n && window.__tcfapi(n.command, n.version, (function (a, r) { var i = { __tcfapiReturn: { returnValue: a, success: r, callId: n.callId } }; t && (i = JSON.stringify(i)), e.source.postMessage(i, "*") }), n.parameter) }), !1)) }; "undefined" != typeof module ? module.exports = e : e() }(); // Sourcepoint configuration window._sp_ = { config: { // Please include your existing accountId as provided by Sourcepoint accountId: 1542, // Sourcepoint base endpoint, no change needed – Sourcepoint recommends to only use a single endpoint // https://documentation.sourcepoint.com/implementation/web-implementation/multi-campaign-web-implementation/best-practices-improve-gdpr-tcf-v2-message-loading#leverage-single-server-endpoint baseEndpoint: 'https://cdn.privacy-mgmt.com', // other possible Sourcepoint configurations // ... // New: The isSPA setting is needed to make sure the Sourcepoint scenario starts after executeMessaging() is called below isSPA: true, // New: This "acps" targeting parameter is being used to not display the wall for contentpass users // If you already use targetingParams, please make sure to extend the object accordingly targetingParams: { acps: 'false' }, events: { onConsentReady: function(consentUUID, euconsent, consentStatus) { if (consentStatus && consentStatus.consentedToAll === true) { // Load your advertising stack here after full consent was given // // Attention: // If you add further vendors later and do not have a scenario in // place to ask for re-consent then consentStatus.consentedToAll // will be false for recurring visitors! // // Instead of this callback you could also use the TCF API directly // or our wrapper: The optional onFullConsent callback of cp('render') } } } } }; </script> <script type="text/javascript" src="https://cdn.privacy-mgmt.com/wrapperMessagingWithoutDetection.js" ></script> <script type="text/javascript" data-description="contentpass integration"> (function () { var cpBaseUrl = "https://cp.korrekturen.de"; var cpController = cpBaseUrl + "/now.js"; var cpPropertyId = "b89b6d5d"; !(function (C, o, n, t, P, a, s) { C["CPObject"] = n; C[n] || (C[n] = function () { (C[n].q = C[n].q || []).push(arguments); }); C[n].l = +new Date(); a = o.createElement(t); s = o.getElementsByTagName(t)[0]; a.src = P; s.parentNode.insertBefore(a, s); })(window, document, "cp", "script", cpController); // Will activate contentpass and initialize basic interfaces for // communicating with contentpass. cp("create", cpPropertyId, { baseUrl: cpBaseUrl, }); // This function will trigger rendering of the Sourcepoint consent layer. First, it will check // whether the current user is an authenticated contentpass user. If so, the targeting parameter // acps is set to the string value 'true' (important: the value is not a bool, but a string!). // If the user is not an authenticated contentpass user, the targeting parameter is set to // 'false'. Make sure to not show the consent layer when the targeting parameter is set to 'true' // in your Sourcepoint scenario. When login status is determined, Sourcepoint is triggered by // calling window._sp_.executeMessaging(). cp("render", { onFullConsent: function () { // load advertising function loadAsyncScript(src, id) { if (!document.getElementById(id)) { var e = document.createElement("script"); e.async = 1; e.src = src; e.id = id; var f = document.getElementsByTagName("script")[0]; f.parentNode.insertBefore(e, f); } } }, }); })(); </script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-194855085-1', { anonymize_ip: true }); function loadAsyncScript(src, id) { if (!document.getElementById(id)) { var e = document.createElement('script'); e.async = 1; e.src = src; e.id = id; var f = document.getElementsByTagName('script')[0]; f.parentNode.insertBefore(e, f); } } __tcfapi('addEventListener', 2, function (tcData, success) { if (!tcData || !success) { return; } console.log('CMP: __tcfapi event listener success'); if (tcData.eventStatus !== 'useractioncomplete' && tcData.eventStatus !== 'tcloaded') { return; } console.log('CMP: __tcfapi event listener consent ready', tcData.vendor.consents); if (!tcData.vendor || !tcData.vendor.consents) { return; } // check consent for vendor 755 (Google Ads) if (tcData.vendor.consents[755]) { // load gpt loadAsyncScript('https://securepubads.g.doubleclick.net/tag/js/gpt.js', 'gads_loader_script'); } // check consent for vendor 251 (Yieldlove GmbH) if (tcData.vendor.consents[251]) { // load Yieldlove loadAsyncScript( 'https://cdn-a.yieldlove.com/v2/yieldlove.js?korrekturen.de', 'yieldlove_loader_script', ); } if (tcData.listenerId) { __tcfapi('removeEventListener', 2, function () {}, tcData.listenerId); } }); </script> <!-- Matomo --> <script type="text/javascript"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setCookieDomain", "*.www.korrekturen.de"]); _paq.push(["setDomains", ["*.www.korrekturen.de","*.m.korrekturen.de"]]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://stats.korrekturen.de/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <!-- Ads Footer --> <style> .Arpian-ads { position: fixed; bottom: 0; left: 46%; transform: translateX(-54%); width: 768px; min-height: 100px; max-height: 110px; /* modify as per your website design*/ padding: 5px 0; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); -webkit-transition: all .1s ease-in; transition: all .1s ease-in; display: flex; align-items: center; justify-content: center; background-color: #fefefe; z-index: 20; } .Arpian-ads-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 12px 0 0; position: absolute; right: 0; top: -30px; background-color: #fefefe; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } .Arpian-ads .Arpian-ads-close svg { width: 22px; height: 22px; fill: #000; } .Arpian-ads .Arpian-ads-content { overflow: hidden; display: block; position: relative; text-align:center; height: 90px; width: 100%; margin-right: 10px; margin-left: 10px; } </style> <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="https://www.korrekturen.de/atom_beliebte_fehler.xml" /> <meta name="Description" content="In die Sammlung „Beliebte Fehler“ nehmen wir falsche Schreibweisen auf, die sich besonderer „Beliebtheit“ erfreuen, die also besonders häufig zu beobachten sind." /> <style type="text/css" media="screen"> @import url(/style.css); </style> <!--[if lte IE 6]> <link href="/style-ie.css" rel="stylesheet" type="text/css" media="all"/> <![endif]--> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.korrekturen.de/beliebte_fehler.shtml" > <title>Beliebte Fehler – korrekturen.de</title> </head> <body id="top"> <div id="wrappertop"> <div id="wrapperkopf"> <h1><a href="/"><strong>korrekturen.de | Korrektorat und Lektorat</strong></a></h1> <div id="kopf"> <ul> <li><a href="/rechtschreibpruefung.shtml">Rechtschreibprüfung</a></li> <li><a href="/worttrennung/">Worttrennung</a></li> <li><a href="/rechtschreibquiz.php">Quiz</a></li> <li><a href="/beliebte_fehler.shtml">Beliebte Fehler</a></li> <li><a href="/wortliste.shtml">Wortliste</a></li> <li><a href="/kurz_erklaert/">Kurz erklärt</a></li> </ul> <p class="linkrechts"><a href="https://m.korrekturen.de/beliebte_fehler.shtml">Mobile Version</a></p> </div><!-- kopf --> </div><!-- wrapperkopf --> </div><!-- wrappertop --> <div id="wrappercontent"> <div id="wrapperspalten"> <div id="menubuttons"> <ul> <li class="hm"><a href="/">Startseite</a></li> <li class="hm"><a href="/korrekturservice.shtml">Lektorat</a></li> <li class="hmsubaktiv"><a href="/wissen.shtml">Wissen</a> <!-- submenu beginn --> <ul> <li class="sub"><a href="/wissen.shtml">Aktuell</a></li> <li class="subaktiv"><a href="/beliebte_fehler.shtml">Beliebte Fehler</a></li> <li class="sub"><a href="/wortliste.shtml">Wortliste</a></li> <li class="sub"><a href="/der-die-das.shtml">Der, die oder das?</a></li> <li class="sub"><a href="/kommasetzung/">Kommasetzung</a></li> <li class="sub"><a href="/rechtschreibpruefung.shtml">Rechtschreibprüfung</a></li> <li class="sub"><a href="/worttrennung/">Worttrennung</a></li> <li class="sub"><a href="/zahlwort/">Zahlwörter</a></li> <li class="sub"><a href="/zeichensetzung/">Zeichensetzung</a></li> <li class="sub"><a href="/rechtschreibquiz.php">Rechtschreibquiz</a></li> </ul> <!-- submenu end --> </li> <li class="hm"><a href="/flexion/">Flexion</a></li> <li class="hm"><a href="/synonyme/">Synonyme</a></li> <li class="hm"><a href="/regelwerk/">Regeln</a></li> <li class="hm"><a href="/sprachleben/">Sprachleben</a></li> <li class="hm"><a href="/weblog.shtml">Weblog</a></li> <li class="hm"><a href="/forum.pl">Forum</a></li> <li class="hm"><a href="/kontakt.shtml">Kontakt</a></li> <li class="hm"><a href="/suche/searcher.php">Suche</a></li> </ul> </div><!-- menubar --> <div id="contentbreit"> <div class="banner"> <!-- Leaderboard --> <!-- Leaderboard --> <div class='werbebox' style="width:728px; height: 90px; text-align: center; background-color:#c0c0c0;"> <!-- Yieldlove AdTag - korrekturen.de_d_728x90_1 --> <div id='div-gpt-ad-1407836033367-0'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.pubads().display('/53015287,3216536/korrekturen.de_d_728x90_1', [728, 90], 'div-gpt-ad-1407836033367-0'); }); </script> </div> </div> <!-- Sticky Footer --> <div class='werbebox'> <div class='Arpian-ads' id='Arpian-ads'> <div class='Arpian-ads-close' onclick='document.getElementById("Arpian-ads").style.display="none"'> <svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'> <path d='M278.6 256l68.2-68.2c6.2-6.2 6.2-16.4 0-22.6-6.2-6.2-16.4-6.2-22.6 0L256 233.4l-68.2-68.2c-6.2-6.2-16.4-6.2-22.6 0-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3l68.2 68.2-68.2 68.2c-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3 6.2 6.2 16.4 6.2 22.6 0l68.2-68.2 68.2 68.2c6.2 6.2 16.4 6.2 22.6 0 6.2-6.2 6.2-16.4 0-22.6L278.6 256z' /> </svg> </div> <div class='Arpian-ads-content'> <!-- Yieldlove AdTag - korrekturen.de_d_728x90_3 --> <div id='div-gpt-ad-1407836155445-0'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.defineSlot('/53015287,3216536/korrekturen.de_d_728x90_3', [728, 90], 'div-gpt-ad-1407836155445-0').addService(googletag.pubads()); googletag.display('div-gpt-ad-1407836155445-0'); }); </script> </div> </div> </div> </div> </div> <h2>Beliebte Fehler</h2> <p>In der deutschen Rechtschreibung gibt es eine Reihe typischer Stolpersteine, die selbst geübte Schreiber und Schreiberinnen ins Grübeln bringen: Schreibt man <i>gallopieren</i> oder <i>galoppieren</i>, <i>Millenium</i> oder <i>Millennium</i>, <i>Terasse</i> oder <i>Terrasse</i>? (Die zweite Lösung ist jeweils richtig.)</p> <p class="abc"> <a href="https://www.korrekturen.de/beliebte_fehler/a/">A</a> <a href="https://www.korrekturen.de/beliebte_fehler/b/">B</a> <a href="https://www.korrekturen.de/beliebte_fehler/c/">C</a> <a href="https://www.korrekturen.de/beliebte_fehler/d/">D</a> <a href="https://www.korrekturen.de/beliebte_fehler/e/">E</a> <a href="https://www.korrekturen.de/beliebte_fehler/f/">F</a> <a href="https://www.korrekturen.de/beliebte_fehler/g/">G</a> <a href="https://www.korrekturen.de/beliebte_fehler/h/">H</a> <a href="https://www.korrekturen.de/beliebte_fehler/i/">I</a> <a href="https://www.korrekturen.de/beliebte_fehler/j/">J</a> <a href="https://www.korrekturen.de/beliebte_fehler/k/">K</a> <a href="https://www.korrekturen.de/beliebte_fehler/l/">L</a> <a href="https://www.korrekturen.de/beliebte_fehler/m/">M</a> <a href="https://www.korrekturen.de/beliebte_fehler/n/">N</a> <a href="https://www.korrekturen.de/beliebte_fehler/o/">O</a> <a href="https://www.korrekturen.de/beliebte_fehler/p/">P</a> <a href="https://www.korrekturen.de/beliebte_fehler/q/">Q</a> <a href="https://www.korrekturen.de/beliebte_fehler/r/">R</a> <a href="https://www.korrekturen.de/beliebte_fehler/s/">S</a> <a href="https://www.korrekturen.de/beliebte_fehler/t/">T</a> <a href="https://www.korrekturen.de/beliebte_fehler/u/">U</a> <a href="https://www.korrekturen.de/beliebte_fehler/v/">V</a> <a href="https://www.korrekturen.de/beliebte_fehler/w/">W</a> <a href="https://www.korrekturen.de/beliebte_fehler/x/">X</a> <a href="https://www.korrekturen.de/beliebte_fehler/y/">Y</a> <a href="https://www.korrekturen.de/beliebte_fehler/z/">Z</a> </p> <p>Auf den folgenden Seiten präsentieren wir Ihnen eine alphabetische Sammlung von Fehlern, die sich besonderer »Beliebtheit« erfreuen, die also besonders häufig gemacht werden. Neben der Falschschreibung oder dem falschen Wort finden Sie die richtige Schreibweise bzw. das richtige Wort und auch eine kurze Erläuterung.</p> <p> <form action="/suche/searcher.php" method="get"> <input type="text" name="q" size="30"> <input type="submit" class="sendbutton" value="suchen"> <input type="hidden" name="ff" value="bf"> </form> </p> <p> Die letzten 20 Fehler: <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/solarpanele_solarpanels.shtml"> Solarpanele</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/zuverlässlich.shtml"> zuverlässlich</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/eingeschleift_eingeschliffen.shtml"> eingeschleift</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/langerweile.shtml"> Langerweile</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/naechstmoeglichst.shtml"> nächstmöglichst</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/zugrundegehen.shtml"> zugrundegehen</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/zugrunderichten.shtml"> zugrunderichten</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/zugrundelegen.shtml"> zugrundelegen</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/zugrundeliegen.shtml"> zugrundeliegen</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/viole_phiole.shtml"> Viole</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/kusin.shtml"> Kusin</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/ersteinmal.shtml"> ersteinmal</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/maleur.shtml"> Maleur</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/soetwas_so_etwas.shtml"> soetwas</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/sich_generieren_gerieren.shtml"> generieren</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/streicken.shtml"> streicken</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/wandererin.shtml"> Wandererin</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/spirenzchen.shtml"> Spirenzchen</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/kostenspielig.shtml"> kostenspielig</a>; <a style="text-decoration: none" href="https://www.korrekturen.de/beliebte_fehler/kollis.shtml">Kollis</a>. </p> <p class="abc"> <a href="https://www.korrekturen.de/beliebte_fehler/a/">A</a> <a href="https://www.korrekturen.de/beliebte_fehler/b/">B</a> <a href="https://www.korrekturen.de/beliebte_fehler/c/">C</a> <a href="https://www.korrekturen.de/beliebte_fehler/d/">D</a> <a href="https://www.korrekturen.de/beliebte_fehler/e/">E</a> <a href="https://www.korrekturen.de/beliebte_fehler/f/">F</a> <a href="https://www.korrekturen.de/beliebte_fehler/g/">G</a> <a href="https://www.korrekturen.de/beliebte_fehler/h/">H</a> <a href="https://www.korrekturen.de/beliebte_fehler/i/">I</a> <a href="https://www.korrekturen.de/beliebte_fehler/j/">J</a> <a href="https://www.korrekturen.de/beliebte_fehler/k/">K</a> <a href="https://www.korrekturen.de/beliebte_fehler/l/">L</a> <a href="https://www.korrekturen.de/beliebte_fehler/m/">M</a> <a href="https://www.korrekturen.de/beliebte_fehler/n/">N</a> <a href="https://www.korrekturen.de/beliebte_fehler/o/">O</a> <a href="https://www.korrekturen.de/beliebte_fehler/p/">P</a> <a href="https://www.korrekturen.de/beliebte_fehler/q/">Q</a> <a href="https://www.korrekturen.de/beliebte_fehler/r/">R</a> <a href="https://www.korrekturen.de/beliebte_fehler/s/">S</a> <a href="https://www.korrekturen.de/beliebte_fehler/t/">T</a> <a href="https://www.korrekturen.de/beliebte_fehler/u/">U</a> <a href="https://www.korrekturen.de/beliebte_fehler/v/">V</a> <a href="https://www.korrekturen.de/beliebte_fehler/w/">W</a> <a href="https://www.korrekturen.de/beliebte_fehler/x/">X</a> <a href="https://www.korrekturen.de/beliebte_fehler/y/">Y</a> <a href="https://www.korrekturen.de/beliebte_fehler/z/">Z</a> </p> <p>Klicken Sie in der alphabetischen Leiste auf den gewünschten Anfangsbuchstaben oder nutzen Sie das Suchfeld. Haben Sie Fragen oder Anregungen zu den Einträgen? Bitte besuchen Sie unser <a href="/forum/">Forum</a>. Die häufigsten Zweifelsfälle der neuen Rechtschreibung finden Sie in einer vergleichenden Gegenüberstellung in unserer ausführlichen <a href="/wortliste.shtml">Wortliste</a>.</p> <p> <!-- Leaderboard 2 --> <div class='werbebox' style="width:800px; min-height: 90px; margin-left:-25px; text-align: center"> <!-- Yieldlove AdTag - korrekturen.de_d_728x90_2 --> <div id='div-gpt-ad-1407836181434-0'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.pubads().display('/53015287,3216536/korrekturen.de_d_728x90_2', [728, 90], 'div-gpt-ad-1407836181434-0'); }); </script> </div> </div> </p> <table style="border-width: 0px; width: 480px"><tr style="border-width: 0px"><td style="border-width: 0px"> <p> <form action="https://www.google.com/search" method="get"> <input type="hidden" name="q" value="site:https://www.korrekturen.de"> <input type="text" name="q" size="30" alt="search"> <input type="submit" class="sendbutton" value="Google-Suche"> </form> </p> Nutzen Sie bitte für Suchanfragen die Wörtersuche oder das obenstehende Google-Suchfeld. Mit der benutzerdefinierten Google-Suche wird die gesamte Website durchsucht. </td></tr></table> </div><!-- contentbreit --> <!-- Skyscraper --> <div id="skyscraper"> <div style='width:310px; text-align: left; height:700px;margin-left:20px; position: fixed; overflow: visible'> <!-- Yieldlove AdTag - korrekturen.de_d_300x600_1 --> <div id='div-gpt-ad-1407836091788-0'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.pubads().display('/53015287,3216536/korrekturen.de_d_300x600_1', [[300, 600], [160, 600], [300, 250]], 'div-gpt-ad-1407836091788-0'); }); </script> </div> </div> </div><!-- skyscraper --> <!-- Skyscraper Ende --> </div><!-- wrapperspalten --> </div><!-- wrappercontent --> <div id="clear"></div><!-- clear --> <div id="wrapperfuss"> <div id="fuss"> <p class="footer"> korrekturen.de © <script type="text/javascript"> var aktuellesDatum = new Date(); var Jahr = aktuellesDatum.getFullYear(); document.write("1998–"+Jahr); </script> Julian von Heyl · <a href="/impressum.shtml">Impressum</a> · <a href="/datenschutzerklaerung.shtml">Datenschutzerklärung</a> · <a style="cursor: pointer;" onclick="window._sp_.loadPrivacyManagerModal(769697)">Privacy Manager</a> · <a href="https://www.facebook.com/korrekturen.de"><img src="/img/buttons/facebook.png" alt="Facebook" title="korrekturen.de auf Facebook" width="16" height="16" /></a> <a href="https://www.facebook.com/korrekturen.de">Facebook</a> · <a href="https://www.twitter.com/korrekturen"><img src="/img/buttons/twitter.png" alt="Twitter" title="korrekturen.de auf Twitter" width="16" height="16" /></a> <a href="https://www.twitter.com/korrekturen">Twitter</a> <!-- Scroll-Ausgleich Sticky Footer --> </p><p><img src="/images/1x1.png" alt="" title="" width="1" height="120" /> </p> </div><!-- fuss --> </div><!-- wrapperfuss --> </body> </html>