
/***** 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: 465px;
	height: 555px;	
	margin-top: 50px;	
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 70px;	
	padding-bottom: 100px;
	padding-left: 80px;
	padding-right: 80px;
}

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

table.three tr {
	height: 170px;
}

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

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

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

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

/**************** 2 Columns  ******************/
table.two {
	width: 315px;
	height: 160px;	
	text-align: center;
	border: none;
	border-spacing: 0px;
	table-layout: fixed;
	margin-left: 75px;
	margin-top: 10px;
	/*** FONT ***/
	color: #0d1a38;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 30px;
}

table.two tr {
	height: 160px;
}

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

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

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