
/***** Prawy - Zawartość strony *****/
#right {
	position:absolute;
	width:685px;
	height:745px;
	top: 15px;
	left: 300px;
	float:left;
	color: #000;
	background-image: url("tloReferencje.png");
	border:1px solid #FFFFFF;
}


/********************************         CONTENT         *****************************************/

.content {	
	position:relative;
	width: 545px;
	height: 605px;	
	margin-top: 50px;	
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


/****************  4 Columns  ******************/
table.four {
	width: 545px;
	height: 160px;	
	text-align: center;
	border: none;
	border-spacing: 5px;
	table-layout: fixed;
	margin-top: 40px;
}

table.four tr {
	height: 160px;
}

table.four tr td {
	width: 25%;
}

table.four tr td img {
	border: 1px #c2d1e4;
	border-style: solid;
}

table.four tr td img:hover {
	opacity: 0.5;
}

/****************  3 Columns  ******************/
table.three {
	width: 545px;
	height: 345px;	
	text-align: center;
	border: none;
	border-spacing: 5px;
	table-layout: fixed;
}

table.three tr {
	height: 40px;
}

table.three tr td{
	width: 33%px;
}

table.three tr td img {
	border: none;
}

table.three tr td img:hover {
	opacity: 0.5;
}

