Bug 19073 - multi-page table cellborders are too often added when the page breaks
Summary: multi-page table cellborders are too often added when the page breaks
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.5
Hardware: PC All
: P3 major
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 15:14 UTC by thomas.hinterberger
Modified: 2012-04-01 07:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thomas.hinterberger 2003-04-16 15:14:45 UTC
I have a xsl-fo file which contains a large table. The table represents an 
invoice and only some cells have borders. I convert this document to a pdf-file 
and the output is not correct. If the pagebreak occurs the cellborders are 
wrong at the bottom of this page or at the top of the following page. They are 
printed on both pages.
Below the xsl-fo file is attached. If you generate a pdf-file from this, you 
can see the bugs e.g. at top of page 3 or bottom of page 6 or the bottom of 
page 7.

<?xml version="1.0" encoding="iso-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master 
master-name="result" 
page-height="29.7cm" 
page-width="21cm" 
margin-top="2cm" 
margin-bottom="2cm" 
margin-left="1.5cm" 
margin-right="1.5cm">
<fo:region-body margin-top="1cm"/>
<fo:region-before extent="1.5cm"/>
<fo:region-after extent="1.5cm"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="result">
<fo:static-content flow-name="xsl-region-before">
<fo:block text-align="right" font-size="8pt">Seite <fo:page-number/></fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">

<fo:block white-space-collapse="false" font-size="8pt" text-align="left" space-
after="5mm"> </fo:block>

<fo:table border-collapse="separate" table-layout="fixed">
<fo:table-column column-width="80mm"/>
<fo:table-column column-width="80mm"/>
<fo:table-body>
 
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left">Interner Empfänger</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left">Abt.Vertrieb 
Deutschland</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left">Herrn Dr. Michael 
Salesmann</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left"> </fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left">Raiffeisenring 45</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left">66769 St. BlubBlub</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left"> </fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left"> </fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="left"> </fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">$1</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" number-columns-spanned="2" border-
style="none"><fo:block white-space-collapse="false" text-align="left">Ihre 
Leistungsabrechnung für März 2003</fo:block></fo:table-cell>
</fo:table-row>

<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" number-columns-spanned="2" border-
style="none"><fo:block white-space-collapse="false" text-
align="left">jkfgkdfjgkdjgjsd</fo:block></fo:table-cell>
</fo:table-row>

</fo:table-body>
</fo:table>

<fo:block white-space-collapse="false" font-size="8pt" text-align="left" space-
after="5mm"> </fo:block>


<fo:table border-collapse="separate" table-layout="fixed">
<fo:table-column column-width="4.0mm"/>
<fo:table-column column-width="4.0mm"/>
<fo:table-column column-width="80.0mm"/>
<fo:table-column column-width="24.0mm"/>
<fo:table-column column-width="24.0mm"/>
<fo:table-column column-width="24.0mm"/>
<fo:table-body>  
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false" text-align="left">
Organisationsstruktur im Überblick
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="dotted" number-columns-spanned="3"><fo:block 
white-space-collapse="false" text-align="center">

</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="dotted"><fo:block white-space-
collapse="false" text-align="center">
Absatzmenge
</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="dotted"><fo:block white-space-
collapse="false" text-align="center">
Stückpreis
</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="dotted"><fo:block white-space-
collapse="false" text-align="center">
Umsatz [Euro]
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
BR Betriebsrat
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-AT/EN DuK AWT/Entwicklung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-B/K DuK Bloco/Klebstoffe
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-FT DuK Fertigung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-VT DuK Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
GF Geschäftsleitung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-EN L Entw/Tech.Market.
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LF-FM L Fertigmacherei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
15
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
81.824,86&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LF-LS L Langsieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-VT L Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V1 L Fernost
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V2 L Mittel-Osteuropa
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V4 L Südeuropa
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-ZP / ZE L Zuricht. Prod./Ent
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-LO P Logistik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
26
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4.695,14&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-PO P Prozeßoptimierung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-ST P Anwendungstechnik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
32
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5.778,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-T P Technik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-AV P Fertigungsplanung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
9
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.780,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-FP P Fertigung Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-TE P Technologie
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-V P Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-MA P Marketing
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
15
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.864,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-VE P Vertrieb Export
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
28
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5.056,31&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-VI P Vertrieb Inland
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
32
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5.778,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QD Q Dicht-/Klebetechni
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QP Q Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
12
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.166,99&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QT Q Technische Teile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T Technische Teile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-FB T Formenbau
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-FT T Fertigung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-PT T Projekte/Technik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
14
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.528,15&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-SR T Serienreifmachung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-VT T Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
Z Zentralbereich
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-BA Z Betriebswirtschaft
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
12
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.166,99&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-DV Z EDV/Organisation
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
26
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4.695,14&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-FR Z Finanz. u. Rewe.
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
17
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.603,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZM-EK Z Einkauf
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
15
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.864,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZM-VS Z Versand
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
16
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.889,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
Z-P Z Personal-/Sozialw
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZP-LE Z LE/Ausbildung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
9
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
41.093,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-AB Z Allgem. Bereich
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-EL Z Elektrik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-SL Z Schlosserei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-SP Z Spenglerei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-TE Z Betriebstechnik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
-
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="double" number-columns-spanned="3"><fo:block 
white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="double"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="double"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="dotted" border-bottom-
width="0.1mm" border-bottom-style="double"><fo:block white-space-
collapse="false" text-align="right">
199.845,98&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false" text-align="left">Die 
Leistungen im Einzelnen</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-top-width="0.1mm" border-top-style="solid" border-bottom-
width="0.1mm" border-bottom-style="solid" number-columns-spanned="3"><fo:block 
white-space-collapse="false" text-align="center">

</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="solid" border-bottom-
width="0.1mm" border-bottom-style="solid"><fo:block white-space-
collapse="false" text-align="center">
Absatzmenge
</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="solid" border-bottom-
width="0.1mm" border-bottom-style="solid"><fo:block white-space-
collapse="false" text-align="center">
Stückpreis
</fo:block></fo:table-cell>
<fo:table-cell border-top-width="0.1mm" border-top-style="solid" border-bottom-
width="0.1mm" border-bottom-style="solid"><fo:block white-space-
collapse="false" text-align="center">
Umsatz [Euro]
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
BR Betriebsrat
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-AT/EN DuK AWT/Entwicklung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
125,81&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-B/K DuK Bloco/Klebstoffe
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-FT DuK Fertigung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
D-VT DuK Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.344,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
100,65&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
GF Geschäftsleitung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.344,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
100,65&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-EN L Entw/Tech.Market.
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
125,81&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LF-FM L Fertigmacherei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.352,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
176,13&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
6268
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
79.296,7
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
79.296,7&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
81.824,86&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LF-LS L Langsieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-VT L Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V1 L Fernost
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V2 L Mittel-Osteuropa
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
LV-V4 L Südeuropa
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
L-ZP / ZE L Zuricht. Prod./Ent
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
125,81&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-LO P Logistik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
13
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4.368,04&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
13
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
327,1&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
4.695,14&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-PO P Prozeßoptimierung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-ST P Anwendungstechnik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
16
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5.376,05&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
402,59&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
5.778,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-T P Technik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-AV P Fertigungsplanung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
100,65&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.780,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-FP P Fertigung Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PT-TE P Technologie
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
P-V P Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-MA P Marketing
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.688,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
176,13&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.864,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-VE P Vertrieb Export
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
14
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4.704,04&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
14
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
352,27&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
5.056,31&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
PV-VI P Vertrieb Inland
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
16
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5.376,05&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
402,59&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
5.778,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QD Q Dicht-/Klebetechni
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QP Q Profile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.016,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
150,97&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.166,99&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
QT Q Technische Teile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T Technische Teile
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-FB T Formenbau
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
125,81&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-FT T Fertigung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.680,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
5
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
125,81&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.805,82&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-PT T Projekte/Technik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.352,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
176,13&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.528,15&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-SR T Serienreifmachung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
T-VT T Vertrieb
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.344,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
100,65&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.444,66&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
Z Zentralbereich
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-BA Z Betriebswirtschaft
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.016,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
6
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
150,97&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.166,99&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-DV Z EDV/Organisation
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
13
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4.368,04&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
13
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
327,1&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
4.695,14&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZK-FR Z Finanz. u. Rewe.
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.352,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
10
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
251,62&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.603,64&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZM-EK Z Einkauf
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.688,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
7
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
176,13&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.864,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZM-VS Z Versand
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2.688,02&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
8
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
201,3&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
2.889,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
Z-P Z Personal-/Sozialw
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZP-LE Z LE/Ausbildung
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
HP LJ 5P
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
39.648,35
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
39.648,35&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.344,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
4
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
100,65&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
41.093,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-AB Z Allgem. Bereich
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-EL Z Elektrik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
672,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
2
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
50,32&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
722,33&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-SL Z Schlosserei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-SP Z Spenglerei
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
1
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
361,16&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">
ZT-TE Z Betriebstechnik
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" number-
columns-spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Excel 2000
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
336
</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">
1.008,01&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="1"><fo:block white-space-collapse="false" text-align="left">
 
</fo:block></fo:table-cell>
<fo:table-cell border-left-width="0.1mm" border-left-style="dashed" border-
bottom-width="0.1mm" border-bottom-style="dashed" number-columns-
spanned="2"><fo:block white-space-collapse="false" text-align="left">
MS Word 2000
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
3
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
25,16
</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="dashed"><fo:block white-space-collapse="false" text-align="right">
75,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="3"><fo:block white-space-collapse="false" text-align="left">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-width="0.1mm" border-style="none"><fo:block white-space-
collapse="false" text-align="right">

</fo:block></fo:table-cell>
<fo:table-cell border-bottom-width="0.1mm" border-bottom-
style="double"><fo:block white-space-collapse="false" text-align="right">
1.083,49&#x20AC;
</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row font-size="8pt">
<fo:table-cell border-width="0.1mm" border-style="none" number-columns-
spanned="6"><fo:block white-space-collapse="false"> </fo:block></fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:flow>
</fo:page-sequence>
</fo:root>
Comment 1 Pascal Sancho 2007-10-23 08:14:48 UTC
Bug fixed in latest Trunk (rev 584703), and probably in FOP 0.94
Comment 2 Glenn Adams 2012-04-01 07:09:14 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed