#strona #content #cLeft {
	width: 195px;
	float: left;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: transparent;
}

#strona #content #cRight {
	width: 195px;
	float: right;
	padding-bottom: 20px;
	padding-right: 15px;
	background-color: transparent;
}

#strona #content #cCenter {
	width: 510px;
	float: left;
	padding-bottom: 20px;
	margin-left: 5px;
	background-color: #eeefef;
}

#strona #content #cCenter li {
	list-style: disc none;
}






/* box kolumny - ramki */
#bCol {
	clear: both;
	background-color: #eeefef;
	margin-bottom: 5px;
	border-bottom: 1px solid #000099;
}


/* naglowek kolumny - ramki */
#bCol #hCol {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 3px 3px 5px 5px;
	font-family: Arial;
}

#cLeft #bCol #cCol ,#cRight #bCol #cCol {
	padding-left: 0px;
}

#cLeft #bCol #cCol ul, #cRight #bCol #cCol ul  {
	padding-left: 20px;
	margin: 0px;
}


#cLeft #bCol #cCol li, #cRight #bCol #cCol li {
	font-weight: bold;
	list-style: url(cMenu.jpg);
	border-bottom: 1px dotted #d0d0d0;
}

#cLeft #bCol #cCol li a, #cRight #bCol #cCol li a {
	text-decoration: none;
	color: #0023a7;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	display: block;
	padding: 5px 3px 5px 0;
}

#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: underline;
	background-color: #e0e0e0;
	padding: 5px 3px 5px 0;
}
