body {
	font-weight: normal;
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif;
	}
.cikk p {
	display: block;
	margin:0px;
	color: #595959;
}
.cikk p a {
	color: #1d80c7;
}
.cikk p a:hover {
	color: #1d80c7;
	text-decoration: underline;
}
.cikk .kepkeret {
	padding: 3px;
	border: 1px solid #a8b8ce;
}
.cikk .focim {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #003187;
}
.cikk .date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #003187;
}
.cikk div.alcim {
	font-weight: bold;
	font-size: 14px;
	color: #1d80c7;
	margin-top: 15px;
}
.cikk .lead {
	color: #595959;
	font-weight: bold;
	padding:0px 0px 10px 0px;
}
.cikk .comment{
	color: #007cc3;
	font-family: Arial, Helvetica, sans-serif;
	font: normal; 
	font-size: 10px;
	margin: 15px 12px 15px 12px;
}

/* LISTÁK */
.cikk ul {
	margin: 0px;
	padding: 0px;
	color: #595959;
	list-style: none;
	list-style-type: none;
}
.cikk ul a {
	color: #595959;
}
.cikk ol {
	margin-top: 0px;
	color: #595959;
}

.cikk ol li {
	color: #595959;
}

.cikk ol li a {
	color: #595959;
}

.cikk ul li.sima {
	margin-left: 7px;
	padding-left: 20px;
	background-image: url(../img/site/dot.gif);
	background-repeat: no-repeat;
    background-position: 8px 8px;
	line-height: 20px;
}
.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: 28px;
}
.cikk ul li.dok{
	display: block;
	background-image: url(../img/site/doksi.gif);
	background-repeat: no-repeat;
    background-position: 15px 8px;
	border-bottom: 1px solid #dbe2ee;
	line-height: 20px;
	padding-left: 27px;
}

/* 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-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #a8b8ce;
	text-align:center;
	color: #595959;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
}
.cikk .tablazat td {
	padding: 2px 6px 2px 6px;
	text-align:center;
	color: #595959;
	height: 23px;
	line-height: 23px;
}
.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 {
}
.cikk .tablazat td.border_col {
	border-left : 1px solid #a8b8ce;
}
.cikk .tablazat th.border_col {
	border-left : 1px solid #a8b8ce;
}

div.box{
    padding: 0px;
	margin-bottom: 15px;
    }
div.box p {
	color: #696969;
}
div.boxhead {
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #1d80c7;
    border: 1px solid #00223b;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}
