body,td,th,a,p,div,input,select,option{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Menu górne */
#top{
	background-image: url(images/01.jpg);
	background-repeat: repeat-x;
}
#gora{
	width:100%;	
}
#gora td{
	text-align:center;
}
#logo{
	width:100px;
	height:100px;
	border:1px solid white;
/*padding:5px;*/
}
.tlo{/*komórek*/
	background-color:#eee;
}
.tlo_c{/*ciemniejsze komórek*/
	background-color:#bbb;
	color:black;
	text-align: center;
	font-weight: bold;
}
/* Menu boczne */
#menu td{
	height:23px;
	font-weight: bold;
}
#menu .normal .left{
	width:23px;
	height:23px
}
#menu .mysz .left{
	width:23px;
	height:23px
}
#menu .normal .right{
	width:180px;
}
#menu .mysz .right{
	width:180px;
}
#szukacz{
	padding:0;
}
img{
	border:0;
}
.szcz{
	border-width: 2px;
	border-style: solid;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	margin-top: 3px;
	max-width: 90px;
	cursor: pointer;
}
.szcz a{
	text-decoration:none;
	font-weight: bold;
}
.naglowek{
	font-weight: bold;
	font-size: 150%;
}
#menu_l .naglowek{
	font-weight: bold;
	font-size: 150%;
	cursor: pointer;
}
.pasek{
	width:2px;
}
/*Pola kalkulatora*/
.pole_kalk, .pole_kalk_suma, .pole_kalk_cena{
	width: 70px;
	text-align: right;
}
.pole_kalk_cena, .pole_kalk_sel{
	border-width: 2px;
	border-style: inset;
}
.pole_kalk, .pole_kalk_suma{
	border:0;
}
.pole_kalk_suma{
	font-weight:bold;
}
/**/
.opis{
	width:130px;
	background-color: #eee;
}
/*pozostałe*/
form{
	margin: 0;
	padding: 0;
}
fieldset{
	border: 1px solid #777;
	padding: 5px;
}
legend{
	font-weight:bold;
	font-size: 125%;
}
p{
	margin: 0px;
}
