/*ustawienia koloru i grafiki: t�a, czcionek, obramowa�*/
body {
	background-color: #e8e8c4; /*kolor poni�ej image*/
	background-image: url(styl_0/tlo.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
div.strona {
	border: medium ridge green;
}
div.naglowek {
	background-image: url(styl_0/logo.jpg);
	background-repeat: no-repeat;
}
div.menuleft, div.menuright{
	background-color: #ccff99;
	border: thin solid green;
}
div.srodek {
	background-color: #ccff99;
	border: thin solid green;
}
div.stopka {
	background-color: #ccff66;
}
a:link, a:visited {
	color: #ffff99;
}
a:hover {
	color: #000000;
	background-color: #ccff66;
}
div.srodek a.wybor {
	background-color: #99cc66;
	color: #000000;
	border: medium double green;
}
div.srodek a:hover.wybor {
	background-color: lime;
}
.tytul_tabeli {
background: #7a797f; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #7a797f 11%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(11%,#7a797f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#7a797f 11%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#7a797f 11%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#7a797f 11%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#7a797f 11%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #ffff99;
}
li.poz_tabeli {
background: #fc412f; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f0f0 0%, #fc412f 15%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(15%,#fc412f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fc412f 15%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f0f0 0%,#fc412f 15%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f0f0 0%,#fc412f 15%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f0f0 0%,#fc412f 15%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
li.poz_tabeli a {
	background-image: url(styl_0/strzalka.png);
	background-repeat: no-repeat;
	border: thin solid red;
}
li.poz_tabeli a:hover {
	display: block;
}
.uwaga {
	color: red;
}
.disabled {
	color: gray;
}
.opcjeE, .opcjeE span { /*opcja Edytuj*/
	color: green;
}
.opcjeU, .opcjeU span { /*opcja Usu�*/
	color: red;
}
.L_P, .L_P span {
	/*link "na drug� stron�"*/
	color: green;
}
.U_D, .U_D span {
	/*link "g�ra/d�"*/
	color: green;
}
