body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	margin: 5px;
	background: #fff;
}

#intro { text-align: center; }
	#intro img { margin: 10px; }
	#intro a { margin: 0 20px; padding: 5px 0 5px 30px; }
	#intro a.flaghun { background: url(i/flag_hun.gif) no-repeat center left; }
	#intro a.flageng { background: url(i/flag_eng.gif) no-repeat center left; }

.headerhun { padding-top: 60px; background: url(i/header_hun.gif) no-repeat center top; }
.headereng { padding-top: 60px; background: url(i/header_eng.gif) no-repeat center top; }

h1 { font-size: 180%; text-align: center; margin: 0 0 .5em 0; }
h2 { font-size: 150%; text-align: left; margin: 1em 0 .5em 0; }
h2 img { vertical-align: middle; margin-right: 5px; }
h3.cont { margin-bottom: 0; }

#content { 
	width: 750px; 
	margin: 0 auto; 
}

.col { width: 50%; float: left; }
.clear { clear: both; }

p  { text-align: justify; }
p.back { text-align: center; padding-top: .5em; }
p.cont { margin: 0; }
p.center { text-align: center; }

ul { margin: 0; padding-left: 1.2em; text-align: justify; }
ol { margin: 0; padding-left: 3em; text-align: left; }

ul.files { margin: 0; padding: 0; list-style-type: none; }

a         { font-weight: bold; text-decoration: none; }
a:link    { color: #289cc3; }
a:visited { color: #289cc3; }
a:hover   { color: #00628f; }

a.exe { padding: 0 20px 0 0;	background: url(i/icon_exe.gif) no-repeat bottom right; }
a.pdf { padding: 0 20px 0 0;	background: url(i/icon_pdf.gif) no-repeat bottom right; }
a.xls { padding: 0 20px 0 0;	background: url(i/icon_xls.gif) no-repeat bottom right; }
a.svg { padding: 0 20px 0 0;	background: url(i/icon_svg.gif) no-repeat bottom right; }
a.out { padding: 0 16px 0 0;	background: url(i/icon_out.gif) no-repeat bottom right; }

/* Főoldal */
#mainpage { 
	width: 425px;
	margin: 15px auto;
}

	body.headereng #mainpage {
		width: 390px;
	}

	#mainpage img { float: left; margin-top: 40px; }
	#mainpage div { float: right; }
	#mainpage div p { margin: 2.1em 0; padding: 0; }
			
/* PDF-ek és XLS-ek listái */
p span.cd { 
	font-weight: bold;
	color: #285bc2;
}

table#list, table#maplist {
	margin: .5em auto 0 auto;
	border-collapse: collapse;
}

	table.xls { width: 760px; }
	
	table#list th {
		padding: 1px 10px 1px 0;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}

	table#list td {
		padding: 1px 0;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}
	
	table#list tr.level1 th,
	table#list tr.level1 td {
		padding-top: 1em;		
		font-size: 150%; 
		font-variant: small-caps; 
	}

	table#list tr.level2 th,
	table#list tr.level2 td {
		padding-top: .5em;		
		font-size: 120%; 
	}

	table#list tr.gap th,
	table#list tr.gap td {
		padding-top: .5em;		
	}

	table#list tr.cd th a,
	table#list tr.cd td a { 
		color: #285bc2;
	}

	table#list tr:hover th,
	table#list tr:hover td,
	table#maplist tr:hover td	{
		background-color: #dbe2f1;
	}

	table#list tr:hover th a,
	table#list tr:hover td a {
		color: #00628f;
	}

	table#list tr.level1:hover th, table#list tr.level1:hover td,
	table#list tr.level2:hover th, table#list tr.level2:hover td,
	table#list tr.gap:hover th, table#list tr.gap:hover td {
		background-color: #fff;
	}
	
	table#maplist td {
		font-weight: normal;
		padding: 1px 4px;
		vertical-align: top;
		cursor: default;
	}
	
	table#maplist tr.label td {
		font-size: 120%;
		font-weight: bold;
		line-height: 2em;
	}
	
	table#maplist tr.label:hover td {
		background-color: #ffffff;
	}
	

	table#maplist td.ssz {
		padding-right: 10px;
		text-align: right;
	}
	
span#jssample { 
	padding-left: .3em; 
	font-weight: bold; 
	color: #f00; 
	cursor: default; 
}

/* Grafikonok */
ul.charts {
	list-style-type: none;   
	margin-top: 20px;
	text-align: center;
	padding: 2px;
	overflow: auto;
}

	ul.charts li {
		float: left;
	}

		ul.charts li a {
			display: block;
			margin: 5px;
			padding: 5px;
			border: 3px double #dddddd;
		}

		ul.charts li a:hover { border-color: #be0141; }

		ul.charts li a img { border: 0; }
