/* typo */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
body.strona-Ogrodzenia, body.strona-bieten{
	background-image: url("img/bg2.jpg");
}
a{
	cursor: pointer;
}
img{
	border:0px;
}
hr{}
p{}

a, a:visited,a:active,a:link{
	color: #e3000f;
	text-decoration:none;
}
a:hover{
	color: black;
}

/* style stałe */
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.tleft{
	text-align: left;
}
.tright{
	text-align: right;
}
.tcenter{
	text-align: center;
}
.tjustify{
	text-align: justify;
}
.block{
	display: block;
}
.relative{
	position: relative;
}
.nodisplay{
	display: none;
}
.error{
	color: red;
}
.vtop, table.vtop tr td{
	vertical-align: top;
}