#meteo {
 /* background: url(imgMeteo/tlo.png);
 */ float: left;
  position: relative;
  color: black;
  /*background: #e0ddd2;*/
  font-style: normal;
  font-size: 11px;
  margin: 0 auto;
  width: 260px;
  height: 213px;
  text-align: justify;
  padding: 0 0px 0px 0px;
  margin-top: 2px;
  margin-bottom: 50px;
  margin-left: 25px;
/* przezroczystosc dla IE */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='imgMeteo/{$meteo.obrazek}', sizingMethod='scale'); 
	
}

#dane
{
  margin-top: 5px;
}

#obrazek
{
  margin-top: 35px;
  float: left;
  width: 120px;
  height: 110px;
}

#data .wartosc
{
  padding: 5px 0px 0px 0px;
}

#temperatura .wartosc
{
  font-size: 30px;
  padding: 15px 0px 5px 0px;
}

#data .opis, #temperatura .opis
{
  width: 0px;
  height: 0px;
 /* visibility:hidden; */
  float: left;
}


#kwiatr .opis, #pwiatr .opis, #cisnienie .opis, #wilgotnosc .opis, #temperatura_od .opis
{
  float: left;
  position: relative;
  list-style-type:none;
  width: 75px;
}

#snieg
{
  padding: 15px 10px 0px 30px;
}

#warunki, #gotwarcia
{
  padding: 0px 0px 10px 30px;
}

#snieg .opis, #warunki .opis
{
  width: 130px;
}

/* przezroczystosc png w IE */

.png {
  behavior: url("pngbehavior.htc");
}

