<?xml version="1.0" encoding="UTF-8"?>
            <kml xmlns="http://earth.google.com/kml/2.2">
                <Document>
                  <name>Europa-Besinnungsweg</name>
                  <description><![CDATA[Europa-Besinnungsweg]]></description>
                  <Style id="style1">
                    <LineStyle>
                      <color>FF0000FF</color>
                      <width>3</width>
                    </LineStyle>
                  </Style>
                  <Placemark>
                    <name>Europa-Besinnungsweg</name>
                    <description><![CDATA[Europa-Besinnungsweg]]></description>
                    <styleUrl>#style1</styleUrl>
                    <LineString>
                      <tessellate>1</tessellate>
                      <coordinates>15.85615,47.31975,0
15.85593,47.31976,0
15.85554,47.3193,0
15.85566,47.31877,0
15.85678,47.31742,0
15.85709,47.31654,0
15.85704,47.31616,0
15.85641,47.31538,0
</coordinates>
                    </LineString>
                    </Placemark>
                </Document>
            </kml>