/*\nAll styles are contained in the ShadowStyleSheet. To use the TiddlyPedia skin, copy this tiddler (in edit mode) and tag it as 'systemConfig'\n{{{\n ''HTML Structure''\n*/\nvar sidebar = document.getElementById('sidebar');\nsidebar.insertBefore(document.getElementById('titleLine'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('siteTitle'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.createTextNode("- "),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('siteSubtitle'),document.getElementById('sidebarOptions'));\nsidebar.insertBefore(document.getElementById('mainMenu'),document.getElementById('sidebarOptions'));\n\n// ''Swap the title and toolbar plugin''\n//Created by Clint Checketts\nwindow.createTiddler_original_moveTitle = window.createTiddler;\nwindow.createTiddler = function(place,before,title,state,highlightText,highlightCaseSensitive){\n var theTiddler =createTiddler_original_moveTitle(place,before,title,state,highlightText,highlightCaseSensitive);\n var thisTiddler = document.getElementById('tiddler'+title).firstChild;\n thisTiddler.insertBefore(document.getElementById("title"+title),document.getElementById("toolbar"+title));\n return(theTiddler);\n}\n\n//Enable the PNG transparency for the background image of the flower\n//From Drew McLellan at http://www.allinthehead.com/retro/69\nif (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {\n window.attachEvent("onload", alphaBackgrounds);\n}\n\nfunction alphaBackgrounds(){\n var rslt = navigator.appVersion.match(/MSIE (\sd+\s.\sd+)/, '');\n var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5);\n for (i=0; i<document.all.length; i++){\n var bg = document.all[i].currentStyle.backgroundImage;\n if (itsAllGood && bg){\n if (bg.match(/\s.png/i) != null){\n var mypng = bg.substring(5,bg.length-2);\n document.all[i].style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+mypng+"', sizingMethod='scale')";\n document.all[i].style.backgroundImage = "url('/assets/images/x.gif')";\n }\n }\n }\n}\n\n//Hijack refreshStyles to keep th ShadowStyleSheet active\nwindow.refreshStyles_original_ShadowPackage = window.refreshStyles;\nwindow.refreshStyles = function(title) {\n setStylesheet(config.shadowTiddlers.ShadowStyleSheet,"ShadowStyleSheetID");\n refreshStyles_original_ShadowPackage(title);\n}\n\nconfig.shadowTiddlers.ShadowStyleSheet = "body{\sn background: #f9f9f9 url(headbg.jpg) no-repeat top left;\sn}\sn\sn#titleLine{\sn display: block;\sn background: transparent url(Globus.gif) no-repeat 10px -1px;\sn height: 165px;\sn _height: 150px;\sn width: 250px;\sn color: #000;\sn border: 1px;\sn padding: 0;\sn margin: 0;\sn}\sn\sn#contentWrapper #siteTitle a{\sn display: inline;\sn font-weight: bold;\sn color: #000;\sn font-size: 13px;\sn}\sn\sn#siteSubtitle{\sn padding: 0;\sn}\sn\sn#siteTitle, #mainMenu{\sn position: static;\sn}\sn\sn#contentWrapper #sidebar{\sn top: 0;\sn left: 0;\sn _left: -16em;\sn}\sn\sn#displayArea {\sn margin: 0 0 0 15em;\sn}\sn\sn#messageArea{\sn position: fixed;\sn top: 0;\sn right: 0;\sn font-size: 10px;\sn border: 1px solid #aaa;\sn background: #fff;\sn z-index: 25;\sn}\sn\sn#messageArea a:link{\sn color: #002bb8;\sn text-decoration: none;\sn}\sn\sn#messageArea a:hover{\sn text-decoration: underline;\sn}\sn\sn.viewer{\sn background: #fff;\sn border: 1px solid #aaa;\sn padding: 1em;\snmargin: 0;\sn}\sn\sn.body{\sn padding: 1px;\sn}\sn\sn.title{\sn background: #fff;\sn border: 1px solid #aaa;\sn display: inline;\sn margin-left: .5em;\sn padding: 2px .5em;\sn border-bottom: 0;\sn font-weight: bold;\sn}\sn\sn.toolbar{\sn visibility: visible;\sn display: inline;\sn padding: 0;\sn font-family: sans-serif;\sn}\sn\sn.toolbar a.button:link,.toolbar a.button:visited{\sn background: #fff;\sn border: 1px solid #aaa;\sn color:#002bb8;\sn font-size: 11px;\sn padding-bottom: 1px;\sn}\sn\sn/* TiddlyPedia was Created by Clinton Checketts based on the Monobook skin of Wikipedia */\sn\sn#contentWrapper .toolbar .button:hover{\sn border-bottom: 1px solid #fff;\sn background: #fff;\sn color:#002bb8;\sn}\sn\sn.toolbar a.button:hover{\sn border-bottom: 1px solid #fff;\sn background: #fff;\sn color:#000;\sn}\sn\sn#displayArea .viewer a,a.button:link,a.button:visited,\sna.tiddlyLink:link,a.tiddlyLink:visited,\sn#sidebarOptions .sliderPanel a{\sn color:#002bb8;\sn background: transparent;\sn}\sn\sn.viewer a:hover,a.button:hover,a.button:active,\sna.tiddlyLink:hover,a.tiddlyLink:active,\sn.viewer a.button:hover,\sn#sidebarOptions .sliderPanel a:hover{\sn color:#002bb8;\sn background: transparent;\sn text-decoration: underline;\sn}\sn\sn#mainMenu{\sn font-family: sans-serif;\sn text-align: left;\sn font-size: x-small;\sn width: 100%;\sn margin: 0;\sn padding: 0;\sn}\sn\sn#mainMenu h1{\sn font-size: 11px;\sn font-weight: normal;\sn padding: 0;\sn margin: 0;\sn}\sn\sn#mainMenu ul{\sn font-size: 11px;\sn border: 1px solid #aaa;\sn padding: .25em 0;\sn margin: 0;\sn list-style-type: square;\sn list-style-image: url(bullet.gif);\sn background: #fff;\sn width: 100%;\sn}\sn\sn#mainMenu li{\sn margin: 0 0 0 2em;\sn padding: 0;\sn}\sn\sn#contentWrapper #mainMenu a:link,#contentWrapper #mainMenu a:visited{\sn color:#002bb8;\sn padding: 0;\sn margin: 0;\sn background: transparent;\sn}\sn\sn#mainMenu .externalLink {\sn text-decoration: none;\sn}\sn\sn#mainMenu .externalLink:hover {\sn text-decoration: underline;\sn}\sn\sn#sidebar{\sn padding: .5em;\sn font-family: sans-serif;\sn}\sn\sn#sidebarOptions{\sn border: 1px solid #aaa;\sn background: #fff;\sn margin-top: .5em;\sn width: 100%;\sn}\sn\sn#contentWrapper #sidebarOptions .button,#contentWrapper #sidebarOptions .button:hover{\sn color:#002bb8;\sn padding: .1em 0 .1em 2em;\sn background: transparent url(bullet.gif) 10px -2px no-repeat;\sn}\sn\sn#sidebarOptions input{\sn width: 80%;\sn margin: 0 .5em;\sn}\sn\sn#sidebarTabs{\sn background: #fff;\sn margin-top: .5em;\sn width: 100%;\sn}\sn\sn#sidebarTabs .tabContents,#sidebarTabs .tabContents .tabContents{\sn border: 1px solid #aaa;\sn background: #fff;\sn}\sn\sn#sidebarTabs .tabSelected,#sidebarTabs .tabcontents .tabSelected {\sn background: #fff;\sn border: 1px solid #aaa;\sn border-bottom: 0;\sn cursor: default;\sn padding-bottom: 3px;\sn color: #000;\sn}\sn\sn#sidebarTabs .tabUnselected,#sidebarTabs .tabContents .tabUnselected{\sn background: #aaa;\sn padding-bottom: 0;\sn color: #000; \sn}\sn\sn#contentWrapper #sidebarTabs .tiddlyLink,#contentWrapper #sidebarTabs .button,\sn#contentWrapper #sidebarTabs a.tiddlyLink:hover,#contentWrapper #sidebarTabs a.button:hover{\sn background: transparent;\sn color: #002bb8;\sn}\sn\sn.footer{\sn margin: -1em 0 1em 0; \sn}\sn\sn.footer .button:hover,.editorFooter .button:hover{\snbackground: transparent;\sn color: #002bb8;\sn border-bottom: 1px solid #002bb8;\sn}\sn\sn#popup{\sn background: #e9e9e9;\sn color: #000;\sn}\sn\sn#popup hr{\sn border-color: #aaa;\sn background-color: #aaa;\sn width: 75%;\sn}\sn\sn#popup a{\sn color: #000;\sn}\sn\sn#popup a:hover,#contentWrapper #sidebarTabs #popup a:hover{\sn background: #666;\sn color: #fff;\sn text-decoration: none;\sn}\sn\sn#displayArea .tiddler a.tiddlyLinkNonExisting{\sn color: #ba0000;\sn}\sn\sn#displayArea .tiddler a.externalLink{\sn text-decoration: none;\sn color:#002bb8;\sn padding-right: 1em;\sn background: transparent url(external.png) 100% 50% no-repeat;\sn}\sn\sn#displayArea .tiddler a.externalLink:hover{\sn text-decoration: underline;\sn}\sn\sn.viewer pre{\sn background: #e9e9e9;\sn border: 1px solid #666;\sn}\sn\sn.viewer h1, .viewer h2, .viewer h3, .viewer h4, .viewer h5, .viewer h6{\sn background: transparent;\sn border-bottom: .2em solid #aaa;\sn}\sn\sn#sidebar .sliderPanel{\sn background: #e9e9e9;\sn}\sn\sn#sidebar .sliderPanel input{width: auto;}";\n\n//Call the ShadowStyleSheet\nsetStylesheet(config.shadowTiddlers.ShadowStyleSheet,"ShadowStyleSheetID");\n\n/*\n}}}\n*/
Home
The Pfeffer Internet Platform
!Idea of this Website\n\nPeople named 'Pfeffer' are living almost all over the world. Apart from Germany we found this name in Europe, in the USA, in Canada, in South Africa and even in Asia. Nobody knows how we belong together and if we really have common roots. However, one thing we have in common, for sure, and that is our somewhat peculiar name 'Pfeffer'.\n\nTherefore, our idea: We want to collect data about us (nothing confidential). We then will show them in ''~PfefferOnline.com''. This way we could\n* see where other Pfeffers are living\n* recover lost family links\n* publish news which are important to us\n* get in touch with each other\n* have fun\n\nFinally, ''~PfefferOnline.com'' will serve us as a contact platform through which we can always stay in touch with the ~Pfeffer-Family.\n''~PfefferOnline.com'' is a private Website. It is maintained by my wife (Marion Pfeffer) and myself (Thorsten Pfeffer). We do this 'just for fun'. All data and information given by you will not be used for any commercial purpose. We are just asking for the data you want us to have. These data we will show n this site (PfefferWorldwide).\nIf there are any questions, critics or further ideas, please, do not hesitate to [[mail us|mailto:Info@PfefferOnline.com]]!\n\n----\n@@color(red):Question:@@\n//Why are my data not shown on this site, eventhough I registered a long while ago?//\n\n@@color(blue):Answer:@@\nFor quite a while we didn't work on this site, since we were too busy with other things...\nThen we decided to continue this site, however changing its stile and format, so that we have significantly less work with it. What you see here is much easier to maintain for us.\n----\n@@color(red):Question:@@\n//What are you doing with my personal data?//\n\n@@color(blue):Answer:@@\nFirst of all, nothing commercially - just put them into the tables you can see under PfefferWorldwide. This will allow all of us, to see where other Pfeffers are living, maybe also to revive lost contacts. If you want, you can also send us further information, which could be interesting for us other Pfeffers - we will then put it on this site.\n----\n@@color(red):Question:@@\n//Why do you think, this site could become interesting?//\n\n@@color(blue):Answer:@@ \nWe think it is interesting to see where Pfeffers are living and what they are doing. But we hope to get more input from you Pfeffers. Things like little storries involving Pfeffers (could be history bits or funny things) which we could show here. Then we offer the link page through which all other Pfeffer websites can be reached - if they submitted their www-address to us. We want to be the '~Pfeffer-Platform' on the Internet.\n
PfefferOnline
!Pfeffer\n\n''Pfeffer'' is the German word for pepper, a spice, which is known for thousands of years. Its name was created by the people of India - they called it ''Pipali''. The Persians changed that into ''Pipari'', the Greeks into ''Peperi'' and the Romans into ''Piper''. Based on this and through many many years, the German word ''Pfeffer'' was developed. \nPepper is a climbing plant, which, in the wilderness, grows up to 45 ft tall. The pepper berries can be found in different colors, such as green and red. The green berries dried become the black pepper corns. White pepper are processed red pepper berries. Worldwide, there are about 20 different kinds of pepper.\n[img[Pfeffer Plant|pix/Pf_Pflanze.jpg]] \nWell, what does all of this have to do with us? Probably not much, except the fact that we now know, that Pfeffer is a German word. We therefore think, it should be allowed to suppose that the Pfeffer great-grandfamily comes from a German speaking country. Since, we found the name Pfeffer almost around half the world, we think that this should guarantee us several interesting stories. in case you know one of them, then [[email|mailto:info@PfefferOnline.com]] it. So that we all can read it...
body{\n background: #f9f9f9 url(headbg.jpg) no-repeat top left;\n}\n\n#titleLine{\n display: block;\n background: transparent url(logo.gif) no-repeat 18px -7px;\n height: 180px;\n _height: 72px;\n width: 150px;\n color: #000;\n border: 1px;\n padding: 0;\n margin: 0;\n}\n\n#contentWrapper #siteTitle a{\n display: inline;\n font-weight: bold;\n color: #000;\n font-size: 13px;\n}\n\n#siteSubtitle{\n padding: 0;\n}\n\n#siteTitle, #mainMenu{\n position: static;\n}\n\n#contentWrapper #sidebar{\n top: 0;\n left: 0;\n _left: -16em;\n}\n\n#displayArea {\n margin: 0 0 0 15em;\n}\n\n#messageArea{\n position: fixed;\n top: 0;\n right: 0;\n font-size: 10px;\n border: 1px solid #aaa;\n background: #fff;\n z-index: 25;\n}\n\n#messageArea a:link{\n color: #002bb8;\n text-decoration: none;\n}\n\n#messageArea a:hover{\n text-decoration: underline;\n}\n\n.viewer{\n background: #fff;\n border: 1px solid #aaa;\n padding: 1em;\nmargin: 0;\n}\n\n.body{\n padding: 1px;\n}\n\n.title{\n background: #fff;\n border: 1px solid #aaa;\n display: inline;\n margin-left: .5em;\n padding: 2px .5em;\n border-bottom: 0;\n font-weight: bold;\n}\n\n.toolbar{\n visibility: visible;\n display: inline;\n padding: 0;\n font-family: sans-serif;\n}\n\n.toolbar a.button:link,.toolbar a.button:visited{\n background: #fff;\n border: 1px solid #aaa;\n color:#002bb8;\n font-size: 11px;\n padding-bottom: 1px;\n}\n\n/* TiddlyPedia was Created by Clinton Checketts based on the Monobook skin of Wikipedia */\n\n#contentWrapper .toolbar .button:hover{\n border-bottom: 1px solid #fff;\n background: #fff;\n color:#002bb8;\n}\n\n.toolbar a.button:hover{\n border-bottom: 1px solid #fff;\n background: #fff;\n color:#000;\n}\n\n#displayArea .viewer a,a.button:link,a.button:visited,\na.tiddlyLink:link,a.tiddlyLink:visited,\n#sidebarOptions .sliderPanel a{\n color:#002bb8;\n background: transparent;\n}\n\n.viewer a:hover,a.button:hover,a.button:active,\na.tiddlyLink:hover,a.tiddlyLink:active,\n.viewer a.button:hover,\n#sidebarOptions .sliderPanel a:hover{\n color:#002bb8;\n background: transparent;\n text-decoration: underline;\n}\n\n#mainMenu{\n font-family: sans-serif;\n text-align: left;\n font-size: x-small;\n width: 100%;\n margin: 0;\n padding: 0;\n}\n\n#mainMenu h1{\n font-size: 11px;\n font-weight: normal;\n padding: 0;\n margin: 0;\n}\n\n#mainMenu ul{\n font-size: 11px;\n border: 1px solid #aaa;\n padding: .25em 0;\n margin: 0;\n list-style-type: square;\n list-style-image: url(bullet.gif);\n background: #fff;\n width: 100%;\n}\n\n#mainMenu li{\n margin: 0 0 0 2em;\n padding: 0;\n}\n\n#contentWrapper #mainMenu a:link,#contentWrapper #mainMenu a:visited{\n color:#002bb8;\n padding: 0;\n margin: 0;\n background: transparent;\n}\n\n#mainMenu .externalLink {\n text-decoration: none;\n}\n\n#mainMenu .externalLink:hover {\n text-decoration: underline;\n}\n\n#sidebar{\n padding: .5em;\n font-family: sans-serif;\n}\n\n#sidebarOptions{\n border: 1px solid #aaa;\n background: #fff;\n margin-top: .5em;\n width: 100%;\n}\n\n#contentWrapper #sidebarOptions .button,#contentWrapper #sidebarOptions .button:hover{\n color:#002bb8;\n padding: .1em 0 .1em 2em;\n background: transparent url(bullet.gif) 10px -2px no-repeat;\n}\n\n#sidebarOptions input{\n width: 80%;\n margin: 0 .5em;\n}\n\n#sidebarTabs{\n background: #fff;\n margin-top: .5em;\n width: 100%;\n}\n\n#sidebarTabs .tabContents,#sidebarTabs .tabContents .tabContents{\n border: 1px solid #aaa;\n background: #fff;\n}\n\n#sidebarTabs .tabSelected,#sidebarTabs .tabcontents .tabSelected {\n background: #fff;\n border: 1px solid #aaa;\n border-bottom: 0;\n cursor: default;\n padding-bottom: 3px;\n color: #000;\n}\n\n#sidebarTabs .tabUnselected,#sidebarTabs .tabContents .tabUnselected{\n background: #aaa;\n padding-bottom: 0;\n color: #000; \n}\n\n#contentWrapper #sidebarTabs .tiddlyLink,#contentWrapper #sidebarTabs .button,\n#contentWrapper #sidebarTabs a.tiddlyLink:hover,#contentWrapper #sidebarTabs a.button:hover{\n background: transparent;\n color: #002bb8;\n}\n\n.footer{\n margin: -1em 0 1em 0; \n}\n\n.footer .button:hover,.editorFooter .button:hover{\nbackground: transparent;\n color: #002bb8;\n border-bottom: 1px solid #002bb8;\n}\n\n#popup{\n background: #e9e9e9;\n color: #000;\n}\n\n#popup hr{\n border-color: #aaa;\n background-color: #aaa;\n width: 75%;\n}\n\n#popup a{\n color: #000;\n}\n\n#popup a:hover,#contentWrapper #sidebarTabs #popup a:hover{\n background: #666;\n color: #fff;\n text-decoration: none;\n}\n\n#displayArea .tiddler a.tiddlyLinkNonExisting{\n color: #ba0000;\n}\n\n#displayArea .tiddler a.externalLink{\n text-decoration: none;\n color:#002bb8;\n padding-right: 1em;\n background: transparent url(external.png) 100% 50% no-repeat;\n}\n\n#displayArea .tiddler a.externalLink:hover{\n text-decoration: underline;\n}\n\n.viewer pre{\n background: #e9e9e9;\n border: 1px solid #666;\n}\n\n.viewer h1, .viewer h2, .viewer h3, .viewer h4, .viewer h5, .viewer h6{\n background: transparent;\n border-bottom: .2em solid #aaa;\n}\n\n#sidebar .sliderPanel{\n background: #e9e9e9;\n}\n\n#sidebar .sliderPanel input{width: auto;}
Type the text for 'Styles_original_ShadowPackage'
!Canada\nDennis Pfeffer (12. Mai 1949) Montreal
!Denmark\n[[Heinrich Pfeffer|mailto:pfeffer@tdcadsl.dk]] (27. Aug 1953) Vejle
!South Africa\n[[Erwin Pfeffer|mailto:erwinpfeffer@mweb.co.za]] (6. Apr 1938) Midrand, Johannesburg
!France\n[[Tony Pfeffer|mailto:pfeffertony@voila.fr]] (13. Apr 1967) Epinal
!Pronounciation of 'Pfeffer' in English\n\nWe received an interesting e-mail from Carl S. (USA), asking us how to pronounce 'Pfeffer'. For him it was clear that 'Pfeiffer' was pronounced with an 'soft F' at the beginning ('Feiffer') and therefore, he concluded that this should also be the case for 'Pfeffer'. that means he suggests, it should be pronounced as 'Feffer'.\n\nFor us (Germans), this whole thing is quite funny, since we pronounce both, 'Pfeffer' and 'Pfeiffer' with a hard 'Pf' at the beginning. Both of these names have a meaning in our language (Pfeffer=pepper, Pfeiffer=piper) and therefore, we think the names are from German origin. We ourself lived in the US for a couple of years and were always called 'Feffer' and/or even 'Feiffer' which is obviously more common there...\n\nSo the question goes to the English-speaking 'Pfeffers' - How shall your name be pronounced??? [[email|mailto:info@PfefferOnline.com]] us your oppinion, we will post the answers here.\n\n\n''Robert Pfeffer'' (Switzerland): //No wonder, native English speakers can't pronounce a hard 'pf', there's no such thing in English. I once tried to 'teach' an English teacher to properly pronounce my name. When she didn't succeed I proposed to call me Pepper...//
!Pronounciation of similar names, e.g. 'Pleffer'\n\n''Philip Pleffer (Australia):'' //Do you know of 'Pfeffer' being changed to 'Pleffer'? My great great grandfather was Henry Pleffer, convicted of pick pocketing at the old Bailey, London in 1831 and arrived in Sydney in 1833. My father has a theory that 'Pleffer' may have been originally been 'Pfeffer', with the change perhaps occuring in England. Have you heard of anything like this.//\n//As to how to say 'pfeffer', ~Anglo-Australians would say it with a "f" i.e. 'Feffer'. Most people can't say 'Pleffer', most common is 'Fleffer'. Having my first name as Philip does not help as I get called Philip Fleffer all the time.//\n//A Dutch friend tought me how to say 'Pfeffer' with the pf. After a bit a practice I thought I was saying it the same way he was saying it but with my Australian accent he was not convinced that I had the right inflection.//\n//'Pfeffer' or 'Pleffer' they sure are peculiar names.//\n\n----\n\nHello you Pfeffers, can anybody help out here? Does anybody know anything about a possible mixup, maybe only a type error, making 'Pleffer' out of 'Pfeffer'? [[email|mailto:info@PfefferOnline.com]] us your ideas, we will post the answers here.\n
!!Dear ~PfefferOnline.com User!\n\nWhether you are one of us Pfeffers or not, we welcome you on this Website! We hope you have fun surfing this site at least as much as we had making it.\n\nThe navigation in this site might feel a little odd to you the first time, however, we are sure after a while you will get used to it and you will like it. Similar to sites as the Wikipedia, this is a dynamical html site. That means, you can influence its look by yourself. \n\nOn the left, under "Links" you find the main items of ~PfefferOnline. Klicking these opens little windows (//the so called "Tiddlers"//), such as this one, which you can keep opened or which you can close, just as you like it. Through the items under "Links", you will have access to all important contents of ~PfefferOnline.\n\nOn the lower left, you find among others, the tab "Timeline". Here you can find out what we have changed and when. That gives you an idea, whether something has changed since your last visit.
[img[dd|Logo_PO.gif]]\n\n!''The Pfeffer Internet Platform''\n\n''There are people named PFEFFER almost all over the world. Apart from Germany we have heard about this name in Europe, America, Africa and even Asia. Nobody knows how we all belong together or whether we have a common root at all. However, one thing we have in common for sure - the nice, but peculiar name PFEFFER.''\n\nThis website is the place where we can meet each other, learn about each other and talk to each other. If your name is PFEFFER, join our community and [[email|mailto:info@pfefferonline.com]] us the data you want us to know- it's up to you!\n\n!!The Pfeffer Earthball\nHave a look at the little earthball at the upper left - each red dot represents an area in the world where a Pfeffer family member has sent its data to ~PfefferOnline. If you want to see these, have a look at [[PFEFFER WORLDWIDE|PfefferWorldwide]]\n\n\n----\nIn case you don't know how to navigate in this site, [[klick here|Navigation]]\n----\nto contact us, [[click here!|mailto:info@pfefferonline.com]]
!Germany\nAchim Pfeffer (15. Nov 1953) Darmstadt\n[[Anja Pfeffer|mailto:anja.pfeffer@hanse.net]] (28. Jun 1982) Hamburg\n[[Annette C. Pfeffer|mailto:acpfeffer@t-online.de]] (14. Feb 1972) Kiel\n[[Arnold Pfeffer|mailto:Arnold-Pfeffer@web.de]] (9. Feb 1954) ~Wabern-Uttershausen\nAxel Pfeffer (2. Feb 1987) Suessen\n[[Axel Pfeffer|mailto:AndreaundAxel@aol.com]] (7. Feb 1970) Gechingen\n[[Bernd Pfeffer|mailto:BerndPfeffer@t-online.de]] (2. Feb 1965) ~Moerfelden-Walldorf\n[[Bernhard Pfeffer|mailto:Bernhard.Pfeffer2@epost.de]] (11. Sep 1960) Offenbach\n[[Bernhard Guenter Pfeffer|mailto:bernhard.pfeffer@web.de]] (30. Nov 1966) Heidelberg\n[[Bodo Pfeffer|mailto:mbpfeffer@t-online.de]] (28. Apr 1962) Sanitz\n[[Cornelia Pfeffer|mailto:corneliapfeffer@t-onine.de]] (9. Jul 1962) Duisburg\n[[Felix Pfeffer|mailto:felix@felix-pfeffer.de]] (30. Mrz 1967) Mauchenheim\n[[Franz-Martin Pfeffer|mailto:fmpfeffer@aol.com]] (30. Apr 1948) Hartheim\n[[Fritz Pfeffer|mailto:pfefferskara@aol.com]] (13. Okt 1936) Berlin\n[[Georg Friedrich Pfeffer|mailto:g.pfeffer@gmx.com]] (17. Jan 1943) Berlin\n[[Gerhard A. Pfeffer|mailto:gerhard@pfeffer.de]] (12. Feb 1944) Hennef (Sieg)\n[[Gerlind Pfeffer|mailto:fmpfeffer@aol.com]] (10. Apr 1948) Hartheim\n[[Hanno-Peter Pfeffer, Prof.Dr.|mailto:prof.dr.pfeffer@arcor.de]] (16. Feb 1953) Hoesbach\n[[Joerg Pfeffer|mailto:jpfeffer@gmx.de]] (19. Dez 1975) Salzgitter\nJoerg Pfeffer (14. Jul 1963) Naumburg/Saale\n[[Karl Christian Pfeffer|mailto:ChPfeffer@t-online.de]] (26. Dez 1953) Crimmitschau\n[[Kurt Pfeffer|mailto:irlandbaerbel@aol.com]] (29. Jul 1946) Muelheim a.d. Ruhr\n[[Marion Pfeffer|mailto:th.pfeffer@pfefferonline.com]] (6. May 1961) Wuestenrot\n[[Martin Pfeffer|mailto:martinpfeffer@gmx.de]] (13. Jun 1962) Poecking\nMartin Paul Pfeffer (27. Dez 1970) Muenchen\n[[Matthias Pfeffer|mailto:matthiaspfeffer@gmx.de]] (17. Jun 1974) Nuernberg\n[[Michael Pfeffer|mailto:micha.pfeffer@gmx.de]] (8. Feb 1969) Sandhausen\n[[Oliver-Karl Pfeffer|mailto:Oliver.Pfeffer@gmx.net]] (14. Feb 1967) Bremen\n[[Patrick Pfeffer|mailto:p.pfeffer@gmx.de]] (18. Nov 1980) Kronberg\n[[Paul Pfeffer|mailto:p.pfeffer@dunkel.de]] (14. Jul 1948) Kelkheim\n[[Peter Pfeffer|mailto:peter@pfeffers.net]] (23. Mai 1978) Bayreuth\n[[Peter Pfeffer|mailto:petpfeffer@aol.com]] (19. Jun 1963) Essen\n[[Robert Pfeffer|mailto:robara-bgl@gmx.de]] (12. Aug 1966) Bergisch Gladbach\n[[Rolf Pfeffer|mailto:rolf_pfeffer@t-online.de]] (6. Mai 1952) Keltern/Dietlingen\n[[Sarah Pfeffer|mailto:spf3@gmx.de]] (1. Sep 1972) Ratingen\n[[Silvia Pfeffer|mailto:silvi19@web.de]] (13. Apr 1982) Witten\n[[Simone Pfeffer|mailto:simone-pfeffer@web.de]] (13. Jan 1967) Duisburg\n[[Thea Pfeffer|mailto:thea.pfeffer@t-online.de]] (23. Sep 1958) Mainz\n[[Thorsten Pfeffer|mailto:th.pfefferonline.com]] (25. Feb 1970) Wuestenrot\n[[Tim Christoph Pfeffer|mailto:th.pfeffer@pfefferonline.com]] (13. Oct 1997) Wuestenrot\n[[Tobias Pfeffer|mailto:th.pfeffer@pfefferonline.com]] (3. Oct 1999) Wuestenrot\n[[Wilfried Pfeffer|mailto:wilfried@pfeffer-rodgau.de]] (23. Mrz 1961) Rodgau\n[[Wilfried Pfeffer|mailto:pfeffer_dobien@web.de]] (17. Jan 1950) Wittenberg\nWolfgang Pfeffer (27. Apr 1945) Stuttgart\n[[Wolfgang Pfeffer|mailto:pfefferwolfy@aol.com]] (21. Feb 1969) Bad Krozingen\n[[Wolfgang Pfeffer|mailto:wolfgang.pfeffer.leutkirch@t-online.de]] (13. Feb 1937) Leutkirch\n
!Hungary\n[[Adam Pfeffer|mailto:favago@msn.com]] (25. Okt 1979) Budapest\nKinga Pfeffer (28. Jun 1977) Budapest\n[[Peter Pfeffer|mailto:favago@msn.com]] (6. Okt 1947) Budapest
!Israel\n[[Amir Pfeffer|mailto:amirpf@netvision.net.il]] (8. Jul 1966) Tel Aviv\n[[Efrat Pfeffer|mailto:efrat-p@globes.co.il]] (2. Okt 1970) Tel Aviv\n
!Italy\n[[Cornelia Pfeffer|mailto:cp@idp.it]] (4. Jan 1957) Masio
!Norway\nChristian Pfeffer Gjengedal (23. Jun 1974) Drammen\nMarianne Pfeffer (4. Mrz 1981) Oslo\n
!Pakistan\n[[Maheen Pfeffer|mailto:mpfeffersheikh@hotmail.com]] (29. Mrz 1977) Islamabad
!Switzerland\nDeborah Pfeffer (4. Jun 1981)\n[[Fabian Pfeffer|mailto:pfeffer28@bluemail.ch]] (2. Nov 1984) Rorschach\n[[Heimo Pfeffer|mailto:gisele.heimo@bluewin.ch]] (13. Jan 1961) Zug
!USA\n[[Albert Joseph Pfeffer|mailto:archowl@aol.com]] (17. Apr 1940) Richmond, VA\nAndrew Pfeffer (x.x.1981) Whitewater, WI\nBarry Pfeffer (20. Jun 1980) Spring Valley, NY\n[[Chad Pfeffer|mailto:pfeffer_1@hotmail.com]] (2. Okt 1981) Bird Island, MN\n[[Christopher Pfeffer|mailto:karen.pfeffer@snet.net]] (31. Mrz 1992) Torrington, CA\n[[Christopher David Pfeffer|mailto:chrispfeffer@chrispfeffer.com]] (29. Aug 1977) Houston, TX\n[[Elizabeth Pfeffer|mailto:ECPfeffer@aol.com]] (29. Mai 1981) Syracuse, NY\n[[Ira Pfeffer|mailto:bfrmdrifter@yahoo.com]] (18. Mrz 1957) Concord, NH\n[[Jennifer Pfeffer|mailto:clarinet_master@yahoo.com]] (22. Jan 1987) Wisconsin\n[[Joshua Pfeffer|mailto:Josh@pfeffercomputers.com]] (15. Apr 1974) Mankato, MN\nJustin Pfeffer (x.x.1983) Houston, TX\n[[Karen Spiegel (Pfeffer)|mailto:kds@tc3net.com]] (20. Jul 1938) Deerfield, MI\n[[Karl Eric Pepper|mailto:glennpierdepot@hotmail.com]] (5. Jan 1954) South Haven, MI\nMark Pfeffer (1. Mai 1983) Chicago, IL\n[[Melissa Pfeffer|mailto:pfeffer@dkrz.de]] (27. Jan 1978) Syracuse, NY\n[[Michael Pfeffer|mailto:Michael@plattler.com]] (4. Mrz 1963) Frankenmuth, MI\nMichael Pfeffer (7. Jun 1971) Seneca\n[[Olga Pfeffer|mailto:pstc@aloha.net]] (27. Sep 1946) Niulii, HI\n[[Richard M. Pfeffer|mailto:westpitts133@msn.com]] (12. Okt 1956) Cudahy, WI\nRobert Pfeffer (12. Sep 1980) Avon\n[[Sam Pfeffer|mailto:sam@onfilm.us]] (8. Mai 1946) New York, NY\n[[Susan Pfeffer|mailto:LaSuegra56@msn.com]] (18. Mrz 1946) Rohnert Park, CA
* [[What is Pfeffer?|WhatIsPfeffer]]\n\n* [[Pronounciation of 'Pfeffer' in English|PronounciationOfPfeffer]]\n\n* [[Ponounciation of similar names, e.g. 'Pleffer'|PronounciationOfPleffer]]\n\n----\nYou think, there is a storry you know, which should be posted here, or there are questions, somebody in the Pfeffer family could answer, [[email|mailto:info@pfefferonline.com]] it to us.
!.: C :.\n[[ChrisPfeffer.com|http://www.chrispfeffer.com]]\nprivate website from Chris Pfeffer Houston, TX (USA)\n\n\n!.: P :.\n[[PfefferOnline.com|http://www.pfefferonline.com]]\nThe Pfeffer Internet Platform\n\n[[PaulPfeffer.de|http://paulpfeffer.de]]\nPaul Pfeffers literarische Suppenküche (lyrics, prose and more - in German)\n\n[[Pfeffer.de|http://www.pfeffer.de]]\n~PR-Internet Zentrum (by Gerhard Pfeffer)\n\n[[die-Pfeffers.de|http://www.die-pfeffers.de]]\nprivate familiy site from Bernhard Günter Pfeffer of Heidelberg (Germany)\n\n[[Pfeffer-Rodgau.de|http://www.pfeffer-rodgau.de]]\nprivate site about Pfeffers from Rodgau (Germany) from Wilfried Pfeffer (German language)\n\n----\nYou want a link posted to your site, just [[email|mailto:info@pfefferonline.com]] it to us!
http://www.pfefferonline.com/
!Australia\nRonnie Pfeffer (2. Sep 1978) Pakenham
\n!Links\n*[[Home]]\n*[[Idea of this Website|IdeaOfThisWebsite]]\n*[[PFEFFER WORLDWIDE|PfefferWorldwide]]\n*[[Pfeffer'n'Things|PfefferAndThings]]\n*[[Important Pfeffer Links|Links]]\n*[[how to navigate in PfefferOnline|Navigation]]\n\n*<<newTiddler>>
So far, Pfeffers from the below listed countries have submitted their data to ~PfefferOnline - that's quite an impressive list, isn't it?\n''If you are a Pfeffer family member and you want to enter your data, too, [[click here!|EntryForm.html]]''\n\n![[Australia]]\n![[Canada]]\n![[Denmark]]\n![[France]]\n![[Germany]]\n![[Hungary]]\n![[Israel]]\n![[Italy]]\n![[Norway]]\n![[Pakistan]]\n![[South Africa]]\n![[Switzerland]]\n![[USA]]\n\n----\nIf you want to send us other things, such as stories about you or other Pfeffers, [[email|mailto:info@pfefferonline.com]] them to us.