/* 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;
	}


div.tabela {
	padding-left:50px;
}



.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: silver;
}

.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;}