/*----------------------------------------------------------------------------*/
/*---------- Lista dla lat ---------------------------------------------------*/

ul.s_year {
  top: 10px;
  left: 20px;
  width: 80px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

li.s_year {
  left: 0px;
  width: 80px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  }

h1.s_year {
  width: 80px;
  height: 40px;
  background: url(img/year_h.png) no-repeat;
  margin: 0px;
  font-family: verdana, arial;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 11px;
  margin-bottom: -11px;
}

a.s_year {
  left: 0px;
  width: 80px;
  height: 25px;
  background: url(img/year_l.png) 0px 0px no-repeat;
  padding-top: 4px;
  margin: 0px;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
}

a.s_year:hover  {
  color: #00ff00;
  background: url(img/year_l.png) -80px 0px no-repeat;
}

.s_year_a_active  {
  left: 0px;
  width: 80px;
  height: 25px;
  background: url(img/year_l.png) -80px 0px no-repeat;
  padding-top: 4px;
  margin: 0px;
  font-size: 13px;
  text-decoration: none;
  color: #00ff00;
  font-weight: bold;
  position: absolute;
}
/*----------------------------------------------------------------------------*/


/*---------------    List miesiec --------------------------------------------*/

ul.s_month {
  top: 10px;
  left: 157px;
  width: 150px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

h1.s_month {
  left: 0px;
  width: 150px;
  height: 40px;
  background: url(img/month_h.png) no-repeat;
  margin: 0px;
  font-family: verdana, arial;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 11px;
  margin-bottom: -11px;
}

li.s_month {
  left: 0px;
  width: 100%;
  height: 25px;
  list-style-type: none;
  display: inline;
}

a.s_month {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: url(img/month_l.png) -50px 0px no-repeat;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  float: left;
}

a.s_month:hover {
  color: #00ff00;
  background: url(img/month_l.png) -100px 0px no-repeat;
}

.s_month_a_active {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: url(img/month_l.png) -100px 0px no-repeat;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  color: #00ff00;
  float: left;
}

.s_month_n {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: url(img/month_l.png) 0px 0px no-repeat;
  font-size: 10px;
  text-decoration: none;
  color: #a9a9a9;
  float: left;
}

/*----------------------------------------------------------------------------*/

/*----------------------- Lista dzien ----------------------------------------*/

ul.s_day {
  top: 160px;
  left: 20px;
  width: 287px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  position: absolute;
}

li.s_day {
  left: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}

a.s_day {
  width: 41px;
  height: 41px;
  line-height: 160%;
  background: url(img/day_l.png) -123px 0px no-repeat;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  margin-bottom: -4px;
  margin-left: 0px;
  margin-right: 0px;
  color: #ffffff;
  float: left;
}

a.s_day:hover {
  color: #00ff00;
  background: url(img/day_l.png) -82px 0px no-repeat;
}

a.s_day_act {
  width: 41px;
  height: 41px;
  line-height: 160%;
  background: url(img/day_l.png) -82px 0px no-repeat;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: -4px;
  margin-left: 0px;
  margin-right: 0px;
  color: #00ff00;
  float: left;
}

a.s_day_nex {
  width: 41px;
  height: 41px;
  line-height: 160%;
  background: url(img/day_l.png) -41px 0px no-repeat;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  margin-bottom: -4px;
  margin-left: 0px;
  margin-right: 0px;
  color: #a9a9a9;
  float: left;
}

a.s_day_amo {
  width: 41px;
  height: 41px;
  line-height: 160%;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: -4px;
  margin-left: 0px;
  margin-right: 0px;
  color: #ffffff;
  float: left;
}

h1.s_day {
  width: 287px;
  height: 35px;
  background: url(img/day_h.png) no-repeat;
  margin: 0px;
  font-family: verdana, arial;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  margin-bottom: -9px;
  margin-top: 0px;
  float: left;
}

h2.s_day {
  width: 41px;
  height: 35px;
  background: url(img/day_d.png) no-repeat;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: -8px;
  margin-top: 0px;
  color: #ffffff;
  float: left;
}

/*----------------------------------------------------------------------------*/

/*------------------------------- Zegarek ------------------------------------*/

img.s_clock {
  top: 50px;
  left: 327px;
  width: 340px;
  height: 340px;
  border: 0px;
  position: absolute;
}

img.yes {
  border: 0px;
}

h1.s_clock_header {
  top: 10px;
  left: 327px;
  width: 340px;
  height: 40px;  
  margin: 0px;
  background: url(img/clock_header.png) no-repeat;
  font-family: verdana, arial;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 11px;
  margin-bottom: -11px;
  position: absolute;
}


/*----------------------------------------------------------------------------*/


#input {
    top: 25px;
    left: 330px;
    width: 150px;
    height: 50px;
    position: absolute;
}




