#strona #content #cLeft {
	width: 195px;
	float: left;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: transparent;
	margin-left: 2px;
}

#strona #content #cRight {
	width: 195px;
	float: right;
	padding-bottom: 20px;
	padding-right: 5px;
	background-color: transparent;
	margin-right: 2px;
}

#strona #content #cCenter {
	width: 510px;
	float: left;
	padding-bottom: 20px;
	margin-left: 5px;
	background-color: transparent;
}

#strona #content #cCenter li {
	list-style: disc none;
}






/* box kolumny - ramki */
#bCol {
	clear: both;
	background-color: white;
	margin-bottom: 5px;
}


/* naglowek kolumny - ramki */
#bCol #hCol {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	padding: 3px 3px 5px 5px;
	font-family: Arial;
	line-height: 13px;
	background: url(bg_box_head.jpg) no-repeat #d9bead;

}

#cLeft #bCol #cCol ,#cRight #bCol #cCol, #cCol #box #boxcontent {
	padding-left: 0px;
	border: 1px solid #e4cec1;
}

#cLeft #bCol #cCol ul, #cRight #bCol #cCol ul  {
	padding: 0px 5px;
	margin: 0px;
	
}


#cLeft #bCol #cCol li, #cRight #bCol #cCol li {
	font-weight: bold;	
	list-style: none;
}

#cLeft #bCol #cCol li a, #cRight #bCol #cCol li a {
	text-decoration: none;
	color: #950000;
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 4px 5px 4px 5px;

}

#cLeft #bCol #cCol li a:hover, #cLeft #bCol #cCol li a:focus,
#cRight #bCol #cCol li a:hover, #cRight #bCol #cCol li a:focus {
	text-decoration: none;
	background-color: #f0f0f0;
	color: #0023a7;
}