<?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 Tue Jul 20 22:22:53 2010</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>mai -10 -2010-saar -Hase</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              7.636571,49.478450,0.000000
              7.637210,49.477965,0.000000
              7.635177,49.474768,0.000000
              7.553978,49.492103,0.000000
              7.512708,49.498926,0.000000
              7.478857,49.478310,0.000000
              7.458173,49.449219,0.000000
              7.442282,49.444548,0.000000
              7.392181,49.434390,0.000000
              7.389006,49.411827,0.000000
              7.366343,49.422972,0.000000
              7.357827,49.431372,0.000000
              7.336261,49.431822,0.000000
              7.285647,49.433080,0.000000
              7.330640,49.389635,0.000000
              7.335290,49.390232,0.000000
              7.344840,49.397144,0.000000
              7.357773,49.377241,0.000000
              7.390751,49.348436,0.000000
              7.378664,49.321619,0.000000
              7.409007,49.322557,0.000000
              7.391920,49.300524,0.000000
              7.366271,49.300213,0.000000
              7.340011,49.312022,0.000000
              7.328095,49.313383,0.000000
              7.304911,49.302605,0.000000
              7.270700,49.260618,0.000000
              7.223558,49.220668,0.000000
              7.188457,49.216674,0.000000
              7.188538,49.237547,0.000000
              7.149868,49.242573,0.000000
              7.159212,49.219781,0.000000
              7.146783,49.222119,0.000000
              7.120864,49.231216,0.000000
              7.134102,49.204888,0.000000
              7.082167,49.188304,0.000000
              7.078587,49.167287,0.000000
              7.081492,49.148890,0.000000
              7.100495,49.153784,0.000000
              7.110675,49.144084,0.000000
              7.117870,49.155395,0.000000
              7.133221,49.193482,0.000000
              7.159904,49.215099,0.000000
              7.174968,49.207350,0.000000
              7.192918,49.190285,0.000000
              7.238460,49.174531,0.000000
              7.249701,49.211075,0.000000
              7.258002,49.233284,0.000000
              7.270368,49.236507,0.000000
              7.276708,49.249330,0.000000
              7.309947,49.256257,0.000000
              7.325883,49.237453,0.000000
              7.346423,49.251491,0.000000
              7.354256,49.251984,0.000000
              7.355461,49.254114,0.000000
              7.354877,49.254995,0.000000
              7.359886,49.258523,0.000000
              7.372000,49.272783,0.000000
              7.448568,49.359824,0.000000
              7.497231,49.363748,0.000000
              7.509704,49.376684,0.000000
              7.487950,49.400685,0.000000
              7.531252,49.413547,0.000000
              7.519093,49.428968,0.000000
              7.626373,49.482727,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
