/*body {
	font-size: 0.9em;
	font-family: bitstream vera sans, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}*/
#pagestyle {
	/*horizontal-align: center;*/
}
#bodystyle {
	position: relative;
	width: 760px;
	min-height: 500px;
}
.lewy-head {
	background-color: #DDAAAA;
	width: 146px;
	padding: 2px;
	text-align: right;
}
.lewy-head2 {
	background-color: #FFAAAA;
	width: 146px;
	padding: 2px;
	text-align: right;
}
.prawy-head {
	position: relative;
	background-color: #AAAADD;
	width: 146px;
	padding: 2px;
	text-align: left;
}
.prawy-head2 {
	position: relative;
	background-color: #AAAAFF;
	width: 146px;
	padding: 2px;
	text-align: left;
}
#lewy {
	position: absolute;
	left: 0px;
	text-align: right;
}
#prawy {
	position: absolute;
	right: 1px;
	text-align: left;
}
#lewy, #prawy {
	/*position: absolute;*/
	/*background-color: #DDDDFF;*/
	z-index: 2;
	width: 150px;
	top: 0px;
	margin-top: 0px;
}
#srodek {
	/*background-color: #AADDAA;*/
	position: relative;  /* relative to utilize z-index */
	width: auto;
	/*height: auto;*/
	min-width: 120px;
	min-height: 300px;
	top: 0px;
	z-index: 1; /* content can overlap when the browser is narrow */
	margin: 10px;
	margin-left: 150px;
	margin-right: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
}
