<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
  <name>Wetter - Tag Sa, 26.11.2011</name>
  <Style id="normalPlacemark">
   <IconStyle>
      <Icon>
            <href>http://www.weatheronline.co.uk/daten/symbole/vorhersagen/standard/so____.gif</href>
      </Icon>
    </IconStyle>
  </Style>

  
  <StyleMap id="exampleStyleMap">
   <Pair>
     <key>normal</key>
       <styleUrl>#normalPlacemark</styleUrl>
   </Pair>
   <Pair>
     <key>highlight</key>
       <styleUrl>#normalPlacemark</styleUrl>
   </Pair>
  </StyleMap>
  <Placemark>
  <name>Tirarna</name>
    <styleUrl>#exampleStyleMap</styleUrl>
    <altitudeMode>absolute</altitudeMode>
      <Point>
        <coordinates>19.7833,41.3333,0</coordinates>
      </Point>
  </Placemark>
</Document>
</kml>
