.navigation{
    font-weight: bold;
    color: white;
    text-align: left;
}



BODY { 
	  margin: 0;
	  color: #000000;
 	  background: #9fffBA; 
	}


A:LINK {color: #000000; }

A:VISITED {color: #000000; }

A:HOVER {color: #ffffff}

/* styl dla paska z linkami - komorka normalna */
TD.pasek{
  width: 17%;
  text-align: center;
   background: #00AE2D; 
  font-weight: bold;
}

TD.paseksmall{
  width: 5%;
}

/* styl paska z linkami -dla strony index */
TD.pasek2{
  width: 14%;
  text-align: center;
  background: #00AE2D;
  font-weight: bold;
}

/* styl linku dla paska z linkami */
A:LINK.pasek{ color:#ffffff;}
A:VISITED.pasek {color: #ffffff;}
A:HOVER.pasek {color: #ffffff;}


/* styl dla paska z linkami - komorka aktywna */
TD.aktywnyPasek {
  width: 17%;
  text-align: center;
  background: #23853C;
  font-weight: bold;
}

/* styl dla paska z linkami - komorka aktywna - strona index */
TD.aktywnyPasek2 {
  width: 14%;
  text-align: center;
  background: #23853C;
  font-weight: bold;
}

/* styl niefortunnie nazwany - to jest taki pod¶wietlony akapicik - podtytuł */
.miesiac {
  background: #23853C;
  text-align: left;
  min-width: 2%;
  color: white;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  clear: both;

}

TD.textbg{
  background:#5CCA78;
}

.photos {
  text-align: center;
}

.thumb{
  height:120px;
  border:0;
}

.linkprevious {
  text-align:left;
  font-size:large;
  font-weight:bold;
}

.linknext {
  text-align:right;
  font-size:large;
  font-weight:bold;
}

.signature{
  text-align:right;
  font-size:smaller;
}

.innerTableBg{
  background:#5CFF78;
}

.indent{
  padding-left: 60px;
}


