
/* --------------------- */

* {
	font-family: Tahoma;
}
body {
	background: #000000 url('../img/tlo.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Tahoma;
	color: white;
	font-size: 12px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: red;
}

/* --------------- */

div#main {
	background: url('../img/tlo2.jpg') no-repeat;
	float: left;
}
div#of_top {
	width: 100%;
}
	div#top {
		width: 990px;
		height: 150px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	div#top img {
		margin: 50px 0 0 50px;
	}

div#of_tresc {
	width: 100%;
}
	div#tresc {
		width: 990px;
		margin: 0 auto;
		text-align: left;
		font-size: 12px;
	}
		div.kontener {
			margin: 0 0 0 50px;
		}
		div.inbox {
			margin: 40px 50px 0 0;
		}
		div.box {
			height: 145px;
			width: 400px;
		}
		div.box div.dol {
			height: 17px;
			width: 380px;
			text-align: right;
		}
		div.box div.lewy {
			background: url('../img/box_l.png') no-repeat;
			height: 148px;
			width: 5px;
			float: left;
		}
		div.box div.prawy {
			background: url('../img/box_p.png') no-repeat;
			height: 148px;
			width: 5px;
			float: right;
		}
		div.box div.srodek {
			background: url('../img/box_tlo.png') repeat-x;
			height: 148px;
			width: 390px;
			margin: 0 0 0 5px;
		}
		div.box div.srodek div.photo {
			float: left;
			height: 128px;
			width: 118px;
			text-align: center;
		}
		div.box div.srodek div.photo img {
			border: solid white 1px;
			margin: 14px 0 0 0;
		}
		div.box div.srodek div.nazwa {
			height: 60px;
		}
		div.box div.srodek div.nazwa img {
			margin: 15px 0 0 10px;
		}
		div.box div.srodek div.tresc {
			margin: 0 0 0 126px;
			font-size: 11px;
		}

#plusone{float:right;margin:-1px 0 0 20px;}

div#of_stopka {
	width: 100%;
}
	div#stopka {
		margin: 15px 50px 50px 50px;
		padding: 0;
		text-align: left;
		height: 30px;
		/*background: url('../img/tlo_stopka.png') repeat-x;*/
		background-position: top;
		color: #666666;
		font-size: 10px;
		padding: 7px 0 0 0;
	}
		div#stopka span {
			color: yellow;
		}
		div#stopka div.lewe {
			margin: 20px 0 0 0;
			float: left;
		}
		div#stopka div.prawe {
			margin: 20px 0 0 0;
			float: right;
		}

