body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	margin: 5px;
	padding-top: 70px; 
	background: #fff url(i/header.gif) no-repeat top center; 
}

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; 
	}

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

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; }
tr.tl  td  { font-size: 120%; padding: 1em .3em 0 0; font-weight: bold; vertical-align: top; }

a, a:link, a:visited { font-weight: bold; text-decoration: none; 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 20px 0 0;	background: url(i/icon_out.gif) no-repeat bottom right; }

/* PDF-ek és XLS-ek listái */
table { 
	margin: .5em auto 0;
	border-collapse: collapse;
}

	table.pdf { width: 330px; }
	table.xls { width: 680px; }

	table th {
		padding: 1px 10px 1px 0;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}

	table td {
		padding: 1px 0;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}
	
		table.codes td {
			font-weight: normal;
			cursor: default;
		}
		
		table tr.tl  td  { 
			font-size: 120%; 
			padding: 1em .3em 0 0; 
			font-weight: bold;
		}
	
	table tr.level1 th,
	table tr.level1 td {
		padding-top: 1em;		
		font-size: 150%; 
		font-variant: small-caps; 
	}

	table tr.level2 th,
	table tr.level2 td {
		padding-top: .5em;		
	}

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

	table th a,
	table td a { 
		display: block;
	}

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

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

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

	table tr.level1:hover th, table tr.level1:hover td,
	table tr.level2:hover th, table tr.level2:hover td,
	table tr.gap:hover th, table tr.gap:hover td,
	table tr.tl:hover td {
		background-color: #fff;
	}
