/* ketoszlopos*/
.cikkCol_left {
	float: left;
	width: 286px;
	padding-right: 9px;
}
.cikkCol_right {
	float: left;
	width: 286px;
	padding-left: 9px;
}


div.cikkCim {
	padding: 2px 4px 2px 4px;
	margin-bottom: 0.5em;
	background: #7a869e;
	font-weight: bold;
	color: #f0f0f0;
}
div.cikkCim span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding-top: 1px;
}
div.cikkCim a {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
div.cikkCim a:hover {
	color: #0d1a31;
}


/* cikk cim listaban*/
div.cikkCimInlist {
	padding: 2px 4px 0px 4px;
	font-weight: bold;
	color: #7a869e;
}
div.cikkCimInlist span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding-top: 1px;
}
div.cikkCimInlist a {
	display: block;
	color: #7a869e;
	text-decoration: none;
}
div.cikkCimInlist a:hover {
	color: #0d1a31;
}


/* lead */
div.cikkLead {
	text-align: justify;
	line-height: 14px;
	padding: 0px 4px 0px 4px;
}


/* tovabb */
div.cikkTovabb {
	padding: 0px 0px 0px 0px;
	text-align: right;
	background: url(/img/sep_01.gif) no-repeat 0px center;
}
div.cikkTovabb span {
	padding-left: 8px;
	background: #fbfbfb;
}
div.cikkTovabb span a {
	text-decoration: none;
}
div.cikkTovabb span a:hover {
	color: #0d1a31;
}



/* lead a cikkben */
div.cikkLeadRepeat {
	/*
	text-align: justify;
	font-weight: bold;
	line-height: 14px;
	*/
	padding: 0px 4px 0px 4px;
}



/* bekezdes cim sima */
p.cikkParCim {
	padding: 1em 0px 1em 0px;
	font-weight: bold;
}



/* cikk text */
div.cikkTxt, div.cikkTxt_nojus {
	text-align: justify;
	line-height: 14px;
	padding: 0px 4px 0px 4px;
}
div.cikkTxt_nojus {
	text-align: left;
}


/* pic */
div.cikkPic_left, div.cikkPic_right {
	padding: 3px;
	border: solid 1px #b2bdc4;
	text-align: center;
	cursor: pointer;
}
div.cikkPic_left {
	float: left;
	margin: 2px 6px 2px 0px;
}
div.cikkPic_right {
	float: right;
	margin: 2px 0px 2px 6px;
}
div.cikkPic_left img, div.cikkPic_right img {
	display: block;
}
span.cikkPicTitle {
	display: block;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}


/* sidetxt */
span.cikkSideTxt_left, span.cikkSideTxt_right {
	display: block;
	width: 165px;
	padding: 8px 3px 8px 3px;
	border:1px solid #b2bdc4;
	text-align: center;
	font-size: 13px;
	color: #222222;
	line-height: 16px;
}
span.cikkSideTxt_left {
	float: left;
	margin: 2px 6px 2px 0px;
}
span.cikkSideTxt_right {
	float: right;
	margin: 2px 0px 2px 6px;
}
