body 
{
	font-weight: normal;
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif;
	}
.cikk p {
	display: block;
	margin:0px;
	color: #3f8895;
}

.cikk p a {
	color: #fe6c01;
}
.cikk p a:hover {
	
	text-decoration: underline;
}
.cikk .kepkeret {
	padding: 3px;
	border: 1px solid #a8b8ce;
}

.cikk .focim {
	font-weight: bold;
	font-size: 18px;
	color: #3f8895;
}
.cikk .date {
	font-weight:bold;
	font-size:12px;
	color: #3f8895;
}
.cikk .alcim {
	font-weight: bold;
	font-size: 14px;
	color: #53863d;
	margin-top: 15px;
}
.cikk .lead{
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.cikk .comment{
	color: #3f8895;
	font: normal normal 10px Arial,Helvetica,sans-serif;
	margin: 15px 0px 15px 0px;
}

/* LISTÁK */

.cikk ul {
	margin-top: 0px;
	padding: 0px;
	color: #3f8895;
	list-style: none;
	list-style-type: none;
}
.cikk ol {
	margin-top: 0px;
	color: #3f8895;
}

.cikk ol li {
	color: #3f8895;
}

.cikk ol li a {
	color: #3f8895;
}

.cikk ul li.sima {
	margin: 0px 0px 0px 27px; /*ITT VAN VALTOZAS*/
	padding-left: 15px;
	background-image: url(../img/site/dot.gif);
	background-repeat: no-repeat;
    background-position: 0px 5px;
	line-height: 20px; /*ITT VAN VALTOZAS*/
}
.cikk ul li.link {
	display: block;
	background-image: url(../img/site/arrowi.gif);
	background-repeat: no-repeat;
    background-position: 15px 8px;
	border-bottom: 1px solid #dbe2ee;
	line-height: 20px;
	padding-left: 25px;
}
.cikk ul li.dok{
	display: block;
	background-image: url(../img/site/doksi.gif);
	background-repeat: no-repeat;
    background-position: 10px 8px;
	border-bottom: 1px solid #dbe2ee;
	line-height: 20px;
	padding-left: 25px;
}

/* TÁBLÁZAT */
.cikk .tablazat {
	/*border-bottom: 1px solid #a8b8ce;*/
	margin: 15px 0px 0px 0px;
}
.cikk .tablazat th {
	background-color: #ffffff;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	/*border-bottom: 1px solid #a8b8ce;*/
	color: #2a8898;
	font-size: 12px;
	font-weight: bold;
}
.cikk .tablazat td {
	padding: 2px 6px 2px 6px;
	color: #3F8895;
}
.cikk .tablazat tr.row_0  {
	background-color: #f6f6f6;
	border-bottom: 1px solid #C6C6C9;
}
.cikk .tablazat td.border_all {
	border-top : 1px solid #a8b8ce;
	border-left : 1px solid #a8b8ce;
}
.cikk .tablazat td.border_row {
	border-top : 1px solid #a8b8ce;
}
.cikk .tablazat td.border_col {
	border-left : 1px solid #a8b8ce;
}
.cikk .tablazat th.border_row {
	border-bottom : 1px solid #a8b8ce;
}
.cikk .tablazat th.border_col {
	border-left : 1px solid #a8b8ce;
	border-bottom : 1px solid #a8b8ce;
}


div.box{
	padding: 0px;
	margin-bottom: 15px;
    }
div.boxhead {
    color:#23658c;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #dcf0ff;
    border-bottom: 1px solid #23658c;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    }

