.banner_poziomy{
	width: 500px;
	height: 50px;
	border: 3px black solid;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.banner_pionowy{
	float: left;
	margin-left: 50px;
	width: 100px;
	height: 250px;
	border: 3px black solid;
	text-align: center;
}

.banner_popup{
	float: right;
	width: 300px;
	height: 250px;
	border: 3px black solid;
	text-align: center;
	margin-right: 40px;
}

th{
	background-image: url('../grafika/tablehead.gif'); background-color: silver;
	height: 26px; line-height: 16px;
}

.tabelainfo{
	border-collapse: collapse;
	border: 1px silver solid;
	width: 594px;
	text-align: center;
}

.tabelainfo td{
	border: 1px silver solid;
	padding: 5px;
}
