@charset "utf-8";
/* CSS Document */

a{
	color:#383d3b;
	text-decoration:none;
}
a:hover{
	color:#383d3b;
	text-decoration:underline;
}

/*forms
*************************************************/
input{
	width:201px;
	border:0px none;
}
input#szukaj{
	width:232px;
	height:37px;
	border:0px none;
}
input#checkbox, input.checkbox {
	width:auto;
}
select{
	width:201px;
	border:0px none;
	margin:0px;
	padding:2px;
}
textarea{
	font-family:tahoma;
	font-size:12px;
	border:0px none;
}

/*img
************************************************/
img a{
	margin:0px;
	padding:0px;
}
img{
	border:#383d3b solid 1px;
	margin:0px;
	padding:0px;
}
.zLewej{
	float:left;
	margin-right:20px;
	padding-bottom:30px;
}
.zPrawej{
	float:right;
	margin-left:20px;
	padding-bottom:30px;
}
img#noBorder{
	border: 0px none;
}

/*table
***********************************************/
td{
	padding:0px;
	padding-bottom:3px;
	margin:0px;
	vertical-align:top;
}

/*nagłówki
***********************************************/
h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#ff0000;
	font-size:17px;
}
h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#999999;
	font-size:11px;
	line-height:14px;
}
