/* NATIVE */

body {
	margin: 10px;
	padding: 0px;
	background-color: white;
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, p, li {
	font-size: 12px;
	text-align: left;
}

img {
	border: none;
}

h1 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dashed #CCC;
	color: #F90;
} 

h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	margin-bottom: -10px;
	color: #036;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	margin-bottom: -10px;
	color: #036;
}

a:link, a:visited {
	color: gray;
	text-decoration: underline;
}

a:hover {
	color: #F90;
}

/* KERET */

#keret {
	width: 600px;
	margin: auto;
	border: 1px solid #036;
}

/* HEADER */

#header {
	height: 80px;
	background-color: #036;
	border-bottom: 1px solid #FFF;
	text-align: right;
	color: #AAA;
	padding: 5px;
	background-image: url(../img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#cim {
	color: #F90;
	font-size: 14px;
	font-weight: bold;
}

/* NAVLIST */

ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: #036;
}

ul#navlist li { 
	display: inline; 
	text-align: center;
}

ul#navlist li a {
	width: 5.5em;
	float: left;
	color: #fff;
	background-color: #036;
	padding: 0.2em 1em;
	text-decoration: none;
}

ul#navlist li a:hover {
	background-color: #369;
	color: #F90;
}

ul#navlist .left {
	float: left;
	border-right: 1px solid #fff;
}

ul#navlist .right {
	float: right;
	border-left: 1px solid #fff;
}

/* MAIN */

#main {
	clear: both;
	border-bottom: 1px solid #FFF;
	/*text-align: left;*/
	padding: 5px;
	background-color: white;
}

/* FOOTER */

#footer {
	background-color: #036;
	text-align: center;
	padding: 3px;
}

/* DEBUG */

#debug {
	visibility: hidden;
}

/* Palyaadatok tabla */

.palyaadatok {
	border: 1px solid #f90;
	margin: 20px;
}

.palyaadatok th {
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	text-align: left;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #eee;
}

.palyaadatok td {
	border: 1px solid #eee;
	padding: 2px;
}

.nevezesek {
	width: 90%;
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
}

.nevezesek th {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

.nevezesek td {
	padding: 2px;
	border: 1px solid #eee;
}

.kiemelt {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 0 5px 0;
	color: #036;
}

.kozep {
	text-align: center;
}