* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  text-align: center;
  background: #fff;
  font-family: "Arial";
  font-size: 12px;
  line-height: 1.5;
  color: #424242;
}
.pacyfa {
  clear: both;
}
.srodek {
  vertical-align: middle;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
td {
  padding: 5px;
}
a {
  text-decoration: none;
  color: #1FA4CD;
}
a:hover {
  text-decoration: underline;
}
hr {
  height: 1px;
  width: 100%;
  background: #424242;
  color: #424242;
}

/* marginesy, wielkosci, miejsca */
.relatywnie {
  position: relative;
  height: 100%;
}
.z_lewej {
  float: left;
  vertical-align: top;
  display: inline;
  overflow: hidden;
}
.z_prawej {
  float: right;
  vertical-align: top;
  display: inline;
  overflow: hidden;
}
.margines_lewa {
  margin-left: 10px;
}
.margines_lewa_duzy {
  margin-left: 20px;
}
.margines_lewa_150 {
  margin-left: 150px;
}
.margines_prawa {
  margin-right: 10px;
}
.margines_prawa_duzy {
  margin-right: 20px;
}
.margines_gora {
  margin-top: 10px;
}
.margines_gora_duzy {
  margin-top: 20px;
}
.margines_dol {
  margin-bottom: 10px;
}
.margines_dol_duzy {
  margin-bottom: 20px;
}
.margines_wszystkie {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.margines_duzy {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.margines_pion {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margines_pion_duzy {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margines_poziom {
  margin-left: 10px;
  margin-right: 10px;
}
.margines_poziom_duzy {
  margin-left: 20px;
  margin-right: 20px;
}
.margines_wew_gora {
  padding-top: 10px;
}
.margines_wew_dol {
  padding-bottom: 10px;
}
.margines_wew_pion {
  padding-top: 10px;
  padding-bottom: 10px;
}
.margines_wew_poziom {
  padding-left: 10px;
  padding-right: 10px;
}
.wyrownaj_prawa {
  text-align: right;
}
.wyrownaj_lewa {
  text-align: left;
}
.wyrownaj_srodek {
  text-align: center;
}
.wyrownaj_rowno {
  text-align: justify;
}
.wielkosc50pr {
  width: 50%;
}
.wysokosc30 {
  height: 30px;
}

/* czcionki */
.verdana {
  font-family: Verdana;
}
.normalna {
  font-weight: normal;
}
.pogrubiona {
  font-weight: bold;
}
.podkreslenie {
  text-decoration: underline;
}
.czarna {
  color: #000;
}
.biala {
  color: #fff;
}

/* strona */
.top {
  width: 1000px;
  height: 180px;
  margin: 0px auto;
  background: url(/images/top.jpg) no-repeat left top;
}
.container {
  width: 990px;
  margin: 20px auto;
  text-align: left;
}
.container ul, .container li, .container ol {
  margin-left: 10px;
}

/* menu */
.menu {
  width: 990px;
  height: 57px;
  margin: 0px auto;
  background: url(/images/tlo_menu.jpg) no-repeat left top;
  position: relative;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}
#menu {
  position: absolute;
  left: 10px;
  top: 20px;
  list-style: none;
  color: #1FA4CD;
  margin-left: 0px;
}
#menu li {
  float: left;
  display: inline;
  margin-left: 0px;
}
#menu a {
  color: #000;
  margin-right: 10px;
  margin-left: 10px;
}
#menu a:hover, #menu a.active {
  color: #fff;
  text-decoration: none;
}
#strony {
  position: absolute;
  right: 40px;
  top: 20px;
  list-style: none;
  margin-left: 0px;
  color: #000;
}
#strony li {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
}
#strony a {
  color: #000;
}
#strony a:hover, #strony a.active {
  color: #1FA4CD;
  text-decoration: none;
}
.menu .menu_strzalka {
  position: absolute;
  right: 15px;
  top: 17px;
}

/* pola */
.box_n, .box_o {
  float: left;
  width: 467px;
  height: 305px;
  overflow: hidden;
  position: relative;
  background: url(/images/box_n_tlo.jpg) repeat-y left top;
}
.box_o {
  background: url(/images/box_o_tlo.jpg) repeat-y left top;
}
.box_n_nagl, .box_o_nagl {
  width: 467px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/images/box_n_nagl.jpg) no-repeat left top;
  padding: 5px 0px 0px 15px;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.box_o_nagl {
  background: url(/images/box_o_nagl.jpg) no-repeat left top;
}
.box_n_bottom, .box_o_bottom {
  width: 467px;
  height: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(/images/box_n_bottom.jpg) no-repeat left bottom;
  padding: 4px 0px 4px 15px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-top: solid 1px #1FA4CD;
}
.box_o_bottom {
  background: url(/images/box_o_bottom.jpg) no-repeat left bottom;
  border-top: solid 1px #B8D32E;
}
.box_tresc {
  width: 467px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 37px;
}
.box_strzalki {
  float: left;
  width: 21px;
  height: 305px;
  margin-left: 15px;
  margin-right: 15px;
}
.box_strzalki img {
  margin-top: 70px;
}

/* kolumny */
.lewa_strona {
  width: 170px;
  float: left;
  overflow: hidden;
}
#submenu {
  list-style: none;
  margin-left: 0px;
}
#submenu li {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: solid 1px #B8D32E;
  margin-left: 0px;
}
#submenu a {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Tahoma;
  font-weight: bold;
  color: #1FA4CD;
}
#submenu a:hover, #submenu a.active {
  color: #010101;
  background: #F1DD00;
  text-decoration: none;
}

.prawa_strona {
  width: 790px;
  float: right;
  overflow: hidden;
  margin-left: 25px;
  text-align: justify;
}
.container h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Tahoma;
  font-size: 14px;
  color: #010101;
}
.container p {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.container a.zdjecia_lista {
  float: left;
  font-weight: bold;
  font-family: Tahoma;
  color: #010101;
  margin-right: 16px;
}

/* footer */
#footer {
  width: 990px;
  height: 50px;
  line-height: 50px;
  border-top: solid 1px #D3236C;
  border-bottom: solid 1px #D3236C;
  font-family: Tahoma;
  font-size: 11px;
  color: #D43230;
  position: relative;
  text-align: left;
  margin: 0px auto;
}
#footer p {
  margin-left: 20px;
}
#footer a {
  color: #D43230;
  position: absolute;
  right: 20px;
  top: 0px;
}
