#informationColumn {
	width: 642px;
	float: left;
}

#widgetColumn {
	width: 207px;
	float: right;
}

#boxesContainer {
	/*height: 340px; tmp disabled */
	background-color: white;
	padding: 15px;
}	



/** trzy kolumny z textem **/
#mainColumnsContainer {
	position: relative;
	margin-top: 5px;
	height: 370px;
}


.mainColumn {
	background: #fff url(/images/frontend/layout/mainpageLayout/columnMiddle.png) repeat-y center;
	width: 209px;
	height: 400px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.mainColumn .textWrapper {
	margin: 80px 10px 5px;
	overflow: auto;
}
 
.mainColumn .textWrapper p {
	font-size: 75%;
}

.mainColumn a  {
	color: #5c5c5c;
}

.mainColumn .columnTopBg {
	position: absolute;
	top: 0;
	left: 0;
}

.mainColumn .columnBottomBg {
	position: absolute;
	bottom: 0;
	left: 0;
}

.mainColumn .columnHeader {
	position: absolute;
	top: 7px;
	left: 0;
}


#solutionsContainer {
	left: 0;
}

#recipientsContainer {
	left: 216px; /* 209 + 7 */
}

#infoContainer {
	left: 432px; /* 209 + 7 + 209 + 7*/
}


#langToolbar p {
	color: #333;
	font-size: 75%;
}

#langToolbar p span {
	position: relative;
	top: -8px;
}
