
/*----- Elementy Layoutu -------*/
#columnRight {
	width:300px;
	padding: 120px 100px 0px 0px;
	float:right;
}
#columLeft {
	width: auto;
	height:auto;
	margin-right:400px;
	padding: 120px 100px 0px 100px;
}

