/* SELEKTORY   */
html, body {
	//background-color: #fff;
	background-image: url(tlo_strony3.jpg);
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:-25px;
	background-color: #6699FF;
	//opacity: 0.80; 
}

#NAGLOWEK {
	//background-color: #99FFFF;
	//background: linear-gradient(black, white);
	background-color: #00CCFF;
	background-image: url(tlo4.png);
	background-repeat: no-repeat;
	height: 300px;
}
#NA {
	//background-color: #FFFFFF;
	background-color: #333333;
	padding-top: 10px;
	height: 55px;
	line-height: 25px;
	//background-image: url(tlo_strony2.jpg);
	
}

#MENU {
	width: 204px;
	float: left;
	overflow: hidden;
	background-color: #ccc;
	
}

#TRESC {
	width: 770px;
	float: left;
	overflow: hidden;
	background-color: #EFE2AB;
	//background-color: #FFCC66;
	padding: 0px 15px 0px 15px;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #555555;
	padding: 15px 0px 0px 0px;
}
#column1 {
		float:left;
		width: 150px;
	}

#kalkulator {
		float:left;
		width: 280px;
	}
#baza {
		float:left;
		width: 480px;
		margin-right: 30px;
	}


p , table {
	font-size: 16px;
	font-family: Arial;
	line-height: 24px;
}

ol {
	font-size: 16px;
	font-family: Arial;
	line-height: 24px;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	background-color: #9ce;
	//border: 3px double #28e;
}

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

a:link , a:visited 
 { 
	color: red;
	text-decoration: none;
	font-weight: bold;
  
 }
a:hover 
{ 
	color: red;
	//color: #323373;
	font-weight: bold;
	text-decoration: underline;
}


div.tabela {
	padding-left:50px;
}


ul li {
	border-bottom: 1px solid #9ce;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 10px solid #25b;
	font-size: 16px;
	font-family: Arial;
}

ul a:hover {
	width: 166px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
	font-size: 16px;
	font-family: Arial;
}

.tytul1 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
}
.tytul2 {
	font-size: 25px;
	font-family: Arial;
	color: #B0194B;
	font-weight: bold;
	line-height: 33px;
}
.tytul_nag {
	font-size: 25px;
	font-family: Arial;
	color: black;
	text-align: right;
	padding-right: 10px;
	padding-top: 130px;
	line-height: 33px;
}
.bold {
	font-weight: bold;
}

.input{
	font-size: 24pt; 
	font-weight: bold; 
	width: 60px; 
	height: 60px; 
	border-style: inset; 
	border-color: #A00000
}

.kalk_tlo{
	background: #849E55;

.ex tr:first-of-type {background:#99CCFF !important;}
.ex tr:nth-child(odd) {background:#CCCCCC;} /*trzeba zmienić kolejnosć*/
.ex tr:nth-child(even) {background:white;}









