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


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

.content {	
	position:relative;
	width: 605px;
	height: 565px;	
	margin-top: 50px;	
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 100px;	
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;

}

/****************  3 Columns  ******************/
table.three {
	width: 545px;
	height: 220px;	
	text-align: center;
	border: none;
	border-spacing: 5px;
	table-layout: fixed;
	margin-left: 20px;
	margin-top: 40px;
	/*** FONT ***/
	color: #0d1a38;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

table.three tr {
	height: 300px;
}

table.three tr td.up{
	width: 185px;
	padding-top: 0px;
	padding-bottom: 80px;
}

table.three tr td.down{
	width: 185px;
	padding-top: 80px;
	padding-bottom: 0px;
}

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

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