<?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  8 18:06:56 2009</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>Deutsche Alpen Tour 1</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              10.315156,47.724252,0.000000
              10.239919,47.696235,0.000000
              10.201230,47.705029,0.000000
              10.097691,47.764407,0.000000
              10.057941,47.758065,0.000000
              9.964438,47.722873,0.000000
              9.900856,47.721300,0.000000
              9.897862,47.689721,0.000000
              9.858238,47.680289,0.000000
              9.875325,47.655658,0.000000
              9.886818,47.664156,0.000000
              9.883455,47.632161,0.000000
              9.885163,47.602256,0.000000
              9.811059,47.596489,0.000000
              9.781193,47.587792,0.000000
              9.814881,47.573518,0.000000
              9.786337,47.547021,0.000000
              9.751533,47.530793,0.000000
              9.742333,47.503431,0.000000
              9.777344,47.491461,0.000000
              9.827292,47.508406,0.000000
              9.852851,47.491036,0.000000
              9.933978,47.485694,0.000000
              10.021860,47.548618,0.000000
              9.988657,47.543677,0.000000
              9.937027,47.585366,0.000000
              9.973243,47.623360,0.000000
              10.034073,47.618693,0.000000
              10.079992,47.628021,0.000000
              10.162856,47.591152,0.000000
              10.200205,47.572832,0.000000
              10.232005,47.567966,0.000000
              10.281323,47.588417,0.000000
              10.333457,47.640342,0.000000
              10.349681,47.661206,0.000000
              10.315156,47.724252,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
