<?xml version="1.0" encoding="UTF-8"?>
            <kml xmlns="http://earth.google.com/kml/2.2">
                <Document>
                  <name>Almenland-Fischpfad</name>
                  <description><![CDATA[Almenland-Fischpfad]]></description>
                  <Style id="style1">
                    <LineStyle>
                      <color>FF0000FF</color>
                      <width>3</width>
                    </LineStyle>
                  </Style>
                  <Placemark>
                    <name>Almenland-Fischpfad</name>
                    <description><![CDATA[Almenland-Fischpfad]]></description>
                    <styleUrl>#style1</styleUrl>
                    <LineString>
                      <tessellate>1</tessellate>
                      <coordinates>15.56441,47.30857,0
15.56423,47.30846,0
15.56473,47.30802,0
15.56502,47.30817,0
15.56499,47.30831,0
15.56451,47.30861,0
</coordinates>
                    </LineString>
                    </Placemark>
                </Document>
            </kml>