body {
  background-color: white;
  margin: 0;
  padding: 0;
  color: black;
  font-family: 'Myriad Web', Geneva, Arial, Helvetica, sans-serif;
}

/* GLOWNE SEKCJE */
#calosc {
  margin: 0;
  padding: 0;
}

.baner {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* SRODEK */
#zawartosc_wrapper {
  width: 100%;
  float: left;
}


/* TRESC */
#tresc_blok {
  margin: 0 0 0 150px;
}

.tresc {
  padding: 20px;
}

/* LEWA KOLUMNA - MENU */
#lewa_blok {
  width: 150px;
  float: left;
  margin-left: -100%;
}

.lewa {
  border-right: 2px dotted black ;
  text-align: center;
  padding: 2px;
  font-size : 12px;
}

.lewa_pozycja {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size : 12px;
  border: 1px solid white;
}

.lewa_pozycja:hover {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid black ;
  background-color: #C8EFFF ;
}

/* KONIEC ZAWARTOSCI */
#stopka {
  border-top: 2px dotted black ;
  background-color: #A6E4FF;
  width: 100%;
  clear: both;
}
#stopka div {
  text-align: center;
  font-size: 11px;
  padding: 3px;
}

/* POZOSTALE */
/* BELKI NAGLOWKOW */
.tytul_150 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  background: url("graf/tlo_150.gif") no-repeat;
  width: 150px;
  height: 22px;
}

/* SRODKOWA BELKA TYTULOWA */
/* Wersja elegancka na DIV-ach, pozycjonowanie absolutne (i nawet dziala na MSIE 6.0) */
.tytul_glowny {
}
.tytul_srodek {
  padding: 0 20px 0 20px;
}
.tytul_srodek div {
  background: url("graf/tlo_srodek.gif") repeat-x;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  height: 22px;
}
.tytul_prawy {
  position: absolute;
  background: url("graf/tlo_prawy.gif") no-repeat;
  width: 20px;
  height: 22px;
  right: 0px;
}
.tytul_lewy {
  position: absolute;
  background: url("graf/tlo_lewy.gif") no-repeat;
  width: 20px;
  height: 22px;
  margin-left: 0px;
}

/* Wersja elegancka na DIV-ach, pozycjonowanie relatywne (jebie sie na MSIE 6.0) */
/*
.tytul_glowny {
}
.tytul_srodek {
  width: 100%;
  float: left;
}
.tytul_srodek div {
  background: url("graf/tlo_srodek.gif") repeat-x;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  margin: 0 20px;
  height: 22px;
}
.tytul_prawy {
  background: url("graf/tlo_prawy.gif") no-repeat;
  float: right;
  width: 20px;
  margin-left: -20px;
  height: 22px;
}
.tytul_lewy {
  background: url("graf/tlo_lewy.gif") no-repeat;
  float: left;
  width: 20px;
  margin-left: -100%;
  height: 22px;
}
*/

/* SRODKOWA BELKA TYTULOWA */
/* Wersja dupna na tabelce, dziala wszedzie w tym na MSIE */
/*
.tytul_glowny {
  padding: 0px;
  margin: 0px;
}
.tytul_srodek {
  background: url("graf/tlo_srodek.gif") repeat-x;
  width: 100%;
  height: 22px;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}
.tytul_prawy {
  width: 20px;
  height: 22px;
}
.tytul_lewy {
  width: 20px;
  height: 22px;
}
*/

.wiekszy {
  font-size: 14px;
  font-weight: bold;
}

table.tabelka {
  border: 0px;
  padding: 0px;
  width: 100%;
}
td.tabelka {
  padding: 3px;
  border: 1px solid black;
}
td.tabelka_tytul {
  border: 1px solid black;
  padding: 3px;
  text-align: center;
  background-color: #DADADA;
}
td.tabelka_tytul_l {
  border: 1px solid black;
  padding: 3px;
  text-align: center;
  background-color: #DADADA;
  width: 150px;
}

table.tabelka_zdjec {
  border: 0;
  padding: 0;
}

td.tabelka_zdjec {
  padding: 5px;
  text-align: center;
}

td.tabelka_zdjec_tytul {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
  background-color: #DADADA;
}



a:link, a:active, a:visited  {
	text-decoration: underline ;
	color: blue;
}
a:hover {
	text-decoration: none ;
	color: blue;
}
