
/***** 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: 605px;
	height: 545px;	
	margin-top: 50px;	
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 50px;	
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;

}

/****************  3 Columns  ******************/
table.three {
	width: 540px;
	height: 140px;	
	text-align: center;
	border: none;
	border-spacing: 0px;
	table-layout: fixed;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 35px;
	/*** FONT ***/
	color: #0d1a38;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
}

table.three tr {
	height: 140px;
}

table.three tr td{
	width: 180px;
}


/****************  2 Columns  ******************/
table.two {
	width: 450px;
	height: 140px;	
	text-align: center;
	border: none;
	border-spacing: 0px;
	table-layout: fixed;
	margin-left: 75px;
	margin-right: 80px;
	margin-top: 35px;
	margin-bottom: 35px;
	/*** FONT ***/
	color: #0d1a38;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
}

table.two tr {
	height: 140px;
}

table.two tr td{
	width: 180px;
}

/****************  IMG  ******************/
table.three tr td img, table.two tr td img {
	border: none;
}

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