@charset "utf-8";

/* CSS kezdete */
/* Általános reset */

body {
	margin: 0; padding: 0; background: white; border: none;
	font: normal .9em Arial, Helvetica, sans-serif;
	background: url('../images/bg.jpg') repeat-x top left;
}

img {
	border: none;
}

/* Általános */
input {
	border: 1px solid #ccc;
}

table {
	font-size: .9em;
	max-width: 720px; 
	border: 2px solid #0e4661; 
	border-collapse: collapse;
}

th { padding: .3em .5em; text-align: left; background: #0e4661; color: white; }

td { padding: .3em .5em; border: 1px solid silver; }

/* Tipográfia */

a:link {
	color: #0e4661;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #f80;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ol { font-size: .9em; margin: .5em 0; }

.kiemel {
	font-family: Georgia, serif;
}

.kis { font-size: .833em; }
.nagy { font-size: 1.2em; }

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.7em;
	color: #0e4661;
	letter-spacing: -.04em;
	border-bottom: 1px solid #999;
}

h3 {
	margin: 0;
	padding: .3em 0;
}

h4 {
	margin: 0;
	padding: .2em 0;
}

h2.adobevallas {
	background: url(../images/h2_adobevallas.jpg) top left no-repeat;
	height: 47px;
	font-size: 1px;
}

h2.velemeny {
	background: url(../images/h2_velemeny.jpg) top left no-repeat;
	height: 47px;
	font-size: 1px;
}

p {
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: .8em;
	font-size: .9em;
}

#main ul li { line-height: 1.5em; font-size: .9em; }

blockquote, cite {
	font-family: Georgia, serif;
	color: #666;
	font-style: italic;
}

ul {
	margin: .6em;
}

.summary {
	font-weight: bold;
	color: #0e4661;
}

label {
	font-weight: bold;
}

/* Layout */
#content {
	width: 780px;
	margin: 0 auto;
}

#google_top {
	width: 728px;
	height: 90px;
	text-align: center;
	margin: 0 auto;
}

#logo {
	padding: 10px 0px;
	float: left;
	width: 780px;
}

#logo img { float: left; }

#logo #mission { 
	width: 320px;
	float: right;
	font-style: italic;
	color: #999;
	margin-top: 10px;
}

#navigation {
	background: url('../images/menu-bg.jpg') repeat-x top left;
	width: 780px;
	float: left;
}

#navigation ul {
	background: url('../images/menu-left.jpg') no-repeat top left;
	list-style: none;
	margin: 0;
	padding: .1em;
	float: left;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	color: white;
}

#navigation ul li a:hover {
	color: #ffa800;
}

#navigation #rss {
	float: right;
}

#main {
	float: left;
	width: 780px;
}

#main #left {
	float: left;
	width: 550px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
}

#main #right {
	float: right;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
	font-size: .867em;
}

#main #right .inner {
	background: url(../images/rightbg.jpg) no-repeat top right;
	padding: 10px;
	min-height: 100px;
}

#main #right h3 {
	letter-spacing: -0.067em;
	margin: 0;
	padding-bottom: .2em;
}

#main #right h4 {
	margin: 0;
	padding-bottom: .2em;
	text-decoration: underline;
	font-size: 1em;
}

#main #right p {
	margin: 0;
	padding-bottom: .6em;
}

#footer {
	float: left;
	margin-top: 30px;
	width: 760px;
	padding: 20px 10px;
	background: transparent url(../images/footerbg.jpg) no-repeat top left;
	text-align: center;
	color: #999;
	font-size: .7em;
}

div .mod {
	padding: .3em;
	background: #eee;
	float: right;
}

.datum {
	color: gray;
	margin: 0;
	padding: 0;
	font-size: .7em;
}

.datum a:link, .datum a:visited {
	color: #666;
	text-decoration: none;
}

.hir {
	border-top: 2px solid #ccc;
	margin: 0 0 1.5em 0;
}

.hir p {
	margin: 0;
	padding: 0;
}

#printhead { display: none; }

#google_mid {
	margin: 1em auto;
	text-align: center;
	width: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

/* LiveValidation */

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

