body {
  /*text-align: center;*/
  font-family: Arial;
}
.hidden{
  display: none !important;
}

.main {
  background: url(./images/cyan_21.gif);
  width:600px;
  height:280px;
  overflow: hidden;
  /*border: 1px solid black;*/
}

.tail {
  text-align: center;
  background: url(./images/cyan_46.gif);
  font-size: 11px;
  color: #7d8084;
}

.nadpis {
  color: #008fd5;
  font-weight: bold;
  /*font-size: 11px;*/
}

#gray {
  color: #808080;
}

.text {
  color: #7d8084;
  font-size: 12px;
}

.menu_produkty {
  left: 0px;
  width: 260px;
  height: 325px;
  position: absolute;
  top: 140px;
  z-index: 3;
  text-align: center;
}

.menu_produkty a{
  color: #FFFFFF;
  text-decoration: none;
}

.menu_produkty a:hover{
  color: #000000;
}

.menu_produkty table{
  color: #FFFFFF;
  font-family: verdana;
  font-weight: 900;
  /*font-style: italic;*/
  font-size: 15px;
  text-align: center;
  width: 150px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.menu_produkty th{
  color: #000000;
  text-decoration: underline;
  font-size: 20px;
}