Merge branch 'master' of ssh://git.eclipse.org:29418/openk-usermodules/org.eclipse.openk-usermodules.gridFailureInformation.documentation

# Conflicts:
#	src/main/asciidoc/img/SIT_mapAppUsage.png
#	src/main/asciidoc/img/internet-liste.png
#	src/main/asciidoc/img/ort-adresse.png
#	src/main/asciidoc/img/ort-karte.png
#	src/main/asciidoc/img/verteilergruppe-anlegen-2.png
#	src/main/asciidoc/userDocumentation/userDocumentation.adoc
diff --git a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
index 57df6a8..773124b 100644
--- a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
+++ b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
@@ -986,7 +986,7 @@
 |9|stationnumber|String(255)
 |=========================================================
 
-====== Addresses for district heationg connections
+====== Addresses for district heating connections
 [options="header"]
 |=========================================================
 |Number of column|Content|Format
@@ -1088,6 +1088,42 @@
 * *rabbitmq.exportQueue*: Queuename for the export queue (will be created by the backend)
 * *rabbitmq.exportKey*: Exchange name for the export queue
 
+[#configuration-section-settings]
+_Global settings_
+
+* *overviewMapInitialZoom*: Initial zoom-factor for the display of the overview map (default is 10)
+* *detailMapInitialZoom*: Inital zoom-factor for the display of map in the detail view (for example 10)
+* *overviewMapInitialLatitude*: Initial latitude for the overview map (for example 49.656634)
+* *overviewMapInitialLongitude*: Initial longitude for the overview map (for example 8.423207)
+* *daysInPastToShowClosedInfos*: Days in the past, before a closed failure information will not be shown any more (for example 365)
+* *dataExternInitialVisibility*: *show* or *hide* data in the external map or table unless a postcode has been entered
+
+[#configuration-section-mailtemplates]
+_Mail settings (Default templates)_
+
+
+* *emailSubjectPublishInit*: Template for the subject of the publishing e-mail
+* *emailContentPublishInit*: Template for the body of the publishing e-mail
+* *emailSubjectUpdateInit*: Template for the subject of the update e-mail
+* *emailContentUpdateInit*: Template for the body of the update e-mail
+* *emailSubjectCompleteInit*: Template for the subject of the completed e-mail
+* *emailContentCompleteInit*: Template for the body of the completed e-mail
+
+[#configuration-section-visibility-of-fields]
+_Field visibility settings_
+
+Please configure the visibilty of fields in this section using "show" or "hide"
+
+* *visibilityConfiguration.fieldVisibility*: Here you can set the visibility of fields in the detail mask of the Failure
+Information
+* *visibilityConfiguration.tableInternColumnVisibility*: Here you can set the visibility of column in the
+internal table
+* *visibilityConfiguration.tableExternColumnVisibility*: Use "show" or "hide" to toggle the visibility of columns
+in the external table
+* *visibilityConfiguration.mapExternTooltipVisibility*: Here you can define which column shall be shown or hidden
+in the tooltips of the external map
+
+
 _Credentials(Username and Password)_
 
 All credentials in this yml-files are hidden. Environment variables are used to set
diff --git a/src/main/asciidoc/howto/howtoBuild.adoc b/src/main/asciidoc/howto/howtoBuild.adoc
index 98893a2..193ce1b 100644
--- a/src/main/asciidoc/howto/howtoBuild.adoc
+++ b/src/main/asciidoc/howto/howtoBuild.adoc
@@ -122,10 +122,9 @@
 [source,command]
 ----
     $ npm install
-    $ npm run build-map-app-full
-    $ npm run build-table-app
+    $ npm run build-comp-full
 ----
 {blank}
-=> A folder named '_dist_' should be created in the project root folder.
+=> A folder named '_dist/grid-failure-information-web-comp_' should be created in the project root folder.
 
 TIP: Next Step -> Read the *howtoRun* file!
diff --git a/src/main/asciidoc/howto/howtoRun.adoc b/src/main/asciidoc/howto/howtoRun.adoc
index 590c311..1ac35d0 100644
--- a/src/main/asciidoc/howto/howtoRun.adoc
+++ b/src/main/asciidoc/howto/howtoRun.adoc
@@ -44,29 +44,28 @@
 == How to run the Backend
 To run the backend you to create a separate directory for each backend microservice
 you want to use, get the **.jar* file from the *target* directory of the java-project (which should exists after
-a successful maven-build) and copy it to the new directory (i.e. "gfsBackService"). Y
+a successful maven-build) and copy it to the new directory (i.e. "gfsBackService").
 
-=== Set up and start Apache Tomcat
-Tomcat needs the Web Application Archive (war) file, which is produced by building the maven project, to run the application.
+Depending on which services you want to use, you have to install different microservices:
 
-* Copy the *betriebstagebuch.war* file from the project file `/target` in the `<tomcat>/webapps` file. If there is a folder named *betriebstagebuch*, delete it before.
-* Navigate to `C:\apache-tomcat-8.0.30\bin` and start Tomcat by clicking on *startup.bat*.
-* Tomcat's default port is *8080*.
+* *addressImport* (Importer for address and station data)
+* *gfsBackend* (Main backendservice - always needed)
+* *mailExport* (Export messages via e-mail)
+* *SAMOInterface* (Import interface for the SAMO System)
+* *StoerungsauskunftInterface* (Import and export interface for the site "Stoerungsauskunft.de")
 
-[source,text]
+Once you created a directory and copied the **.jar* file you need to configure each service. Please
+read the architecture documentation to get information about the possible configurations of the services.
+
+* Open a command line and navigate to the root folder of the service you want to start
+* Run the command
+
+[source,command]
 ----
-If 8080 port is already in use, you have to change tomcat's port as follows:
-- Go to <tomcat>/conf folder
-- Open server.xml file and search for "Connector port"
-- Replace "8080" by your port number (for example 8181)
-- Restart tomcat server (in the same folder which startup.bat is located, you can also find a shutdown.bat file).
+   $  java -jar <servicename>.jar
 ----
 {blank}
 
-IMPORTANT: If you change the part number you have also adapt the port in the
-frontend project: File "<PRJ_elogbookFE>/proxy.conf.json"
-
-TIP: Look at the *http://87.128.212.254:8880/elogbookFE_ADoc/elogbook_interfaceDocumentation.html[elogbook_interfaceDocumentation]* for informations about the services.
 
 == How to run the Frontend
 To run the frontend project you need to have installed and updated Node.js and npm Angular-CLI.
@@ -115,24 +114,24 @@
 
 == How to run SIT-Web-FE (map- and table-component)
 === Prerequirements
-* Both Parts of SIT-Web-FE are built properly. Otherwise following the instructions in the *howtoBuild* file!
+* SIT-Web-FE is built properly. Otherwise following the instructions in the *howtoBuild* file!
 * SIT-Web-Cache-Service runs properly. 
 * Your secured DMZ (demilitarized zone) can host the SIT-Web-FE.
-* SIT-Web-FE needs *nodejs* which have to be installed as descrbed in the *howtoBuild* file.
-* The SIT-Web-FE should be able to consume the SIT-Web-Cache-Service and both parts should be in the same DMZ.
+* The SIT-Web-FE have to communicate with the SIT-Web-Cache-Service and both parts should be in the same DMZ.
 * If you do not have a web server in your environment (e.g. in a development environment) you can use *http-server*. To install this free and lightweight http server run the following command in a command line:
 + 
 [source, command]
 ----
     $ npm install -g http-server
 ----
+* If you want to run SIT-Web-FE with *http-server* you need *nodejs* which have to be installed as descrbed in the *howtoBuild* file.
 
 IMPORTANT: The description below use *http-server* as an http server. +
 In many cases you will have your own web server - like *tomcat*, *apache*, *IIS* etc. - 
 and you have to configure proxy settings and the http communication between all SIT components within this web server.
 
-=== Run the map component
-* Copy all files from the build output to the provided folder in the DMZ.
+=== Run the map and/or table component (e.g. with http-server)
+* Copy all files from the build output ('_dist/grid-failure-information-web-comp_') to the provided folder in the DMZ.
 * Open a command line and navigate to this folder. 
 * Start the service with the following commands:
 +
@@ -154,60 +153,41 @@
 ----
 {blank}
 +
-=> A map with all grid failure appears in your browser.
-
-=== Run the table component
-* Copy all files from the build output to the provided folder in the DMZ.
-* Open a command line and navigate to this folder. 
-* Start the service with the following commands:
-+
-[source,command]
-----
-    $ http-server dist/grid-failure-information-table-app/ -P http://localhost:3003 -p 3002
-----
-{blank}
-+
-CAUTION: Take care about this parameters: +
-*-P*: The proxy for requesting the SIT-Web-Cache-Service. +
-*-p*: TCP-Port of SIT-Web-FE
-
-* Open a browser and open the address to your SIT-Web-FE with the correct TCP-Port:
-+
-[source,http]
-----
-    http://{SIT-Web-FE Adress}:3002
-----
-{blank}
-+
-=> A table with all grid failure appears in your browser.
+=> A map and a table with all grid failure appears in your browser.
 
 == How to use SIT-Web-FE
 
 To show all grid failure on a map or in a table inside your own web application you can run SIT-Web-FE beside your application.
 
 === Prerequirements
-* To have an secure access to the failure information you have to had installed the cache service as well.
+* To have an access to the failure information you have to had installed the cache service as well.
 
-=== Integrate the map component
+=== Integrate the map/table component
 
-* Copy all *.js* and *.css* files from the build output (_/dist/openk-grid-failure-information-map-init_) to your own web application folder. (Green boxes in the image below.)
-* Reference all this files in your web application like the examples in the yellow boxes in the image below.
-* Use the map app like an html element with the following tag: +
-*<openk-grid-failure-information-map-init></openk-grid-failure-information-map-init>* +
-(red box in the image)
+* Copy all files and the _assets_ folder from the build output (_/dist/grid-failure-information-web-comp_) to your own web application folder. ([lime]#*green boxes*# in the image below.)
+* Reference the *.js* and *.css* files in your web application ([yellow]#*yellow boxes*# in the image below).
+* Use the map/table like an html component with the following tags: +
+*<openk-grid-failure-information-map-comp></openk-grid-failure-information-map-comp>* +
+*<openk-grid-failure-information-table></openk-grid-failure-information-table>* +
+([red]#*red box*# in the image)
 
 .Neccessary files for map integration
 [options="header"]
 image::SIT_mapAppUsage.png[]
 
-CAUTION: All builded files have an randomized alphanumerical postfix as you see in the image. This postfixes differs from build to build and have to be updated if a update occured.
+=== Filter the shown grid failure information with postcode
 
-=== Integrate the table component
+To Filter the shown information (table and/or map) you can set the postcode to the map/table component.
 
-The process to use the table component is similar to the description for the map component above. +
-Note the following adjustments:
+The following example describes the usage in an example.
 
-* You find the files to copy in the following folder: _/dist/openk-grid-failure-information-table-init_
-* Use this html tag: + 
-*<openk-grid-failure-information-table></openk-grid-failure-information-table>*
+.Neccessary files for map integration
+[options="header"]
+image::SIT_mapAppUsagexFilter.png[]
+
+The example has an text input box. Each change of this textbox will fire an event and within this event a javascript function is called with the entered value. 
+Within this function we reference the map/table components and set the value to the *postcode* attributes. 
+The filtering will be done immediatly.
+
+TIP: This attribute can also be bound to a data model in a javascript framework manner (e.g. angular).
 
diff --git a/src/main/asciidoc/img/00 Archiv/BackendTier.png b/src/main/asciidoc/img/00 Archiv/BackendTier.png
new file mode 100644
index 0000000..3b626ec
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/BackendTier.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/DatabaseTier.png b/src/main/asciidoc/img/00 Archiv/DatabaseTier.png
new file mode 100644
index 0000000..6225be2
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/DatabaseTier.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/DistributionOfComponents1.png b/src/main/asciidoc/img/00 Archiv/DistributionOfComponents1.png
new file mode 100644
index 0000000..44bd6c8
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/DistributionOfComponents1.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/FrontendTier.png b/src/main/asciidoc/img/00 Archiv/FrontendTier.png
new file mode 100644
index 0000000..d820cc5
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/FrontendTier.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/SolutionArchitecture.png b/src/main/asciidoc/img/00 Archiv/SolutionArchitecture.png
new file mode 100644
index 0000000..bc731ac
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/SolutionArchitecture.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/SystemContext.png b/src/main/asciidoc/img/00 Archiv/SystemContext.png
new file mode 100644
index 0000000..cd194ce
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/SystemContext.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/abbrechen.png b/src/main/asciidoc/img/00 Archiv/abbrechen.png
new file mode 100644
index 0000000..cf98a3a
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/abbrechen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/architectureSIT.png b/src/main/asciidoc/img/00 Archiv/architectureSIT.png
new file mode 100644
index 0000000..1d71567
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/architectureSIT.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/auge-symbol.png b/src/main/asciidoc/img/00 Archiv/auge-symbol.png
new file mode 100644
index 0000000..6bb5e6f
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/auge-symbol.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/beantragen.png b/src/main/asciidoc/img/00 Archiv/beantragen.png
new file mode 100644
index 0000000..88044aa
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/beantragen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/button_tabelle_kalender.jpg b/src/main/asciidoc/img/00 Archiv/button_tabelle_kalender.jpg
new file mode 100644
index 0000000..92a33ce
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/button_tabelle_kalender.jpg
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/caution.png b/src/main/asciidoc/img/00 Archiv/caution.png
new file mode 100644
index 0000000..9a8c515
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/caution.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/dateien_hochladen.png b/src/main/asciidoc/img/00 Archiv/dateien_hochladen.png
new file mode 100644
index 0000000..c07d4be
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/dateien_hochladen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/einzelmassnahme-loeschen.png b/src/main/asciidoc/img/00 Archiv/einzelmassnahme-loeschen.png
new file mode 100644
index 0000000..f74a18c
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/einzelmassnahme-loeschen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/email-verteiler.png b/src/main/asciidoc/img/00 Archiv/email-verteiler.png
new file mode 100644
index 0000000..52966ce
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/email-verteiler.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_datum_grau.png b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_grau.png
new file mode 100644
index 0000000..069c12f
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_grau.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_datum_orange.png b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_orange.png
new file mode 100644
index 0000000..f59a47b
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_orange.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_datum_rot.jpg b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_rot.jpg
new file mode 100644
index 0000000..d5b4a64
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_datum_rot.jpg
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_grau.png b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_grau.png
new file mode 100644
index 0000000..d4ea274
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_grau.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_orange.png b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_orange.png
new file mode 100644
index 0000000..918723f
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_orange.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_rot.jpg b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_rot.jpg
new file mode 100644
index 0000000..1ce63ec
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/erinnerung_glocke_rot.jpg
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/filter_speichern.png b/src/main/asciidoc/img/00 Archiv/filter_speichern.png
new file mode 100644
index 0000000..5a7d08a
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/filter_speichern.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm-erstellen.png b/src/main/asciidoc/img/00 Archiv/gnm-erstellen.png
new file mode 100644
index 0000000..88a9eb9
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm-erstellen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_detail.png b/src/main/asciidoc/img/00 Archiv/gnm_detail.png
new file mode 100644
index 0000000..b154645
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_detail.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_einzelmassnahme.png b/src/main/asciidoc/img/00 Archiv/gnm_einzelmassnahme.png
new file mode 100644
index 0000000..9a59e79
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_einzelmassnahme.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_gesamt.png b/src/main/asciidoc/img/00 Archiv/gnm_gesamt.png
new file mode 100644
index 0000000..9e618c5
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_gesamt.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_header.png b/src/main/asciidoc/img/00 Archiv/gnm_header.png
new file mode 100644
index 0000000..51a256a
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_header.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_kalenderuebersicht.png b/src/main/asciidoc/img/00 Archiv/gnm_kalenderuebersicht.png
new file mode 100644
index 0000000..0ade69d
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_kalenderuebersicht.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz.png b/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz.png
new file mode 100644
index 0000000..1fdf2ed
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz_tabelle.png b/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz_tabelle.png
new file mode 100644
index 0000000..8ea36e3
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_schrittsequenz_tabelle.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/gnm_uebersichtstabelle.png b/src/main/asciidoc/img/00 Archiv/gnm_uebersichtstabelle.png
new file mode 100644
index 0000000..abd0f3a
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/gnm_uebersichtstabelle.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/important.png b/src/main/asciidoc/img/00 Archiv/important.png
new file mode 100644
index 0000000..be685cc
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/important.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/kalender_tag.png b/src/main/asciidoc/img/00 Archiv/kalender_tag.png
new file mode 100644
index 0000000..59ea073
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/kalender_tag.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/kalender_woche.png b/src/main/asciidoc/img/00 Archiv/kalender_woche.png
new file mode 100644
index 0000000..bec72f4
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/kalender_woche.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/meldung_erfolgreich.png b/src/main/asciidoc/img/00 Archiv/meldung_erfolgreich.png
new file mode 100644
index 0000000..06fac8f
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/meldung_erfolgreich.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/meldung_fehler.png b/src/main/asciidoc/img/00 Archiv/meldung_fehler.png
new file mode 100644
index 0000000..6413db7
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/meldung_fehler.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/meldung_hinweis.png b/src/main/asciidoc/img/00 Archiv/meldung_hinweis.png
new file mode 100644
index 0000000..e64fc27
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/meldung_hinweis.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/netzmassnahme_duplizieren.png b/src/main/asciidoc/img/00 Archiv/netzmassnahme_duplizieren.png
new file mode 100644
index 0000000..dbef084
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/netzmassnahme_duplizieren.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/note.png b/src/main/asciidoc/img/00 Archiv/note.png
new file mode 100644
index 0000000..7c1f3e2
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/note.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/rueckschaltung-planen.png b/src/main/asciidoc/img/00 Archiv/rueckschaltung-planen.png
new file mode 100644
index 0000000..11a2080
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/rueckschaltung-planen.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/speichern.png b/src/main/asciidoc/img/00 Archiv/speichern.png
new file mode 100644
index 0000000..d24aeb4
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/speichern.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/sperrung_aufheben.png b/src/main/asciidoc/img/00 Archiv/sperrung_aufheben.png
new file mode 100644
index 0000000..a6b960f
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/sperrung_aufheben.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_a_beendet.png b/src/main/asciidoc/img/00 Archiv/status_farbe_a_beendet.png
new file mode 100644
index 0000000..b86a3c9
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_a_beendet.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_angefordert.png b/src/main/asciidoc/img/00 Archiv/status_farbe_angefordert.png
new file mode 100644
index 0000000..ca89557
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_angefordert.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_beantragt.png b/src/main/asciidoc/img/00 Archiv/status_farbe_beantragt.png
new file mode 100644
index 0000000..10e1129
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_beantragt.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_freigegeben.png b/src/main/asciidoc/img/00 Archiv/status_farbe_freigegeben.png
new file mode 100644
index 0000000..dd7ae29
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_freigegeben.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_genehmigt.png b/src/main/asciidoc/img/00 Archiv/status_farbe_genehmigt.png
new file mode 100644
index 0000000..3d0a1ba
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_genehmigt.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_in_arbeit.png b/src/main/asciidoc/img/00 Archiv/status_farbe_in_arbeit.png
new file mode 100644
index 0000000..7ca59bd
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_in_arbeit.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_m_beendet.png b/src/main/asciidoc/img/00 Archiv/status_farbe_m_beendet.png
new file mode 100644
index 0000000..afcb205
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_m_beendet.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_neu.png b/src/main/asciidoc/img/00 Archiv/status_farbe_neu.png
new file mode 100644
index 0000000..972fc33
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_neu.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_schalten-aktiv.png b/src/main/asciidoc/img/00 Archiv/status_farbe_schalten-aktiv.png
new file mode 100644
index 0000000..9f65e09
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_schalten-aktiv.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/status_farbe_zur_genehmigung.png b/src/main/asciidoc/img/00 Archiv/status_farbe_zur_genehmigung.png
new file mode 100644
index 0000000..fc10974
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/status_farbe_zur_genehmigung.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/statuswechsel-uebersicht.png b/src/main/asciidoc/img/00 Archiv/statuswechsel-uebersicht.png
new file mode 100644
index 0000000..daf23e2
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/statuswechsel-uebersicht.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/stift-symbol.png b/src/main/asciidoc/img/00 Archiv/stift-symbol.png
new file mode 100644
index 0000000..c892d04
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/stift-symbol.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/stornieren-deaktiviert.png b/src/main/asciidoc/img/00 Archiv/stornieren-deaktiviert.png
new file mode 100644
index 0000000..353e592
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/stornieren-deaktiviert.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/stornieren.png b/src/main/asciidoc/img/00 Archiv/stornieren.png
new file mode 100644
index 0000000..66caec6
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/stornieren.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/stornieren_kommentar.png b/src/main/asciidoc/img/00 Archiv/stornieren_kommentar.png
new file mode 100644
index 0000000..58c7e17
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/stornieren_kommentar.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/tabellen-filter.png b/src/main/asciidoc/img/00 Archiv/tabellen-filter.png
new file mode 100644
index 0000000..d1aa03e
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/tabellen-filter.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/tip.png b/src/main/asciidoc/img/00 Archiv/tip.png
new file mode 100644
index 0000000..f087c73
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/tip.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/vordefinierte_filter.png b/src/main/asciidoc/img/00 Archiv/vordefinierte_filter.png
new file mode 100644
index 0000000..1f2ac0b
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/vordefinierte_filter.png
Binary files differ
diff --git a/src/main/asciidoc/img/00 Archiv/warning.png b/src/main/asciidoc/img/00 Archiv/warning.png
new file mode 100644
index 0000000..d41edb9
--- /dev/null
+++ b/src/main/asciidoc/img/00 Archiv/warning.png
Binary files differ
diff --git a/src/main/asciidoc/img/SIT_mapAppUsage.png b/src/main/asciidoc/img/SIT_mapAppUsage.png
new file mode 100644
index 0000000..f1f8bf4
--- /dev/null
+++ b/src/main/asciidoc/img/SIT_mapAppUsage.png
Binary files differ
diff --git a/src/main/asciidoc/img/SIT_mapAppUsagexFilter.png b/src/main/asciidoc/img/SIT_mapAppUsagexFilter.png
new file mode 100644
index 0000000..d63932c
--- /dev/null
+++ b/src/main/asciidoc/img/SIT_mapAppUsagexFilter.png
Binary files differ
diff --git a/src/main/asciidoc/img/veroeffentlichung-zuordnung.png b/src/main/asciidoc/img/veroeffentlichung-zuordnung.png
new file mode 100644
index 0000000..bb75c8d
--- /dev/null
+++ b/src/main/asciidoc/img/veroeffentlichung-zuordnung.png
Binary files differ