/* 
 background-color: #BED8D0;    - Dastyho tmavě zelená

 */


#leftbar {
	position: absolute;
	width: 200px;
	height: auto;
	/* top: 127px; */
	top: 90px;
	right: auto;
	left: 0px;
}

/* Varianta neco_x je pro _bez pravého pruhu_ */
#rightbar {
	position: absolute;
	width: 160px;
	height: auto;
	top: 91px;
	right: 0px;
	left: auto;
}
#rightbar_x {
	position: absolute;
	width: 0px;
	height: 10px;
	top: 91px;
	right: 0px;
	left: auto;
	display: none;
	overflow: hidden;
}
#contentbar {
	position: absolute;
	width: auto;
	height: auto;
	top: 91px;
	right: 160px;
	left: 203px;
	padding: 5px;
}
#contentbar_x {
	position: absolute;
	width: auto;
	height: auto;
	top: 91px;
	right: 0px;
	left: 203px;
	padding: 5px;
	background-color: #BED8D0;
}

