CINXE.COM
JustBooks.de: Impressum
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="de"> <head> <script type="text/javascript" src="https://www.justbooks.de/static/js/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://www.justbooks.de/static/js/jquery.cookie.js"></script> <script type="text/javascript" src="https://www.justbooks.de/static/js/overlib/overlib_mini.js"></script> <script type="text/javascript" src="https://www.justbooks.de/static/js/pageload.js?v=1"></script> <script type="text/javascript" src="https://www.justbooks.de/static/js/load_gtag.js"></script> <link type="text/css" rel="stylesheet" href="//d3uahvj51kpljk.cloudfront.net/static/css/banner.css"> <!--Used for the feedback survey banner --> <style> @media (min-width: 768px) { .container { width: 750px; } } .survey-desc { display: flex; } .survey-link { padding-left: 4px; } </style> <script type="text/javascript"> if(location.origin.includes("bookfinder") || hasCookie('jbconsent')){ loadGtag(); } function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function loadGtag(){ var gaScript = document.createElement('script'); gaScript.async = true; gaScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-2TKEZDMFLX'; document.head.appendChild(gaScript); } function trackOutboundLink(event, link, category, action) { try { gtag('event', 'category', { 'event_category': 'action', 'non_interaction': true }); } catch(err){} if(event.button === 0 && !event.ctrlKey && !event.metaKey){ event.preventDefault(); setTimeout(function() { document.location.href = link.href; }, 100); return false; } else { return true; } } function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } function isPrIlPresent() { const searchPrefCookie = getCookie('search_prefs'); const currentOrigin = window.origin; return searchPrefCookie && searchPrefCookie.includes('il&en') && currentOrigin.includes('bookfinder'); } function surveyBanner() { const bannerElement = document.querySelector('.banner.container-fluid'); if (bannerElement) { if (isPrIlPresent()) { bannerElement.style.display = 'flex'; } else { bannerElement.style.display = 'none'; } } } window.addEventListener('load',surveyBanner); </script> <div class="banner container-fluid" id="feedback-survey-banner" > <div class="banner_content"> <div class="container container-fluid survey-desc"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/document.svg"/>Your voice matters! <a href="https://amazonextna.qualtrics.com/jfe/form/SV_8DiCwRFpsDC0w7Q" target="_blank" rel="noopener noreferrer" class ="survey-link"> Take our quick survey and help us make BookFinder even better.</a> </div> <span class="closebtn" onclick="document.getElementById('feedback-survey-banner').style.display='none';"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/close.svg" alt="close" /> </span> </br> </div> </div> <title>JustBooks.de: Impressum</title> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta name="y_key" content="c6e31ad0992202fc" > <meta name="format-detection" content="telephone=no" /> <meta name="msvalidate.01" content="7A4771BDEBD5D8ACF487F0F26B961C43" /> <meta name="keywords" content="Antiquariat, Büchersuche, Metasuche für Bücher" /> <link rel="stylesheet" media="all" href="https://d3uahvj51kpljk.cloudfront.net/static/css/index.2023-07-15.css" type="text/css"> <!-- Latest compiled and minified CSS --> <link rel="home" href="https://www.justbooks.de/"> <link rel="help" href="https://www.justbooks.de/help/"> <link rel="glossary" href="https://www.justbooks.de/help/glossary/"> <link rel="P3Pv1" href="https://www.justbooks.de/site/p3p/prf/"> <link rel="shortcut icon" href="https://d3uahvj51kpljk.cloudfront.net/justbooks/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" href="https://d3uahvj51kpljk.cloudfront.net/images/icon/apple-touch-icon.jb.png" type="image/x-icon"> <link rel="search" type="application/opensearchdescription+xml" href="https://www.justbooks.de/site/opensearch/" title="JustBooks.de"> <link rel="canonical" href="https://www.justbooks.de/ueberuns/impressum/" /> <script type="text/javascript"> $(document).ready(function(){ <!-- putting our NoPOD / NoISBN events here --> $("#search_form").submit(function(e) { optinForm = this; if (window._gat) { e.preventDefault(); var minYear = $("#min_year").val(); var maxYear = $("#max_year").val(); var eventLabel = ""; if ($("#author").val()) { eventLabel = "|author:" + $("#author").val(); } if ($("#title").val()) { eventLabel = eventLabel + "|title:" + $("#title").val(); } if ($("#keywords").val()) { eventLabel = eventLabel + "|keywords:" + $("#keywords").val(); } if (minYear && maxYear) { gtag('event', 'PubDate', { 'event_category': 'min-max', 'event_year': minYear + '-' + maxYear +''+ eventLabel, 'non_interaction': true }); } else if (minYear) { gtag('event', 'PubDate', { 'event_category': 'min', 'event_year': minYear +''+ eventLabel, 'non_interaction': true }); } else if (maxYear) { gtag('event', 'PubDate', { 'event_category': 'max', 'event_year': maxYear +''+eventLabel, 'non_interaction': true }); } setTimeout(function() { optinForm.submit();}, 25); } }); }); </script> <!-- abe-gdpr-banner --> <style> .abe-gdpr-banner { background-color: #F7FCFC; /* Abalone */ -webkit-box-shadow: rgba(0,0,0,0.5) 0 5px 12px; box-shadow: rgba(0,0,0,0.5) 0 5px 12px; padding: 16px 36px 36px 36px; position: fixed; bottom: 0; font-size: 14px; text-align: left; width: 100%; z-index: 10000000; display: none; } .banner-centering { max-width: 900px; margin: auto; } .banner-heading { font-size: 18px; font-weight: bold; text-align: left; margin-top: 5px; } .btn { display: inline-block; margin-left: 0; margin-right: 15px; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 3px; text-decoration: none !important; } .btn-default { background-color: #eaeded; border-color: #ccc; color: #333 !important; } .btn-default:hover { background-color: #e6e6e6; border-color: #ccc; color: #333 !important; } .btn-primary { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #5866C2; /* slate */ } .btn-primary:hover { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #4f5bae; /* slate darker */ } @media (max-width: 500px) { .btn-xs-block { display: inline-block; line-height: 25px; margin-left: 0; margin-bottom: 15px; min-height: 40px; padding-left: 0; padding-right: 0; width: 100%; } } </style> <script> AB_TEST_COOKIE_NAME = 'test-lmda1'; AB_TEST_COOKIE_LIFETIME_DAYS = 120; function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function setABTestCookie() { if (! this.hasCookie(AB_TEST_COOKIE_NAME)) { var cookieValue = ''; if (Math.random() > 0.5) { cookieValue = 'a'; } else { cookieValue = 'b'; } var cookieString = ''; var expires = new Date(); expires.setDate(expires.getDate() + AB_TEST_COOKIE_LIFETIME_DAYS); cookieString = AB_TEST_COOKIE_NAME + '=' + cookieValue; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.de"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; } } function setGdprCookie() { loadGtag(); var gdprBanner = document.getElementById("gdpr-banner-component"); var cookieString; var expires = new Date(); expires.setDate(expires.getDate() + 395); cookieString = "jbconsent=2:1"; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.de"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; setABTestCookie(); window['ga-disable-UA-3637618-1'] = false; if (gdprBanner) { gdprBanner.setAttribute("aria-hidden", "true"); gdprBanner.setAttribute("style", "display:none;") } } </script> </head> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=5/mu=45/la=0.2/df=48/bx=2amdepyc7.2200.7883/up=115/ --> <body class=""> <!-- abe-gdpr-banner --> <div class="abe-gdpr-banner" id="gdpr-banner-component" role="dialog" aria-label="Wählen Sie Ihre Cookie-Einstellungen" aria-live="polite" aria-atomic="true"> <div class="banner-centering col-xs-12 col-sm-8 col-sm-offset-2"><h2 class="banner-heading">Wählen Sie Ihre Cookie-Einstellungen</h2> <p>Wir verwenden Cookies, um Ihre Erfahrung auf unserer Website zu verbessern. Cookies werden zur Bereitstellung unserer Dienste verwendet und um uns zu helfen zu verstehen, wie unsere Website genutzt wird, damit wir Verbesserungen vornehmen können.</p> <button id="gdpr-banner-component-consent-btn" role="button" class="btn btn-primary btn-xs-block" type="button" onclick="setGdprCookie()">Cookies akzeptieren </button> <a role="link" class="btn btn-default btn-xs-block" href="https://www.justbooks.de/cookie-preferences/">Cookies anpassen</a></div> </div> <script> var gdprBanner = document.getElementById("gdpr-banner-component"); if (gdprBanner) { gdprBanner.setAttribute("style", "display:block;") } </script> <!-- start yui grids doc, sidebar on right --> <div id="doc3" class="yui-t4" > <div id="hd"> <!-- start yui grids header --> <div align="center" id="header"> <!-- 127.0.0.1 --> <!-- --> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr id="header-row-1"> <td align="left" id="header-section-logo"> <a href="https://www.justbooks.de/?ref=bf_uu_hd_1" rel="home" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"> <img src="https://d3uahvj51kpljk.cloudfront.net/images/site/title/sites/www.justbooks.de.gif" alt="JustBooks.de" width="186" height="19" id="header-site-logo" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"></a> </td><td> </td> <td align="right" id="header-section-links"> <a href="https://www.justbooks.de/?ref=bf_uu_hd_2" title="">Suchen</a> | <a href="https://www.justbooks.de/ueberuns/?ref=bf_uu_hd_3" title="Mehr über JustBooks.de und unser Team">Wir über uns</a> | <a href="https://www.justbooks.de/meine/einstellungen/?ref=bf_uu_hd_4" title="">Einstellungen</a> | <a href="https://www.justbooks.de/mitmachen/feedback/?ref=bf_uu_hd_5" title="Wie kommuniziere ich mit dem Team von JustBooks.de?">Feedback</a> | <a href="https://www.justbooks.de/hilfe/?ref=bf_uu_hd_6" title="Wie benutzt man am besten die JustBooks.de Webseite? FAQ und Tipps">Hilfe</a> </td> </tr> <tr style="height: 7px" bgcolor="black"><td height="7" colspan="3" style="height: 7px; background-color: black; padding: 0; margin: 0" bgcolor="black"></td></tr> <tr bgcolor="#8888ff" id="header-row-2"> <td align="left" id="header-section-context"> <span class="page-breadcrumb"><a href="https://www.justbooks.de/" title="">Home</a> > <a href="https://www.justbooks.de/ueberuns/" title="Mehr &uuml;ber JustBooks.de und unser Team">Wir über uns</a> > Impressum</span> </td> <td align="left" id="header-section-search" width=70% colspan=2> <form action="https://www.justbooks.de/search/" method="GET" accept-charset="iso-8859-1" name="header-search-form" id="header-search-form" class="header-search-form" > <div style="padding: 2px; font-size: small"> <label style="display: none">Nach Autor, Titel oder ISBN suchen </label> <input style="font-size: small" id="header-search-form-input" name="keywords" type="text" value="" size="45" tabindex="200"> <input type="hidden" name="currency" value="SGD"> <input type="hidden" name="lang" value="de"> <input type="hidden" name="st" value="sh"> <input type="hidden" name="ac" value="qr"> <button style="background-color: #ececff; font-size: small" type="submit" name="submit" tabindex="201">Suchen</button> </div> </form> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('#header-search-form').on('submit', function(){ var languageInputField = $("[name|=lang]"); if (languageInputField.length > 0) { var language = $(languageInputField[0]).val(); if (language === 'any') { var prefs = $.cookie('search_prefs'); if (!prefs) { lang = 'no cookie'; } else { var langIndex = prefs.indexOf('lang&'); if (langIndex === -1) { lang = 'not set'; } else { var searchStringLength = 'lang&'.length; var MAX_LANG_LENGTH = 3; var lang = prefs.substring(langIndex + searchStringLength, langIndex + searchStringLength + MAX_LANG_LENGTH); if (lang.indexOf('&') !== -1) { //language preference has a '&' on the end of it lang = lang.substring(0, lang.indexOf('&')); } } } lang = lang.replace(/(['"])/g, "\\$1"); gtag('event', 'AnyLanguage', { 'event_category': lang, 'non_interaction': true }); } } }); }); if (document && document.getElementById && document.getElementById('header-search-form-input')) { var def = 'Nach Autor, Titel oder ISBN suchen '; var def_query = ''; if (!def_query) { document.getElementById('header-search-form-input').style.color = '#8888ff'; document.getElementById('header-search-form-input').value = def; } document.getElementById('header-search-form-input').onfocus = function() { if (this.value == def) { this.value = ''; this.style.color = ''; } }; document.getElementById('header-search-form-input').onblur = function() { if ((! this.value) && (! this.value.length)) { this.style.color = '#8888ff'; this.value = def; } }; document.getElementById('header-search-form').onsubmit = function() { var input = document.getElementById('header-search-form-input'); if (input && input.value && (input.value == def)) { input.value = ''; input.focus(); return false; } }; } </script> </td> </tr> </table> <h2 class="page-heading">Impressum</h2> </div> <!-- end div header --> </div> <!-- end yui grids header --> <div id="bd" > <!-- start yui grids body --> <!-- start first block of row --> <div id="yui-main"><div class="yui-b"> <div id="page-sidebar-table-content-area"> <p><strong>13th Generation Media Inc.</strong></p> <p><strong>Anschrift</strong> <br /> 64 Shattuck Square, Suite 285 <br /> Berkeley, CA 94709 <br /> United States</p> <p><strong><a href="https://www.justbooks.de/mitmachen/feedback/">Kontakt</a></strong></p> <p><strong>Registergericht</strong> <br /> California Corporation Nummer 2160774</p> <p><strong>Geschäftsführung</strong> <br /> Anirvan Chatterjee </p> <p><em>Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.</em></p> </div> <!-- end page-sidebar-table-content-area --> </div></div> <!-- end first block of first row, yui-b and yui-main --> <!-- second block of first main row --> <div class="yui-b"> <div id="page-sidebar-table-sidebar-area"> <div align="left" class="right-bar"> <h4><a href="https://www.justbooks.de/ueberuns/">Wir über uns</a></h4> <ul> <li><a href="https://www.justbooks.de/ueberuns/anbieter/" title="Die Marktplätze und Buchhändler, die mit JustBooks.de arbeiten">Unsere Anbieter</a></li> <li><a href="https://www.justbooks.de/ueberuns/presse/" >Für die Presse</a></li> <li><a href="https://www.justbooks.de/ueberuns/pressespiegel/" title="Was die Presse über JustBooks.de sagt.">Pressespiegel</a></li> </ul> </div> </div> <!-- end page-sidebar-table-sidebar-area --> </div> <!-- end yui-b --> </div> <!-- end yui grids body: bd --> </div> <!-- end yui grids div width from begin --> <div id="ft"> <!-- yui grids footer --> <div id="footer" class="robots-nocontent"> <table id="footer-sitemap-link-lists" class="footer-child"><tr class="footer-flex"> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.de/?ref=bf_uu_ft_o1" title=""><strong>Book search</strong> </a></p> <p> <a href="https://www.justbooks.de/isbn_suche/" >ISBN-Suche</a> </p><p> <a href="https://www.justbooks.de/fachbuch/" title="Preiswerte Fach- & Lehrbücher finden">Fachbuch-Suche</a> </p><p> <a href="https://www.justbooks.de/signierte_buecher/" title="Nach signierten oder beschrifteten Büchern oder Büchern mit Autogrammen suchen">Signierte Bücher</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.de/hilfe/?ref=bf_uu_ft_o2" title="Wie benutzt man am besten die JustBooks.de Webseite? FAQ und Tipps"><strong>Hilfe</strong> </a></p> <p> <a href="https://www.justbooks.de/hilfe/faq/" title="Frage und Antworten zu JustBooks.de">FAQ</a> </p><p> <a href="https://www.justbooks.de/hilfe/glossar/" title="Schlagen Sie die Fachbegriffe des Buchhandels in unseren Glossaren nach. ">Glossar</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.de/ueberuns/?ref=bf_uu_ft_o3" title="Mehr über JustBooks.de und unser Team"><strong>Wir über uns</strong> </a></p> <p> <a href="https://www.justbooks.de/ueberuns/anbieter/" title="Die Marktplätze und Buchhändler, die mit JustBooks.de arbeiten">Unsere Anbieter</a> </p><p> <a href="https://www.justbooks.de/ueberuns/presse/" >Für die Presse</a> </p><p> <a href="https://www.justbooks.de/ueberuns/pressespiegel/" title="Was die Presse über JustBooks.de sagt.">Pressespiegel</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.de/mitmachen/?ref=bf_uu_ft_o4" title="Wie kommuniziere ich mit dem Team von JustBooks.de?"><strong>Mitmachen</strong> </a></p> <p> <a href="https://www.justbooks.de/mitmachen/link/" title="Auf JustBooks.de verlinken (inklusive verschiedener Suchlinks)">Link setzen</a> </p><p> <a href="https://www.justbooks.de/mitmachen/feedback/" >Feedback</a> </p><p> <a href="https://www.justbooks.de/mitmachen/liste/" title="Erfahren Sie mehr über die Mailing Listen von JustBooks.de">Mailing Listen</a> </p><p><a href="https://www.justbooks.de/buecher/">Artikelliste</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.de/meine/einstellungen/?ref=bf_uu_ft_o5" title=""><strong>Einstellungen</strong> </a></p></td> </tr></table> <!-- start websites line --> <div class="footer-child"> <div id="footer-websites-block" class="footer-flex"> <a href="http://www.bookfinder.com/?ref=bf_uu_ft_s1">BookFinder.com</a> <a href="http://www.justbooks.co.uk/?ref=bf_uu_ft_s2">JustBooks.co.uk</a> <a href="http://www.justbooks.de/?ref=bf_uu_ft_s3">JustBooks.de</a> <a href="http://www.justbooks.fr/?ref=bf_uu_ft_s4">JustBooks.fr</a> <a href="http://www.justbooks.nl/?ref=bf_uu_ft_s5">JustBooks.nl</a> </div> <!-- end websites line --> <!-- start language mode line --> <div id="footer-language-landing-pages-block" class="footer-flex"> <div class="footer-language-left footer-flex"> <div class="footer-language-description"> Suchen nach Büchern in... </div> </div> <div class="footer-language-right footer-flex"> <a href="https://www.justbooks.de?lang=any&mode=advanced&ref=bf_uu_ft_l1">beliebiger Sprache</a> <a href="https://www.justbooks.de/englische_buecher/?ref=bf_uu_ft_l2">Englisch</a> <a href="https://www.justbooks.de/franzoesische_buecher/?ref=bf_uu_ft_l3">Französisch</a> <a href="https://www.justbooks.de/italienische_buecher/?ref=bf_uu_ft_l4">Italienisch</a> <a href="https://www.justbooks.de/niederlaendische_buecher/?ref=bf_uu_ft_l5">Niederländisch</a> <a href="https://www.justbooks.de/spanische_buecher/?ref=bf_uu_ft_l6">Spanisch</a> </div> </div> <!-- end language mode line --> <!-- start legal line --> <div id="footer-legal-block" class="footer-flex footer-small"> <span> © 1997-2024 <a href="https://www.justbooks.de/ueberuns/">BookFinder.com</a>® </span> <a href="https://www.justbooks.de/ueberuns/agb/">AGB</a> <a class="unlinked">Impressum</a> <a href="https://www.justbooks.de/ueberuns/datenschutz/">Datenschutzerklärung</a> <a href="https://www.justbooks.de/ueberuns/cookies_notice/" title="JustBooks Cookie-Hinweis">Cookie-Hinweis</a> </div> <!-- end legal line --> </div> </div> <!-- end footer --> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=5/mu=45/la=0.2/df=48/bx=2amdepyc7.2200.7883/up=115/ --> <!-- TM:/ABsh1=0.00/ABsh2=0.00/TOga=0.00/ --> </div> <!-- end ft --> </body> </html>