Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="first" margin-top="5mm">
  5. <fo:region-body margin-bottom="4.5in" margin-right="5mm" margin-left="5mm" margin-top="5mm"/>
  6. <fo:region-after extent="4in" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm"/>
  7. </fo:simple-page-master>
  8. <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="rest" margin-right="5mm" margin-left="5mm" margin-top="5mm" margin-bottom="5mm">
  9. <fo:region-body/>
  10. </fo:simple-page-master>
  11. <fo:page-sequence-master master-name="A4">
  12. <fo:repeatable-page-master-alternatives>
  13. <fo:conditional-page-master-reference master-name="first" page-position="first"/>
  14. <fo:conditional-page-master-reference master-name="rest" page-position="rest"/>
  15. <fo:conditional-page-master-reference master-name="rest"/>
  16. </fo:repeatable-page-master-alternatives>
  17. </fo:page-sequence-master>
  18. </fo:layout-master-set>
  19. <fo:page-sequence master-name="A4">
  20. <fo:static-content flow-name="xsl-region-after">
  21. <fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
  22. <fo:table-column column-width="8in div 10 - 2in div 12"/>
  23. <fo:table-column border-right-style="solid" border-right-width="0.5mm" column-width="36in div 10"/>
  24. <fo:table-column column-width="5in div 10"/>
  25. <fo:table-column column-width="13in div 10"/>
  26. <fo:table-column column-width="18in div 10"/>
  27. <fo:table-body>
  28. <fo:table-row height="8in div 12 - 1in div 10">
  29. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
  30. <fo:block>Saajan</fo:block>
  31. <fo:block>tilinumero</fo:block>
  32. <fo:block>Mottagarens</fo:block>
  33. <fo:block>kontonummer</fo:block>
  34. </fo:table-cell>
  35. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" display-align="center" font-size="10pt" color="black" border-bottom-color="green" padding-left="1mm">
  36. <fo:block>Merita 101710-122</fo:block>
  37. </fo:table-cell>
  38. <fo:table-cell number-columns-spanned="3" padding-right="0.5cm" padding-left="1mm" padding-top="1mm">
  39. <fo:block font-size="10pt" font-weight="bold" font-variant="small-caps">TILISIIRTO GIRERING</fo:block>
  40. <fo:block font-size="6pt" space-after.optimum="0.25em">Maksu välitetään saajalle vain Suomessa Kotimaan maksujenvälityksen yleisten ehtojen mukaisesti ja vain maksajan ilmoittaman tilinumeron perusteella.</fo:block>
  41. <fo:block font-size="6pt">Betalningen förmedlas endast till mottagare i Finland enligt Allmänna villkor för inrikes betalningsförmedling och endast till det kontonummer betalaren angivit.</fo:block>
  42. </fo:table-cell>
  43. </fo:table-row>
  44. <fo:table-row height="7in div 12">
  45. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="5mm" text-align="end">
  46. <fo:block>Saaja</fo:block>
  47. <fo:block>Mottagaren</fo:block>
  48. </fo:table-cell>
  49. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" font-size="10pt" color="black" border-bottom-color="green" display-align="center" padding-left="1mm">
  50. <fo:block>MTG Internet Retailing AB</fo:block>
  51. <fo:block>CDON</fo:block>
  52. </fo:table-cell>
  53. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="3" number-rows-spanned="2" border-bottom-color="green" color="black" padding-top="1mm" padding-left="1mm">
  54. <fo:block>Markka</fo:block>
  55. <fo:block space-after.optimum="1em">[105] 11 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 09 [77] [stop]</fo:block>
  56. <fo:block>Euro</fo:block>
  57. <fo:block>[105] 21 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 06 [06] [stop]</fo:block>
  58. </fo:table-cell>
  59. </fo:table-row>
  60. <fo:table-row height="1in">
  61. <fo:table-cell padding-right="2mm" padding-top="4mm" text-align="end">
  62. <fo:block>Maksaja</fo:block>
  63. <fo:block>Betalare</fo:block>
  64. </fo:table-cell>
  65. <fo:table-cell font-size="10pt" color="black" padding-top="1mm" padding-left="1mm">
  66. <fo:block>SUOMEN PANKKIYHDISTYS</fo:block>
  67. <fo:block>Anneli Tossava</fo:block>
  68. <fo:block space-before.optimum="1em">PL 1009</fo:block>
  69. <fo:block>00101 HELSINKI</fo:block>
  70. </fo:table-cell>
  71. </fo:table-row>
  72. <fo:table-row height="4in div 12">
  73. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="2mm" padding-top="1mm" padding-bottom="2in div 12" text-align="end" display-align="after">
  74. <fo:block>Allekirjoitus</fo:block>
  75. <fo:block>Underskrift</fo:block>
  76. </fo:table-cell>
  77. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="4.5mm" padding-bottom="2in div 12" display-align="after">
  78. <fo:block>
  79. <fo:leader leader-length.minimum="100%" leader-length.optimum="100%" leader-pattern="rule" rule-thickness="0.13mm"/>
  80. </fo:block>
  81. </fo:table-cell>
  82. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="1.5mm">
  83. <fo:block>Viitenro</fo:block>
  84. <fo:block>Ref.nr</fo:block>
  85. </fo:table-cell>
  86. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="2" padding-left="6mm" padding-top="4mm" font-size="10pt">
  87. <fo:block color="black">86851 62596 19897 </fo:block>
  88. </fo:table-cell>
  89. </fo:table-row>
  90. <fo:table-row height="4in div 12">
  91. <fo:table-cell border-right-style="solid" border-right-width="0.13mm" border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
  92. <fo:block>Tililtä nro</fo:block>
  93. <fo:block>Från konto nr</fo:block>
  94. </fo:table-cell>
  95. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="6mm" display-align="after">
  96. <fo:table height="3mm">
  97. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  98. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  99. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  100. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  101. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  102. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  103. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  104. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  105. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  106. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  107. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  108. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  109. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  110. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  111. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  112. <fo:table-body>
  113. <fo:table-row height="3mm">
  114. <fo:table-cell>
  115. <fo:block/>
  116. </fo:table-cell>
  117. <fo:table-cell>
  118. <fo:block/>
  119. </fo:table-cell>
  120. <fo:table-cell>
  121. <fo:block/>
  122. </fo:table-cell>
  123. <fo:table-cell>
  124. <fo:block/>
  125. </fo:table-cell>
  126. <fo:table-cell>
  127. <fo:block/>
  128. </fo:table-cell>
  129. <fo:table-cell>
  130. <fo:block/>
  131. </fo:table-cell>
  132. <fo:table-cell padding-left="1.7mm" padding-right="1.7mm" display-align="before">
  133. <fo:block border-top-style="solid" border-top-width="0.5mm"/>
  134. </fo:table-cell>
  135. <fo:table-cell>
  136. <fo:block/>
  137. </fo:table-cell>
  138. <fo:table-cell>
  139. <fo:block/>
  140. </fo:table-cell>
  141. <fo:table-cell>
  142. <fo:block/>
  143. </fo:table-cell>
  144. <fo:table-cell>
  145. <fo:block/>
  146. </fo:table-cell>
  147. <fo:table-cell>
  148. <fo:block/>
  149. </fo:table-cell>
  150. <fo:table-cell>
  151. <fo:block/>
  152. </fo:table-cell>
  153. <fo:table-cell>
  154. <fo:block/>
  155. </fo:table-cell>
  156. <fo:table-cell>
  157. <fo:block/>
  158. </fo:table-cell>
  159. </fo:table-row>
  160. </fo:table-body>
  161. </fo:table>
  162. </fo:table-cell>
  163. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="2mm">
  164. <fo:block>Eräpäivä</fo:block>
  165. <fo:block>Förf.dag</fo:block>
  166. </fo:table-cell>
  167. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="6mm" padding-top="4mm" font-size="10pt">
  168. <fo:block color="black">16.6.2006</fo:block>
  169. </fo:table-cell>
  170. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="2mm" padding-top="4mm" font-size="10pt">
  171. <fo:table>
  172. <fo:table-column column-width="0.5cm"/>
  173. <fo:table-column column-width="2cm"/>
  174. <fo:table-body>
  175. <fo:table-row>
  176. <fo:table-cell font-weight="bold">
  177. <fo:block font-size="10pt" font-weight="bold">mk</fo:block>
  178. </fo:table-cell>
  179. <fo:table-cell color="black">
  180. <fo:block text-align="end">548,83</fo:block>
  181. </fo:table-cell>
  182. </fo:table-row>
  183. </fo:table-body>
  184. </fo:table>
  185. </fo:table-cell>
  186. </fo:table-row>
  187. <fo:table-row height="13in div 12 - 5mm">
  188. <fo:table-cell number-columns-spanned="4" padding-left="40mm" display-align="after">
  189. <fo:block>
  190. <fo:table height="5in div 12" margin-left="2.5mm" margin-right="2.5mm"><!--105-->
  191. <fo:table-column column-width="0.5mm"/>
  192. <fo:table-column column-width="0.25mm"/>
  193. <fo:table-column column-width="0.25mm"/>
  194. <fo:table-column column-width="0.5mm"/>
  195. <fo:table-column column-width="0.75mm"/>
  196. <fo:table-column column-width="0.5mm"/><!--11-->
  197. <fo:table-column column-width="0.5mm"/>
  198. <fo:table-column column-width="0.75mm"/>
  199. <fo:table-column column-width="0.25mm"/>
  200. <fo:table-column column-width="0.5mm"/>
  201. <fo:table-column column-width="0.25mm"/>
  202. <fo:table-column column-width="0.5mm"/><!--01-->
  203. <fo:table-column column-width="0.5mm"/>
  204. <fo:table-column column-width="0.5mm"/>
  205. <fo:table-column column-width="0.5mm"/>
  206. <fo:table-column column-width="0.25mm"/>
  207. <fo:table-column column-width="0.5mm"/>
  208. <fo:table-column column-width="0.5mm"/><!--71-->
  209. <fo:table-column column-width="0.25mm"/>
  210. <fo:table-column column-width="0.5mm"/>
  211. <fo:table-column column-width="0.5mm"/>
  212. <fo:table-column column-width="0.25mm"/>
  213. <fo:table-column column-width="0.25mm"/>
  214. <fo:table-column column-width="1mm"/><!--00-->
  215. <fo:table-column column-width="0.5mm"/>
  216. <fo:table-column column-width="0.25mm"/>
  217. <fo:table-column column-width="0.5mm"/>
  218. <fo:table-column column-width="0.5mm"/>
  219. <fo:table-column column-width="0.5mm"/>
  220. <fo:table-column column-width="0.5mm"/><!--00-->
  221. <fo:table-column column-width="0.5mm"/>
  222. <fo:table-column column-width="0.25mm"/>
  223. <fo:table-column column-width="0.5mm"/>
  224. <fo:table-column column-width="0.5mm"/>
  225. <fo:table-column column-width="0.5mm"/>
  226. <fo:table-column column-width="0.5mm"/><!--00-->
  227. <fo:table-column column-width="0.5mm"/>
  228. <fo:table-column column-width="0.25mm"/>
  229. <fo:table-column column-width="0.5mm"/>
  230. <fo:table-column column-width="0.5mm"/>
  231. <fo:table-column column-width="0.5mm"/>
  232. <fo:table-column column-width="0.5mm"/><!--12-->
  233. <fo:table-column column-width="0.25mm"/>
  234. <fo:table-column column-width="0.25mm"/>
  235. <fo:table-column column-width="0.5mm"/>
  236. <fo:table-column column-width="0.5mm"/>
  237. <fo:table-column column-width="0.75mm"/>
  238. <fo:table-column column-width="0.5mm"/><!--20-->
  239. <fo:table-column column-width="0.5mm"/>
  240. <fo:table-column column-width="0.5mm"/>
  241. <fo:table-column column-width="0.25mm"/>
  242. <fo:table-column column-width="0.5mm"/>
  243. <fo:table-column column-width="0.75mm"/>
  244. <fo:table-column column-width="0.25mm"/><!--54-->
  245. <fo:table-column column-width="0.75mm"/>
  246. <fo:table-column column-width="0.25mm"/>
  247. <fo:table-column column-width="0.25mm"/>
  248. <fo:table-column column-width="0.25mm"/>
  249. <fo:table-column column-width="0.5mm"/>
  250. <fo:table-column column-width="0.75mm"/><!--88-->
  251. <fo:table-column column-width="1mm"/>
  252. <fo:table-column column-width="0.5mm"/>
  253. <fo:table-column column-width="0.25mm"/>
  254. <fo:table-column column-width="0.5mm"/>
  255. <fo:table-column column-width="0.25mm"/>
  256. <fo:table-column column-width="0.25mm"/><!--31-->
  257. <fo:table-column column-width="0.5mm"/>
  258. <fo:table-column column-width="0.25mm"/>
  259. <fo:table-column column-width="0.5mm"/>
  260. <fo:table-column column-width="0.75mm"/>
  261. <fo:table-column column-width="0.5mm"/>
  262. <fo:table-column column-width="0.25mm"/><!--50-->
  263. <fo:table-column column-width="0.5mm"/>
  264. <fo:table-column column-width="0.75mm"/>
  265. <fo:table-column column-width="0.25mm"/>
  266. <fo:table-column column-width="0.25mm"/>
  267. <fo:table-column column-width="0.75mm"/>
  268. <fo:table-column column-width="0.25mm"/><!--00-->
  269. <fo:table-column column-width="0.5mm"/>
  270. <fo:table-column column-width="0.25mm"/>
  271. <fo:table-column column-width="0.5mm"/>
  272. <fo:table-column column-width="0.5mm"/>
  273. <fo:table-column column-width="0.5mm"/>
  274. <fo:table-column column-width="0.5mm"/><!--00-->
  275. <fo:table-column column-width="0.5mm"/>
  276. <fo:table-column column-width="0.25mm"/>
  277. <fo:table-column column-width="0.5mm"/>
  278. <fo:table-column column-width="0.5mm"/>
  279. <fo:table-column column-width="0.5mm"/>
  280. <fo:table-column column-width="0.5mm"/><!--86-->
  281. <fo:table-column column-width="1mm"/>
  282. <fo:table-column column-width="0.25mm"/>
  283. <fo:table-column column-width="0.25mm"/>
  284. <fo:table-column column-width="0.5mm"/>
  285. <fo:table-column column-width="0.25mm"/>
  286. <fo:table-column column-width="0.5mm"/><!--85-->
  287. <fo:table-column column-width="0.25mm"/>
  288. <fo:table-column column-width="0.5mm"/>
  289. <fo:table-column column-width="1mm"/>
  290. <fo:table-column column-width="0.5mm"/>
  291. <fo:table-column column-width="0.25mm"/>
  292. <fo:table-column column-width="0.25mm"/><!--16-->
  293. <fo:table-column column-width="0.25mm"/>
  294. <fo:table-column column-width="0.5mm"/>
  295. <fo:table-column column-width="0.75mm"/>
  296. <fo:table-column column-width="0.25mm"/>
  297. <fo:table-column column-width="0.5mm"/>
  298. <fo:table-column column-width="0.5mm"/><!--25-->
  299. <fo:table-column column-width="0.75mm"/>
  300. <fo:table-column column-width="0.5mm"/>
  301. <fo:table-column column-width="0.25mm"/>
  302. <fo:table-column column-width="0.25mm"/>
  303. <fo:table-column column-width="0.5mm"/>
  304. <fo:table-column column-width="0.5mm"/><!--96-->
  305. <fo:table-column column-width="0.25mm"/>
  306. <fo:table-column column-width="0.25mm"/>
  307. <fo:table-column column-width="1mm"/>
  308. <fo:table-column column-width="0.75mm"/>
  309. <fo:table-column column-width="0.25mm"/>
  310. <fo:table-column column-width="0.25mm"/><!--19-->
  311. <fo:table-column column-width="0.5mm"/>
  312. <fo:table-column column-width="0.5mm"/>
  313. <fo:table-column column-width="0.25mm"/>
  314. <fo:table-column column-width="0.25mm"/>
  315. <fo:table-column column-width="0.75mm"/>
  316. <fo:table-column column-width="0.5mm"/><!--89-->
  317. <fo:table-column column-width="0.5mm"/>
  318. <fo:table-column column-width="0.25mm"/>
  319. <fo:table-column column-width="0.5mm"/>
  320. <fo:table-column column-width="0.25mm"/>
  321. <fo:table-column column-width="1mm"/>
  322. <fo:table-column column-width="0.25mm"/><!--70-->
  323. <fo:table-column column-width="0.25mm"/>
  324. <fo:table-column column-width="0.25mm"/>
  325. <fo:table-column column-width="0.5mm"/>
  326. <fo:table-column column-width="1mm"/>
  327. <fo:table-column column-width="0.25mm"/>
  328. <fo:table-column column-width="0.5mm"/><!--60-->
  329. <fo:table-column column-width="0.75mm"/>
  330. <fo:table-column column-width="0.25mm"/>
  331. <fo:table-column column-width="1mm"/>
  332. <fo:table-column column-width="0.25mm"/>
  333. <fo:table-column column-width="0.25mm"/>
  334. <fo:table-column column-width="0.25mm"/><!--61-->
  335. <fo:table-column column-width="0.5mm"/>
  336. <fo:table-column column-width="0.5mm"/>
  337. <fo:table-column column-width="0.25mm"/>
  338. <fo:table-column column-width="1mm"/>
  339. <fo:table-column column-width="0.25mm"/>
  340. <fo:table-column column-width="0.25mm"/><!--60-->
  341. <fo:table-column column-width="0.75mm"/>
  342. <fo:table-column column-width="0.25mm"/>
  343. <fo:table-column column-width="1mm"/>
  344. <fo:table-column column-width="0.25mm"/>
  345. <fo:table-column column-width="0.25mm"/>
  346. <fo:table-column column-width="0.25mm"/><!--00-->
  347. <fo:table-column column-width="0.5mm"/>
  348. <fo:table-column column-width="0.25mm"/>
  349. <fo:table-column column-width="0.5mm"/>
  350. <fo:table-column column-width="0.5mm"/>
  351. <fo:table-column column-width="0.5mm"/>
  352. <fo:table-column column-width="0.5mm"/><!--09-->
  353. <fo:table-column column-width="0.5mm"/>
  354. <fo:table-column column-width="0.5mm"/>
  355. <fo:table-column column-width="0.25mm"/>
  356. <fo:table-column column-width="0.5mm"/>
  357. <fo:table-column column-width="0.25mm"/>
  358. <fo:table-column column-width="0.75mm"/><!--77-->
  359. <fo:table-column column-width="1mm"/>
  360. <fo:table-column column-width="0.25mm"/>
  361. <fo:table-column column-width="0.75mm"/>
  362. <fo:table-column column-width="0.25mm"/>
  363. <fo:table-column column-width="0.25mm"/>
  364. <fo:table-column column-width="0.25mm"/><!--106-->
  365. <fo:table-column column-width="0.5mm"/>
  366. <fo:table-column column-width="0.75mm"/>
  367. <fo:table-column column-width="0.75mm"/>
  368. <fo:table-column column-width="0.25mm"/>
  369. <fo:table-column column-width="0.25mm"/>
  370. <fo:table-column column-width="0.5mm"/>
  371. <fo:table-body>
  372. <fo:table-row height="5in div 12">
  373. <fo:table-cell background-color="black">
  374. <fo:block/>
  375. </fo:table-cell>
  376. <fo:table-cell background-color="white">
  377. <fo:block/>
  378. </fo:table-cell>
  379. <fo:table-cell background-color="black">
  380. <fo:block/>
  381. </fo:table-cell>
  382. <fo:table-cell background-color="white">
  383. <fo:block/>
  384. </fo:table-cell>
  385. <fo:table-cell background-color="black">
  386. <fo:block/>
  387. </fo:table-cell>
  388. <fo:table-cell background-color="white">
  389. <fo:block/>
  390. </fo:table-cell>
  391. <fo:table-cell background-color="black">
  392. <fo:block/>
  393. </fo:table-cell>
  394. <fo:table-cell background-color="white">
  395. <fo:block/>
  396. </fo:table-cell>
  397. <fo:table-cell background-color="black">
  398. <fo:block/>
  399. </fo:table-cell>
  400. <fo:table-cell background-color="white">
  401. <fo:block/>
  402. </fo:table-cell>
  403. <fo:table-cell background-color="black">
  404. <fo:block/>
  405. </fo:table-cell>
  406. <fo:table-cell background-color="white">
  407. <fo:block/>
  408. </fo:table-cell>
  409. <fo:table-cell background-color="black">
  410. <fo:block/>
  411. </fo:table-cell>
  412. <fo:table-cell background-color="white">
  413. <fo:block/>
  414. </fo:table-cell>
  415. <fo:table-cell background-color="black">
  416. <fo:block/>
  417. </fo:table-cell>
  418. <fo:table-cell background-color="white">
  419. <fo:block/>
  420. </fo:table-cell>
  421. <fo:table-cell background-color="black">
  422. <fo:block/>
  423. </fo:table-cell>
  424. <fo:table-cell background-color="white">
  425. <fo:block/>
  426. </fo:table-cell>
  427. <fo:table-cell background-color="black">
  428. <fo:block/>
  429. </fo:table-cell>
  430. <fo:table-cell background-color="white">
  431. <fo:block/>
  432. </fo:table-cell>
  433. <fo:table-cell background-color="black">
  434. <fo:block/>
  435. </fo:table-cell>
  436. <fo:table-cell background-color="white">
  437. <fo:block/>
  438. </fo:table-cell>
  439. <fo:table-cell background-color="black">
  440. <fo:block/>
  441. </fo:table-cell>
  442. <fo:table-cell background-color="white">
  443. <fo:block/>
  444. </fo:table-cell>
  445. <fo:table-cell background-color="black">
  446. <fo:block/>
  447. </fo:table-cell>
  448. <fo:table-cell background-color="white">
  449. <fo:block/>
  450. </fo:table-cell>
  451. <fo:table-cell background-color="black">
  452. <fo:block/>
  453. </fo:table-cell>
  454. <fo:table-cell background-color="white">
  455. <fo:block/>
  456. </fo:table-cell>
  457. <fo:table-cell background-color="black">
  458. <fo:block/>
  459. </fo:table-cell>
  460. <fo:table-cell background-color="white">
  461. <fo:block/>
  462. </fo:table-cell>
  463. <fo:table-cell background-color="black">
  464. <fo:block/>
  465. </fo:table-cell>
  466. <fo:table-cell background-color="white">
  467. <fo:block/>
  468. </fo:table-cell>
  469. <fo:table-cell background-color="black">
  470. <fo:block/>
  471. </fo:table-cell>
  472. <fo:table-cell background-color="white">
  473. <fo:block/>
  474. </fo:table-cell>
  475. <fo:table-cell background-color="black">
  476. <fo:block/>
  477. </fo:table-cell>
  478. <fo:table-cell background-color="white">
  479. <fo:block/>
  480. </fo:table-cell>
  481. <fo:table-cell background-color="black">
  482. <fo:block/>
  483. </fo:table-cell>
  484. <fo:table-cell background-color="white">
  485. <fo:block/>
  486. </fo:table-cell>
  487. <fo:table-cell background-color="black">
  488. <fo:block/>
  489. </fo:table-cell>
  490. <fo:table-cell background-color="white">
  491. <fo:block/>
  492. </fo:table-cell>
  493. <fo:table-cell background-color="black">
  494. <fo:block/>
  495. </fo:table-cell>
  496. <fo:table-cell background-color="white">
  497. <fo:block/>
  498. </fo:table-cell>
  499. <fo:table-cell background-color="black">
  500. <fo:block/>
  501. </fo:table-cell>
  502. <fo:table-cell background-color="white">
  503. <fo:block/>
  504. </fo:table-cell>
  505. <fo:table-cell background-color="black">
  506. <fo:block/>
  507. </fo:table-cell>
  508. <fo:table-cell background-color="white">
  509. <fo:block/>
  510. </fo:table-cell>
  511. <fo:table-cell background-color="black">
  512. <fo:block/>
  513. </fo:table-cell>
  514. <fo:table-cell background-color="white">
  515. <fo:block/>
  516. </fo:table-cell>
  517. <fo:table-cell background-color="black">
  518. <fo:block/>
  519. </fo:table-cell>
  520. <fo:table-cell background-color="white">
  521. <fo:block/>
  522. </fo:table-cell>
  523. <fo:table-cell background-color="black">
  524. <fo:block/>
  525. </fo:table-cell>
  526. <fo:table-cell background-color="white">
  527. <fo:block/>
  528. </fo:table-cell>
  529. <fo:table-cell background-color="black">
  530. <fo:block/>
  531. </fo:table-cell>
  532. <fo:table-cell background-color="white">
  533. <fo:block/>
  534. </fo:table-cell>
  535. <fo:table-cell background-color="black">
  536. <fo:block/>
  537. </fo:table-cell>
  538. <fo:table-cell background-color="white">
  539. <fo:block/>
  540. </fo:table-cell>
  541. <fo:table-cell background-color="black">
  542. <fo:block/>
  543. </fo:table-cell>
  544. <fo:table-cell background-color="white">
  545. <fo:block/>
  546. </fo:table-cell>
  547. <fo:table-cell background-color="black">
  548. <fo:block/>
  549. </fo:table-cell>
  550. <fo:table-cell background-color="white">
  551. <fo:block/>
  552. </fo:table-cell>
  553. <fo:table-cell background-color="black">
  554. <fo:block/>
  555. </fo:table-cell>
  556. <fo:table-cell background-color="white">
  557. <fo:block/>
  558. </fo:table-cell>
  559. <fo:table-cell background-color="black">
  560. <fo:block/>
  561. </fo:table-cell>
  562. <fo:table-cell background-color="white">
  563. <fo:block/>
  564. </fo:table-cell>
  565. <fo:table-cell background-color="black">
  566. <fo:block/>
  567. </fo:table-cell>
  568. <fo:table-cell background-color="white">
  569. <fo:block/>
  570. </fo:table-cell>
  571. <fo:table-cell background-color="black">
  572. <fo:block/>
  573. </fo:table-cell>
  574. <fo:table-cell background-color="white">
  575. <fo:block/>
  576. </fo:table-cell>
  577. <fo:table-cell background-color="black">
  578. <fo:block/>
  579. </fo:table-cell>
  580. <fo:table-cell background-color="white">
  581. <fo:block/>
  582. </fo:table-cell>
  583. <fo:table-cell background-color="black">
  584. <fo:block/>
  585. </fo:table-cell>
  586. <fo:table-cell background-color="white">
  587. <fo:block/>
  588. </fo:table-cell>
  589. <fo:table-cell background-color="black">
  590. <fo:block/>
  591. </fo:table-cell>
  592. <fo:table-cell background-color="white">
  593. <fo:block/>
  594. </fo:table-cell>
  595. <fo:table-cell background-color="black">
  596. <fo:block/>
  597. </fo:table-cell>
  598. <fo:table-cell background-color="white">
  599. <fo:block/>
  600. </fo:table-cell>
  601. <fo:table-cell background-color="black">
  602. <fo:block/>
  603. </fo:table-cell>
  604. <fo:table-cell background-color="white">
  605. <fo:block/>
  606. </fo:table-cell>
  607. <fo:table-cell background-color="black">
  608. <fo:block/>
  609. </fo:table-cell>
  610. <fo:table-cell background-color="white">
  611. <fo:block/>
  612. </fo:table-cell>
  613. <fo:table-cell background-color="black">
  614. <fo:block/>
  615. </fo:table-cell>
  616. <fo:table-cell background-color="white">
  617. <fo:block/>
  618. </fo:table-cell>
  619. <fo:table-cell background-color="black">
  620. <fo:block/>
  621. </fo:table-cell>
  622. <fo:table-cell background-color="white">
  623. <fo:block/>
  624. </fo:table-cell>
  625. <fo:table-cell background-color="black">
  626. <fo:block/>
  627. </fo:table-cell>
  628. <fo:table-cell background-color="white">
  629. <fo:block/>
  630. </fo:table-cell>
  631. <fo:table-cell background-color="black">
  632. <fo:block/>
  633. </fo:table-cell>
  634. <fo:table-cell background-color="white">
  635. <fo:block/>
  636. </fo:table-cell>
  637. <fo:table-cell background-color="black">
  638. <fo:block/>
  639. </fo:table-cell>
  640. <fo:table-cell background-color="white">
  641. <fo:block/>
  642. </fo:table-cell>
  643. <fo:table-cell background-color="black">
  644. <fo:block/>
  645. </fo:table-cell>
  646. <fo:table-cell background-color="white">
  647. <fo:block/>
  648. </fo:table-cell>
  649. <fo:table-cell background-color="black">
  650. <fo:block/>
  651. </fo:table-cell>
  652. <fo:table-cell background-color="white">
  653. <fo:block/>
  654. </fo:table-cell>
  655. <fo:table-cell background-color="black">
  656. <fo:block/>
  657. </fo:table-cell>
  658. <fo:table-cell background-color="white">
  659. <fo:block/>
  660. </fo:table-cell>
  661. <fo:table-cell background-color="black">
  662. <fo:block/>
  663. </fo:table-cell>
  664. <fo:table-cell background-color="white">
  665. <fo:block/>
  666. </fo:table-cell>
  667. <fo:table-cell background-color="black">
  668. <fo:block/>
  669. </fo:table-cell>
  670. <fo:table-cell background-color="white">
  671. <fo:block/>
  672. </fo:table-cell>
  673. <fo:table-cell background-color="black">
  674. <fo:block/>
  675. </fo:table-cell>
  676. <fo:table-cell background-color="white">
  677. <fo:block/>
  678. </fo:table-cell>
  679. <fo:table-cell background-color="black">
  680. <fo:block/>
  681. </fo:table-cell>
  682. <fo:table-cell background-color="white">
  683. <fo:block/>
  684. </fo:table-cell>
  685. <fo:table-cell background-color="black">
  686. <fo:block/>
  687. </fo:table-cell>
  688. <fo:table-cell background-color="white">
  689. <fo:block/>
  690. </fo:table-cell>
  691. <fo:table-cell background-color="black">
  692. <fo:block/>
  693. </fo:table-cell>
  694. <fo:table-cell background-color="white">
  695. <fo:block/>
  696. </fo:table-cell>
  697. <fo:table-cell background-color="black">
  698. <fo:block/>
  699. </fo:table-cell>
  700. <fo:table-cell background-color="white">
  701. <fo:block/>
  702. </fo:table-cell>
  703. <fo:table-cell background-color="black">
  704. <fo:block/>
  705. </fo:table-cell>
  706. <fo:table-cell background-color="white">
  707. <fo:block/>
  708. </fo:table-cell>
  709. <fo:table-cell background-color="black">
  710. <fo:block/>
  711. </fo:table-cell>
  712. <fo:table-cell background-color="white">
  713. <fo:block/>
  714. </fo:table-cell>
  715. <fo:table-cell background-color="black">
  716. <fo:block/>
  717. </fo:table-cell>
  718. <fo:table-cell background-color="white">
  719. <fo:block/>
  720. </fo:table-cell>
  721. <fo:table-cell background-color="black">
  722. <fo:block/>
  723. </fo:table-cell>
  724. <fo:table-cell background-color="white">
  725. <fo:block/>
  726. </fo:table-cell>
  727. <fo:table-cell background-color="black">
  728. <fo:block/>
  729. </fo:table-cell>
  730. <fo:table-cell background-color="white">
  731. <fo:block/>
  732. </fo:table-cell>
  733. <fo:table-cell background-color="black">
  734. <fo:block/>
  735. </fo:table-cell>
  736. <fo:table-cell background-color="white">
  737. <fo:block/>
  738. </fo:table-cell>
  739. <fo:table-cell background-color="black">
  740. <fo:block/>
  741. </fo:table-cell>
  742. <fo:table-cell background-color="white">
  743. <fo:block/>
  744. </fo:table-cell>
  745. <fo:table-cell background-color="black">
  746. <fo:block/>
  747. </fo:table-cell>
  748. <fo:table-cell background-color="white">
  749. <fo:block/>
  750. </fo:table-cell>
  751. <fo:table-cell background-color="black">
  752. <fo:block/>
  753. </fo:table-cell>
  754. <fo:table-cell background-color="white">
  755. <fo:block/>
  756. </fo:table-cell>
  757. <fo:table-cell background-color="black">
  758. <fo:block/>
  759. </fo:table-cell>
  760. <fo:table-cell background-color="white">
  761. <fo:block/>
  762. </fo:table-cell>
  763. <fo:table-cell background-color="black">
  764. <fo:block/>
  765. </fo:table-cell>
  766. <fo:table-cell background-color="white">
  767. <fo:block/>
  768. </fo:table-cell>
  769. <fo:table-cell background-color="black">
  770. <fo:block/>
  771. </fo:table-cell>
  772. <fo:table-cell background-color="white">
  773. <fo:block/>
  774. </fo:table-cell>
  775. <fo:table-cell background-color="black">
  776. <fo:block/>
  777. </fo:table-cell>
  778. <fo:table-cell background-color="white">
  779. <fo:block/>
  780. </fo:table-cell>
  781. <fo:table-cell background-color="black">
  782. <fo:block/>
  783. </fo:table-cell>
  784. <fo:table-cell background-color="white">
  785. <fo:block/>
  786. </fo:table-cell>
  787. <fo:table-cell background-color="black">
  788. <fo:block/>
  789. </fo:table-cell>
  790. <fo:table-cell background-color="white">
  791. <fo:block/>
  792. </fo:table-cell>
  793. <fo:table-cell background-color="black">
  794. <fo:block/>
  795. </fo:table-cell>
  796. <fo:table-cell background-color="white">
  797. <fo:block/>
  798. </fo:table-cell>
  799. <fo:table-cell background-color="black">
  800. <fo:block/>
  801. </fo:table-cell>
  802. <fo:table-cell background-color="white">
  803. <fo:block/>
  804. </fo:table-cell>
  805. <fo:table-cell background-color="black">
  806. <fo:block/>
  807. </fo:table-cell>
  808. <fo:table-cell background-color="white">
  809. <fo:block/>
  810. </fo:table-cell>
  811. <fo:table-cell background-color="black">
  812. <fo:block/>
  813. </fo:table-cell>
  814. <fo:table-cell background-color="white">
  815. <fo:block/>
  816. </fo:table-cell>
  817. <fo:table-cell background-color="black">
  818. <fo:block/>
  819. </fo:table-cell>
  820. <fo:table-cell background-color="white">
  821. <fo:block/>
  822. </fo:table-cell>
  823. <fo:table-cell background-color="black">
  824. <fo:block/>
  825. </fo:table-cell>
  826. <fo:table-cell background-color="white">
  827. <fo:block/>
  828. </fo:table-cell>
  829. <fo:table-cell background-color="black">
  830. <fo:block/>
  831. </fo:table-cell>
  832. <fo:table-cell background-color="white">
  833. <fo:block/>
  834. </fo:table-cell>
  835. <fo:table-cell background-color="black">
  836. <fo:block/>
  837. </fo:table-cell>
  838. <fo:table-cell background-color="white">
  839. <fo:block/>
  840. </fo:table-cell>
  841. <fo:table-cell background-color="black">
  842. <fo:block/>
  843. </fo:table-cell>
  844. <fo:table-cell background-color="white">
  845. <fo:block/>
  846. </fo:table-cell>
  847. <fo:table-cell background-color="black">
  848. <fo:block/>
  849. </fo:table-cell>
  850. <fo:table-cell background-color="white">
  851. <fo:block/>
  852. </fo:table-cell>
  853. <fo:table-cell background-color="black">
  854. <fo:block/>
  855. </fo:table-cell>
  856. <fo:table-cell background-color="white">
  857. <fo:block/>
  858. </fo:table-cell>
  859. <fo:table-cell background-color="black">
  860. <fo:block/>
  861. </fo:table-cell>
  862. <fo:table-cell background-color="white">
  863. <fo:block/>
  864. </fo:table-cell>
  865. <fo:table-cell background-color="black">
  866. <fo:block/>
  867. </fo:table-cell>
  868. <fo:table-cell background-color="white">
  869. <fo:block/>
  870. </fo:table-cell>
  871. <fo:table-cell background-color="black">
  872. <fo:block/>
  873. </fo:table-cell>
  874. <fo:table-cell background-color="white">
  875. <fo:block/>
  876. </fo:table-cell>
  877. <fo:table-cell background-color="black">
  878. <fo:block/>
  879. </fo:table-cell>
  880. <fo:table-cell background-color="white">
  881. <fo:block/>
  882. </fo:table-cell>
  883. <fo:table-cell background-color="black">
  884. <fo:block/>
  885. </fo:table-cell>
  886. <fo:table-cell background-color="white">
  887. <fo:block/>
  888. </fo:table-cell>
  889. <fo:table-cell background-color="black">
  890. <fo:block/>
  891. </fo:table-cell>
  892. <fo:table-cell background-color="white">
  893. <fo:block/>
  894. </fo:table-cell>
  895. <fo:table-cell background-color="black">
  896. <fo:block/>
  897. </fo:table-cell>
  898. <fo:table-cell background-color="white">
  899. <fo:block/>
  900. </fo:table-cell>
  901. <fo:table-cell background-color="black">
  902. <fo:block/>
  903. </fo:table-cell>
  904. <fo:table-cell background-color="white">
  905. <fo:block/>
  906. </fo:table-cell>
  907. <fo:table-cell background-color="black">
  908. <fo:block/>
  909. </fo:table-cell>
  910. <fo:table-cell background-color="white">
  911. <fo:block/>
  912. </fo:table-cell>
  913. </fo:table-row>
  914. </fo:table-body>
  915. </fo:table>
  916. </fo:block>
  917. </fo:table-cell>
  918. <fo:table-cell display-align="after">
  919. <fo:block text-align="end" font-size="8pt" font-weight="bold" font-variant="small-caps">
  920. <fo:block>PANKKI</fo:block>
  921. <fo:block>BANKKEN</fo:block>
  922. </fo:block>
  923. </fo:table-cell>
  924. </fo:table-row>
  925. </fo:table-body>
  926. </fo:table>
  927. <fo:block-container height="15mm" width="7mm" top="3mm" left="8in - 5mm" position="absolute">
  928. <fo:block>
  929. <fo:external-graphic src="file:mk1logo.tif"/>
  930. </fo:block>
  931. </fo:block-container>
  932. </fo:static-content>
  933. <fo:flow flow-name="xsl-region-body">
  934. <fo:block>TIFF logo and XSL FO table bar code</fo:block>
  935. </fo:flow>
  936. </fo:page-sequence>
  937. <fo:page-sequence master-name="A4">
  938. <fo:static-content flow-name="xsl-region-after">
  939. <fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
  940. <fo:table-column column-width="8in div 10 - 2in div 12"/>
  941. <fo:table-column border-right-style="solid" border-right-width="0.5mm" column-width="36in div 10"/>
  942. <fo:table-column column-width="5in div 10"/>
  943. <fo:table-column column-width="13in div 10"/>
  944. <fo:table-column column-width="18in div 10"/>
  945. <fo:table-body>
  946. <fo:table-row height="8in div 12 - 1in div 10">
  947. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
  948. <fo:block>Saajan</fo:block>
  949. <fo:block>tilinumero</fo:block>
  950. <fo:block>Mottagarens</fo:block>
  951. <fo:block>kontonummer</fo:block>
  952. </fo:table-cell>
  953. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" display-align="center" font-size="10pt" color="black" border-bottom-color="green" padding-left="1mm">
  954. <fo:block>Merita 101710-122</fo:block>
  955. </fo:table-cell>
  956. <fo:table-cell number-columns-spanned="3" padding-right="0.5cm" padding-left="1mm" padding-top="1mm">
  957. <fo:block font-size="10pt" font-weight="bold" font-variant="small-caps">TILISIIRTO GIRERING</fo:block>
  958. <fo:block font-size="6pt" space-after.optimum="0.25em">Maksu välitetään saajalle vain Suomessa Kotimaan maksujenvälityksen yleisten ehtojen mukaisesti ja vain maksajan ilmoittaman tilinumeron perusteella.</fo:block>
  959. <fo:block font-size="6pt">Betalningen förmedlas endast till mottagare i Finland enligt Allmänna villkor för inrikes betalningsförmedling och endast till det kontonummer betalaren angivit.</fo:block>
  960. </fo:table-cell>
  961. </fo:table-row>
  962. <fo:table-row height="7in div 12">
  963. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="5mm" text-align="end">
  964. <fo:block>Saaja</fo:block>
  965. <fo:block>Mottagaren</fo:block>
  966. </fo:table-cell>
  967. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" font-size="10pt" color="black" border-bottom-color="green" display-align="center" padding-left="1mm">
  968. <fo:block>MTG Internet Retailing AB</fo:block>
  969. <fo:block>CDON</fo:block>
  970. </fo:table-cell>
  971. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="3" number-rows-spanned="2" border-bottom-color="green" color="black" padding-top="1mm" padding-left="1mm">
  972. <fo:block>Markka</fo:block>
  973. <fo:block space-after.optimum="1em">[105] 11 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 09 [77] [stop]</fo:block>
  974. <fo:block>Euro</fo:block>
  975. <fo:block>[105] 21 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 06 [06] [stop]</fo:block>
  976. </fo:table-cell>
  977. </fo:table-row>
  978. <fo:table-row height="1in">
  979. <fo:table-cell padding-right="2mm" padding-top="4mm" text-align="end">
  980. <fo:block>Maksaja</fo:block>
  981. <fo:block>Betalare</fo:block>
  982. </fo:table-cell>
  983. <fo:table-cell font-size="10pt" color="black" padding-top="1mm" padding-left="1mm">
  984. <fo:block>SUOMEN PANKKIYHDISTYS</fo:block>
  985. <fo:block>Anneli Tossava</fo:block>
  986. <fo:block space-before.optimum="1em">PL 1009</fo:block>
  987. <fo:block>00101 HELSINKI</fo:block>
  988. </fo:table-cell>
  989. </fo:table-row>
  990. <fo:table-row height="4in div 12">
  991. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="2mm" padding-top="1mm" padding-bottom="2in div 12" text-align="end" display-align="after">
  992. <fo:block>Allekirjoitus</fo:block>
  993. <fo:block>Underskrift</fo:block>
  994. </fo:table-cell>
  995. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="4.5mm" padding-bottom="2in div 12" display-align="after">
  996. <fo:block>
  997. <fo:leader leader-length.minimum="100%" leader-length.optimum="100%" leader-pattern="rule" rule-thickness="0.13mm"/>
  998. </fo:block>
  999. </fo:table-cell>
  1000. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="1.5mm">
  1001. <fo:block>Viitenro</fo:block>
  1002. <fo:block>Ref.nr</fo:block>
  1003. </fo:table-cell>
  1004. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="2" padding-left="6mm" padding-top="4mm" font-size="10pt">
  1005. <fo:block color="black">86851 62596 19897 </fo:block>
  1006. </fo:table-cell>
  1007. </fo:table-row>
  1008. <fo:table-row height="4in div 12">
  1009. <fo:table-cell border-right-style="solid" border-right-width="0.13mm" border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
  1010. <fo:block>Tililtä nro</fo:block>
  1011. <fo:block>Från konto nr</fo:block>
  1012. </fo:table-cell>
  1013. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="6mm" display-align="after">
  1014. <fo:table height="3mm">
  1015. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1016. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1017. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1018. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1019. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1020. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1021. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1022. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1023. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1024. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1025. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1026. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1027. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1028. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1029. <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
  1030. <fo:table-body>
  1031. <fo:table-row height="3mm">
  1032. <fo:table-cell>
  1033. <fo:block/>
  1034. </fo:table-cell>
  1035. <fo:table-cell>
  1036. <fo:block/>
  1037. </fo:table-cell>
  1038. <fo:table-cell>
  1039. <fo:block/>
  1040. </fo:table-cell>
  1041. <fo:table-cell>
  1042. <fo:block/>
  1043. </fo:table-cell>
  1044. <fo:table-cell>
  1045. <fo:block/>
  1046. </fo:table-cell>
  1047. <fo:table-cell>
  1048. <fo:block/>
  1049. </fo:table-cell>
  1050. <fo:table-cell padding-left="1.7mm" padding-right="1.7mm" display-align="before">
  1051. <fo:block border-top-style="solid" border-top-width="0.5mm"/>
  1052. </fo:table-cell>
  1053. <fo:table-cell>
  1054. <fo:block/>
  1055. </fo:table-cell>
  1056. <fo:table-cell>
  1057. <fo:block/>
  1058. </fo:table-cell>
  1059. <fo:table-cell>
  1060. <fo:block/>
  1061. </fo:table-cell>
  1062. <fo:table-cell>
  1063. <fo:block/>
  1064. </fo:table-cell>
  1065. <fo:table-cell>
  1066. <fo:block/>
  1067. </fo:table-cell>
  1068. <fo:table-cell>
  1069. <fo:block/>
  1070. </fo:table-cell>
  1071. <fo:table-cell>
  1072. <fo:block/>
  1073. </fo:table-cell>
  1074. <fo:table-cell>
  1075. <fo:block/>
  1076. </fo:table-cell>
  1077. </fo:table-row>
  1078. </fo:table-body>
  1079. </fo:table>
  1080. </fo:table-cell>
  1081. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="2mm">
  1082. <fo:block>Eräpäivä</fo:block>
  1083. <fo:block>Förf.dag</fo:block>
  1084. </fo:table-cell>
  1085. <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="6mm" padding-top="4mm" font-size="10pt">
  1086. <fo:block color="black">16.6.2006</fo:block>
  1087. </fo:table-cell>
  1088. <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="2mm" padding-top="4mm" font-size="10pt">
  1089. <fo:table>
  1090. <fo:table-column column-width="0.5cm"/>
  1091. <fo:table-column column-width="2cm"/>
  1092. <fo:table-body>
  1093. <fo:table-row>
  1094. <fo:table-cell font-weight="bold">
  1095. <fo:block font-size="10pt" font-weight="bold">mk</fo:block>
  1096. </fo:table-cell>
  1097. <fo:table-cell color="black">
  1098. <fo:block text-align="end">548,83</fo:block>
  1099. </fo:table-cell>
  1100. </fo:table-row>
  1101. </fo:table-body>
  1102. </fo:table>
  1103. </fo:table-cell>
  1104. </fo:table-row>
  1105. <fo:table-row height="13in div 12 - 5mm">
  1106. <fo:table-cell number-columns-spanned="4" padding-left="40mm" display-align="after">
  1107. <fo:block>
  1108. <fo:instream-foreign-object>
  1109. <svg xmlns="http://www.w3.org/2000/svg" width="87.75mm" height="0.4166666666666667in">
  1110. <g style="fill: black; stroke: none;"><!--START-->
  1111. <rect x="2.5mm" y="0" height="10mm" width="0.5mm"/>
  1112. <rect x="3.25mm" y="0" height="10mm" width="0.25mm"/>
  1113. <rect x="4mm" y="0" height="10mm" width="0.75mm"/><!--11-->
  1114. <rect x="5.25mm" y="0" height="10mm" width="0.5mm"/>
  1115. <rect x="6.5mm" y="0" height="10mm" width="0.25mm"/>
  1116. <rect x="7.25mm" y="0" height="10mm" width="0.25mm"/><!--01-->
  1117. <rect x="8mm" y="0" height="10mm" width="0.5mm"/>
  1118. <rect x="9mm" y="0" height="10mm" width="0.5mm"/>
  1119. <rect x="9.75mm" y="0" height="10mm" width="0.5mm"/><!--71-->
  1120. <rect x="10.75mm" y="0" height="10mm" width="0.25mm"/>
  1121. <rect x="11.5mm" y="0" height="10mm" width="0.5mm"/>
  1122. <rect x="12.25mm" y="0" height="10mm" width="0.25mm"/><!--00-->
  1123. <rect x="13.5mm" y="0" height="10mm" width="0.5mm"/>
  1124. <rect x="14.25mm" y="0" height="10mm" width="0.5mm"/>
  1125. <rect x="15.25mm" y="0" height="10mm" width="0.5mm"/><!--00-->
  1126. <rect x="16.25mm" y="0" height="10mm" width="0.5mm"/>
  1127. <rect x="17mm" y="0" height="10mm" width="0.5mm"/>
  1128. <rect x="18mm" y="0" height="10mm" width="0.5mm"/><!--00-->
  1129. <rect x="19mm" y="0" height="10mm" width="0.5mm"/>
  1130. <rect x="19.75mm" y="0" height="10mm" width="0.5mm"/>
  1131. <rect x="20.75mm" y="0" height="10mm" width="0.5mm"/><!--12-->
  1132. <rect x="21.75mm" y="0" height="10mm" width="0.25mm"/>
  1133. <rect x="22.25mm" y="0" height="10mm" width="0.5mm"/>
  1134. <rect x="23.25mm" y="0" height="10mm" width="0.75mm"/><!--20-->
  1135. <rect x="24.5mm" y="0" height="10mm" width="0.5mm"/>
  1136. <rect x="25.5mm" y="0" height="10mm" width="0.25mm"/>
  1137. <rect x="26.25mm" y="0" height="10mm" width="0.75mm"/><!--54-->
  1138. <rect x="27.25mm" y="0" height="10mm" width="0.75mm"/>
  1139. <rect x="28.25mm" y="0" height="10mm" width="0.25mm"/>
  1140. <rect x="28.75mm" y="0" height="10mm" width="0.5mm"/><!--88-->
  1141. <rect x="30mm" y="0" height="10mm" width="1mm"/>
  1142. <rect x="31.5mm" y="0" height="10mm" width="0.25mm"/>
  1143. <rect x="32.25mm" y="0" height="10mm" width="0.25mm"/><!--31-->
  1144. <rect x="32.75mm" y="0" height="10mm" width="0.5mm"/>
  1145. <rect x="33.5mm" y="0" height="10mm" width="0.5mm"/>
  1146. <rect x="34.75mm" y="0" height="10mm" width="0.5mm"/><!--50-->
  1147. <rect x="35.5mm" y="0" height="10mm" width="0.5mm"/>
  1148. <rect x="36.75mm" y="0" height="10mm" width="0.25mm"/>
  1149. <rect x="37.25mm" y="0" height="10mm" width="0.75mm"/><!--00-->
  1150. <rect x="38.25mm" y="0" height="10mm" width="0.5mm"/>
  1151. <rect x="39mm" y="0" height="10mm" width="0.5mm"/>
  1152. <rect x="40mm" y="0" height="10mm" width="0.5mm"/><!--00-->
  1153. <rect x="41mm" y="0" height="10mm" width="0.5mm"/>
  1154. <rect x="41.75mm" y="0" height="10mm" width="0.5mm"/>
  1155. <rect x="42.75mm" y="0" height="10mm" width="0.5mm"/><!--86-->
  1156. <rect x="43.75mm" y="0" height="10mm" width="1mm"/>
  1157. <rect x="45mm" y="0" height="10mm" width="0.25mm"/>
  1158. <rect x="45.75mm" y="0" height="10mm" width="0.25mm"/><!--85-->
  1159. <rect x="46.5mm" y="0" height="10mm" width="0.25mm"/>
  1160. <rect x="47.25mm" y="0" height="10mm" width="1mm"/>
  1161. <rect x="48.75mm" y="0" height="10mm" width="0.25mm"/><!--16-->
  1162. <rect x="49.25mm" y="0" height="10mm" width="0.25mm"/>
  1163. <rect x="50mm" y="0" height="10mm" width="0.75mm"/>
  1164. <rect x="51mm" y="0" height="10mm" width="0.5mm"/><!--25-->
  1165. <rect x="52mm" y="0" height="10mm" width="0.75mm"/>
  1166. <rect x="53.25mm" y="0" height="10mm" width="0.25mm"/>
  1167. <rect x="53.75mm" y="0" height="10mm" width="0.5mm"/><!--96-->
  1168. <rect x="54.75mm" y="0" height="10mm" width="0.25mm"/>
  1169. <rect x="55.25mm" y="0" height="10mm" width="1mm"/>
  1170. <rect x="57mm" y="0" height="10mm" width="0.25mm"/><!--19-->
  1171. <rect x="57.5mm" y="0" height="10mm" width="0.5mm"/>
  1172. <rect x="58.5mm" y="0" height="10mm" width="0.25mm"/>
  1173. <rect x="59mm" y="0" height="10mm" width="0.75mm"/><!--89-->
  1174. <rect x="60.25mm" y="0" height="10mm" width="0.5mm"/>
  1175. <rect x="61mm" y="0" height="10mm" width="0.5mm"/>
  1176. <rect x="61.75mm" y="0" height="10mm" width="1mm"/><!--70-->
  1177. <rect x="63mm" y="0" height="10mm" width="0.25mm"/>
  1178. <rect x="63.5mm" y="0" height="10mm" width="0.5mm"/>
  1179. <rect x="65mm" y="0" height="10mm" width="0.25mm"/><!--60-->
  1180. <rect x="65.75mm" y="0" height="10mm" width="0.75mm"/>
  1181. <rect x="66.75mm" y="0" height="10mm" width="1mm"/>
  1182. <rect x="68mm" y="0" height="10mm" width="0.25mm"/><!--61-->
  1183. <rect x="68.5mm" y="0" height="10mm" width="0.5mm"/>
  1184. <rect x="69.5mm" y="0" height="10mm" width="0.25mm"/>
  1185. <rect x="70.75mm" y="0" height="10mm" width="0.25mm"/><!--60-->
  1186. <rect x="71.25mm" y="0" height="10mm" width="0.75mm"/>
  1187. <rect x="72.25mm" y="0" height="10mm" width="1mm"/>
  1188. <rect x="73.5mm" y="0" height="10mm" width="0.25mm"/><!--00-->
  1189. <rect x="74mm" y="0" height="10mm" width="0.5mm"/>
  1190. <rect x="74.75mm" y="0" height="10mm" width="0.5mm"/>
  1191. <rect x="75.75mm" y="0" height="10mm" width="0.5mm"/><!--09-->
  1192. <rect x="76.75mm" y="0" height="10mm" width="0.5mm"/>
  1193. <rect x="77.75mm" y="0" height="10mm" width="0.25mm"/>
  1194. <rect x="78.5mm" y="0" height="10mm" width="0.25mm"/><!--77-->
  1195. <rect x="79.5mm" y="0" height="10mm" width="1mm"/>
  1196. <rect x="80.75mm" y="0" height="10mm" width="0.75mm"/>
  1197. <rect x="81.75mm" y="0" height="10mm" width="0.25mm"/><!--STOP-->
  1198. <rect x="82.25mm" y="0" height="10mm" width="0.5mm"/>
  1199. <rect x="83.5mm" y="0" height="10mm" width="0.75mm"/>
  1200. <rect x="84.5mm" y="0" height="10mm" width="0.25mm"/>
  1201. </g>
  1202. </svg>
  1203. </fo:instream-foreign-object>
  1204. </fo:block>
  1205. </fo:table-cell>
  1206. <fo:table-cell display-align="after">
  1207. <fo:block text-align="end" font-size="8pt" font-weight="bold" font-variant="small-caps">
  1208. <fo:block>PANKKI</fo:block>
  1209. <fo:block>BANKKEN</fo:block>
  1210. </fo:block>
  1211. </fo:table-cell>
  1212. </fo:table-row>
  1213. </fo:table-body>
  1214. </fo:table>
  1215. <fo:block-container height="15mm" width="7mm" top="3mm" left="8in - 5mm" position="absolute">
  1216. <fo:block>
  1217. <fo:instream-foreign-object>
  1218. <svg xmlns="http://www.w3.org/2000/svg" width="7mm" height="15mm" viewBox="0 0 19.781 41.952">
  1219. <g style="fill: #000000;">
  1220. <path d="M9.925,33.731h-1.4v-6h-0.02l-1.34,6h-1.47l-1.31-6h-0.02v6h-1.4v-7.18h2.19l1.3,5.66h0.02l1.28-5.66h2.17v7.18z"/>
  1221. <path d="M12.975,33.731h-1.5v-7.18h1.5v2.92l2.74-2.92h1.94l-2.93,2.94l3.1,4.24h-1.93l-2.22-3.15l-0.7,0.72v2.43z"/>
  1222. <path d="M7.785,36.082h0.2c1.35,0,1.71-0.7,1.74-1.23h1.15v7.1h-1.4v-4.89h-1.69v-0.98z"/>
  1223. <path d="M9.042,24.944L0,24.938V2.198l4.542-2.188l4.511,2.267L9.042,24.944z"/>
  1224. <path d="M19.77,24.935l-9.042-0.006V2.188L15.27,0l4.511,2.267L19.77,24.935z"/>
  1225. <path style="fill: #FFFFFF;" d="M18.149,13.747c0,4.775-3.681,8.646-8.22,8.646c-4.54,0-8.221-3.871-8.221-8.646c0-4.774,3.681-8.646,8.221-8.646c4.54,0,8.22,3.871,8.22,8.646z"/>
  1226. </g>
  1227. <g style="fill:none; stroke: #000000; stroke-miterlimit: 4;">
  1228. <path d="M13.047,10.062c0,1.957-1.396,3.543-3.118,3.543s-3.118-1.586-3.118-3.543s1.396-3.543,3.118-3.543s3.118,1.586,3.118,3.543z"/>
  1229. <path d="M13.047,17.715c0,1.957-1.396,3.543-3.119,3.543c-1.722,0-3.118-1.586-3.118-3.543c0-1.957,1.396-3.543,3.118-3.543c1.723,0,3.119,1.586,3.119,3.543z"/>
  1230. <path d="M16.449,11.905c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
  1231. <path d="M16.449,15.873c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
  1232. <path d="M9.646,11.905c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
  1233. <path d="M9.646,15.873c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
  1234. </g>
  1235. </svg>
  1236. </fo:instream-foreign-object>
  1237. </fo:block>
  1238. </fo:block-container>
  1239. </fo:static-content>
  1240. <fo:flow flow-name="xsl-region-body">
  1241. <fo:block>SVG logo and bar code</fo:block>
  1242. </fo:flow>
  1243. </fo:page-sequence>
  1244. </fo:root>