<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Document>
    <name>GPS device</name>
    <Snippet>Created Wed Apr 20 21:24:59 2011</Snippet>
<!-- Normal route style -->
    <Style id="route_n">
      <IconStyle>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
    </Style>
<!-- Highlighted route style -->
    <Style id="route_h">
      <IconStyle>
        <scale>1.2</scale>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <StyleMap id="route">
      <Pair>
        <key>normal</key>
        <styleUrl>#route_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#route_h</styleUrl>
      </Pair>
    </StyleMap>
<!-- Normal waypoint style -->
    <Style id="waypoint_n">
      <IconStyle>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
<!-- Highlighted waypoint style -->
    <Style id="waypoint_h">
      <IconStyle>
        <scale>1.2</scale>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <StyleMap id="waypoint">
      <Pair>
        <key>normal</key>
        <styleUrl>#waypoint_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#waypoint_h</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="lineStyle">
      <LineStyle>
        <color>ff0000ff</color>
        <width>6</width>
      </LineStyle>
    </Style>
    <Folder>
      <name>Waypoints</name>
    </Folder>
    <Folder>
      <name>Routes</name>
      <Folder>
        <name>Reiseweg</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              8.963139,47.841052,0.000000
              8.856560,47.844420,0.000000
              8.728412,47.883528,0.000000
              8.560450,47.844310,0.000000
              8.245950,47.796660,0.000000
              8.282770,47.720930,0.000000
              8.253370,47.629920,0.000000
              8.135860,47.589550,0.000000
              8.112570,47.665420,0.000000
              8.149640,47.742820,0.000000
              8.181230,47.787960,0.000000
              8.192100,47.867130,0.000000
              8.305310,47.840070,0.000000
              8.349320,47.800090,0.000000
              8.464180,47.777820,0.000000
              8.525570,47.803650,0.000000
              8.571770,47.814720,0.000000
              8.649940,47.819030,0.000000
              8.710170,47.796350,0.000000
              8.766730,47.738950,0.000000
              8.751150,47.715950,0.000000
              8.806140,47.708300,0.000000
              8.853360,47.662970,0.000000
              8.921830,47.659720,0.000000
              8.991720,47.699250,0.000000
              8.937380,47.721920,0.000000
              8.957310,47.743240,0.000000
              8.984480,47.763260,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
