form, input, h1, h2, h3, h4, p, ul, li{
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
p{
	margin: 0px 0px 14px 0px;
}

ul{
	margin: 10px 10px 20px 30px;
	list-style-type: square;
}
li {
	margin-bottom: 2px;
}
ul li ul{
	margin: 0px 10px 0px 15px;
	list-style-type: square;
}

#messagebox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: url(../frame/messagebox.gif) no-repeat;
	width: 330px;
	height: 120px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}
#messagebox .messagetext {
	padding: 34px 20px 30px 20px;
	text-align: center;
}
/*----- SZERKEZET -----*/
body {
	margin-top: 0px;
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#container {
	margin: 0px auto;
	width: 100%;
	background-color: #fff;
}

#container #top_header {
	display: none;
}

#container #header {
	position: relative;
	width: 100%;
}
#container #header h1{
	position: absolute;
	top: 60px;
	left: 170px;
	letter-spacing: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#container #header #logo{
	float: left;
	position: relative;
}
#container #header #header_jobb{
	display: none;
	
}
#container #header #header_jobb #frissites{
	color: #000;
}
#container #header #frissites b{
	color: #000;
	font-weight: normal;
}

#container #center {
	padding: 10px 0px;
	width: 100%;
	background-color: #FFF;
}
#container #center #left{
	display: none;
}
#container #center #middle{
	float: left;
	width: 630px;
	text-align: left;
	position: relative;
}
#container #center #right{
	display: none;
}
#container #center #clear{
	clear: both;
	width: 960px;
	height: 0px;
	font-size : 0px;
}


#container #footer{
	width: 100%;
	height: 100px;
}
#container #footer #f_iso{
	display: none;
}
#container #footer #f_contact{
	float: left;
	padding-top: 30px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#container #footer #f_fps{
	display: none;
}


/*----- NULLADIK OLDAL -----*/
#container #center #middle .middle_clear {
	clear: both;
	height: 10px;
	font-size : 0px;
}

/*FEKVŐ NEWS BOX*/
#container #center #middle #newsbox_1 {
	float: left;
}
#container #center #middle #newsbox_2 {
	float: right;
}
#container #center #middle .k_newsbox {
	padding: 0px 7px 7px 7px;
	width: 296px;
	border: 1px solid #666;
}
#container #center #middle .k_newsbox h2{
	padding: 7px 0px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
#container #center #middle .k_newsbox h2 a{
	color: #000;
	text-decoration: none;
}
#container #center #middle .k_newsbox .cont {
	width: 296px;
	height: 160px;
	overflow: hidden;
}
#container #center #middle .k_newsbox .cont h3{
	padding: 3px 10px 1px 10px;
	font-size: 12px;
}
#container #center #middle .k_newsbox .cont h3 a{
	text-decoration: none;
	color: #000;
}
#container #center #middle .k_newsbox .cont .datum{
	padding: 0px 10px 7px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#container #center #middle .k_newsbox .cont .foto{
	float: left;
	padding-left: 10px;
	width: 86px;
}
#container #center #middle .k_newsbox .cont .foto img{
	border: solid 1px #999;
}
#container #center #middle .k_newsbox .cont .cont_clear{
	clear: both;
	padding: 4px;
	height: 12px;
	font-size : 11px;
	text-align: right;
}

/*ÁLLÓ NEWS BOX*/

#container #center #middle #nboxok {
	overflow: auto;
}

#container #center #middle #nboxok #nbox_1 {
	float: left;
	margin-right: 9px;
}
#container #center #middle #nboxok #nbox_2 {
	float: left;
	margin-right: 9px;
}
#container #center #middle #nboxok #nbox_3 {
	float: right;
}
#container #center #middle #nboxok .nbox {
	padding-top: 7px;
	width: 204px;
	font-size: 10px;
}
#container #center #middle #nboxok .nbox .foto {
	text-align: center;
}
#container #center #middle #nboxok .nbox h3{
	padding: 10px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#container #center #middle #nboxok .nbox h3 a{
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
}
#container #center #middle #nboxok .nbox p{
	padding: 0px 15px;
}
#container #center #middle #nboxok .nbox ul{
	padding: 0px 15px;
	margin: 0px;
	list-style-type: none;
}
#container #center #middle #nboxok .nbox li{
	padding-bottom: 7px;
}

#container #center #middle #nboxok .nbox .tovabb{
	padding: 2px 15px;
}
#container #center #middle #nboxok .nbox .tovabb a{
	display: block;
	padding-left: 17px;
	background: url(../frame/arrow.gif) no-repeat;
	color: #EA6715;
	text-decoration: none;
}
#container #center #middle #nboxok .nbox .tovabb a:hover{
	color: #000;
}


#container #center #middle h2{
	padding: 7px 0 7px 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
#container #center #middle h3{
	margin: 0px 0px 14px 0px;
	font-size: 13px;
	color: #333;
}
#container #center #middle h4{
	margin: 0px 0px 14px 0px;
	font-size: 12px;
	color: #666;
}
#container #center #middle a{
	color: #000;
}

#container #center #middle .button{
	width: 87px;
	height: 19px;
	border: 1px solid #666;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	color: #000;
}

#container #center #middle .kepviselo_kirendeltseg{
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


/*--- GYIK ---*/
#container #center #middle .gyik {
	margin-bottom: 7px;
}
#container #center #middle .gyik a {
	position: relative;
	display: block;
}

#container #center #middle .gyik .gyikvalasz {
	display: none;
	position: relative;
	padding: 10px;
	margin: 7px 0 14px 0;
	border: 1px solid #999;
	color: #000;
}

#container #center #middle .gyik .gyikvalasz a {
	padding-left: 0px;
	background: none;
}

/*--- HÍREKHEZ / EGYEBEKHEZ ---*/
input.inp_t, select.inp_s, input.inp_r{
	padding: 2px;
	border: 1px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
input.inp_r{
	background: none;
	border: none;
}
input.fl ,textarea.fl{
	border: 1px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
input.fl{
	height: 15px;
}
input.inp_c{
	margin-bottom: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	vertical-align: middle;
}
.small {
	font-size: 10px;
}
.date {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
.news {	
	margin-bottom: 14px;
}
.news .news_clear {
	clear: both;
	width: 500px;
	height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
}
.news a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.news img {
	width: 75px;
	margin-right: 20px;
	margin-bottom: 6px;
	float: left;
}
.news .newstext{
	margin: 0px 0px 14px 0px;
	width: 530px;
	float: right;
}
.newsbox {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}
.newsbox img {
	margin-bottom: 6px;
}
.navbar {
	display: none;
}
.linkbar {
	margin-top: 2px;
}
.linkbar a {
	color: #666;
	text-decoration: underline;
}

.filebar {
	margin-top: 2px;
	margin-left: 10px;
}
.filebar img{
	vertical-align: middle;
	margin-right: 5px;
}
.filebar a {
	color: #666;
	text-decoration: none;
}

.break {
	line-height: 1px;
	font-size: 0px;
} 
.linea {
	border-bottom: 1px solid #666;
	height: 1px;
	margin-bottom: 14px;
	font-size: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rm {
	margin-right: 6px;
}
.lm {
	margin-left: 6px;
}
.message {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: block;
	border: 1px solid #CC0000;
	padding: 6px;
}
.float_img{
	float: right;
	padding: 0px 10px 10px 10px;
}
.float_img img{
}
.float_img2{
	float: right;
	padding: 0px 10px 10px 10px;
}
.pont{
	font-size: 12px;
	color: #333;	
}
.pont b{
	font-size: 12px;
	color: #000;	
}

/*RÓLUNK MONDTÁK*/
#container #center #middle #rolunk_mondtak .image{
	float: left;
	margin: 0px 15px 10px 0px;
	width: 120px;
}
#container #center #middle #rolunk_mondtak p{
	margin: 0px 0px 5px 0px;
}
#container #center #middle #rolunk_mondtak p.szoveg{
	display: block;
	float: right;
	margin: 0px 0px 5px 0px;
	width: 490px;
}
#container #center #middle #rolunk_mondtak .ref_nev{
	color: #666;
}
#container #center #middle #rolunk_mondtak .ref_link{
	margin: 0px 0px 14px 0px;
	font-size: 10px;
	color: #000;
}
#container #center #middle #rolunk_mondtak .ref_link a{
	color: #000;
}

