/*A cikknézet formázásai*/

hr {
	clear:both;
	display:block;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.dolt {
	font-style:italic;
}

.alairas {
	font-style:italic;
	margin-top:10px;
}

.felkover {
	font-weight:bold;
}

.felkoverDolt {
	font-weight:bold;
	font-style:italic;
}

.kozepreigazitott {
	text-align:center;
}

.jobbraigazitott {
	text-align:right;
}

.balraigazitott {
	text-align:left;
}

.felkoverkozepreigazitott {
	text-align:center;
	font-weight:bold;
}

.hangingindent {
	margin-left:10px;
	text-indent:-10px;
}

.flindent {
	text-indent:10px;
}

img {
	border:none;
}

.disc {
    list-style-type: disc;
}

.square {
    list-style-type: square;
}

.circle {
    list-style-type: circle;
}

.none {
    list-style-type: none;
}

.loweralpha {
    list-style-type: lower-alpha;
	font-size:12px;
}

.upperalpha {
    list-style-type: upper-alpha;
	font-size:12px;
}

.lowerroman {
    list-style-type: lower-roman;
	font-size:12px;
}

.upperroman {
    list-style-type: upper-roman;
	font-size:12px;
}

a {
	text-decoration:none;
	font-weight:normal;
	color:#005aa3;
}

a:link {
	color:#005aa3;
	/*font-size:18px;*/
}

a:visited{
	color:#005aa3;
}

a:active{
	color:#005aa3;
}

a:hover{
	color:#9f0a10;
	text-decoration:underline;
}

.szurkeKeretDupla {
	border: 3px double #666666;
	padding: 2px;
}

.szurkeKeretSzimpla {
	border: 1px solid #666666;
	padding: 2px;
}

.szurkeKeretVastag {
	border: 4px outset #666666;
	padding: 2px;
}

.bordoKeretDupla {
	border: 3px double #AD0810;
	padding: 2px;
}

.bordoKeretSzimpla {
	border: 1px solid #AD0810;
	padding: 2px;
}

.bordoKeretVastag {
	border: 4px outset #AD0810;
	padding: 2px;
}

.feketeKeretDupla {
	border: 3px double #000000;
	padding: 2px;
}

.feketeKeretSzimpla {
	border: 1px solid #000000;
	padding: 2px;
}

.feketeKeretVastag {
	border: 4px outset #000000;
	padding: 2px;
}

table .keretes {
	clear:both;
	display:table; 
	border-spacing: 12px;
	border-collapse: collapse;
	border:#333333 solid 1px;
}

td  .keretes {
  	text-align: left;
	font-weight: normal;
	border:#333333 solid 1px;
}

.kiemeltPottyos {
	border:#333333 dotted 1px;
}

.kiemeltKeretes{
	position: relative;
	top:0px;
	left:-12px;
	margin:0px;
	/*margin-left:-15px;
	margin-top:5px;
	margin-bottom:5px;*/
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	width:622px;
	
	/*background-color:#e6e6e6;*/
	background-image:url(../images/kiemelt_keretes_bg.png);
	background-position:top;
	background-repeat:repeat-y;
	/*border-left: 4px solid #296b9f;
	border-right: 4px solid #296b9f;*/
	overflow:hidden;
}


/* REGI IV-rol */

img { margin: 3px 4px 8px 3px; float:left; cursor:default; }
/* kompatibilitas miatt */
img.floatLeft { float: left; }
img.floatRight { float: right; }
.content_image       { float: left;  clear:  left; }
.content_image_left  { float: left;  clear:  left; }
.content_image_right { float: right; clear: right; }
.image_alt { 
	display:block; 
	color: #606060; 
	font-style: italic; 
	text-align: center;
}

/* BEEPITETT KEPEK */
.arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; }
p.arc90_imgcaptionALT { margin-top: 2px; margin-bottom: 6px; font-size: .65em; text-align: right; }
span.arc90_imgcaptionALT { padding: 2px; padding-left: 4px; padding-right: 4px; background: #888; color: #fff; }
.arc90_imgcaption { text-align: center; border: 1px solid #DDD; padding: 1em; /*margin: 1em 0;*/ width: 9em; }
.floatl { float: left; margin-right: 1em; clear:left; }
.floatr { float: right; margin-left: 1em; clear:right;}




