/****************************/
/****** INICIALIZALAS *******/
/****************************/

/* heading es egyeb formazasok, melyek mas alapertelmezett margokkal birnak az egyes bongeszokben */
html, body, div, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, span, pre, blockquote, ul, ol, li, dl, address, a, img, td, hr {
	margin: 0px;
	padding: 0px;
	}

/* a linkek kez alakot kapjanak mindenhol */
a {
	cursor: pointer;
	}
	
address {
	font-style: normal;
	}
	
/* a linkek alapertelmezett alahuzasat szunteti meg */
:link,:visited {
	text-decoration: none;
	}

/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {
	border: none;
	}

/* float-olt elemek utan hasznalatos clear */
div.clear, p.clear, span.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	}

/* Internet Explorer PNG hack */
/* Sajnos ez így már nem valid CSS */
img, div, a, input {
	/*behavior: url(css/iepngfix.htc);*/
	/*behavior: url(../images/png.htc);*/
	}

/****************************/
/****************************/
/****************************/

/* Ez azért kell, hogy az IE6 különben nem értelmezi a height: 100%-ot... */
html, body {
	height: 100%;
	}

body {
	background: #e1b061;
	background-image: url('../images/body_bg.jpg');
	font-family: Arial;
	font-size: 13px;
	}

body div#hidepage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*background-image: url('../images/body_bg.jpg');*/
	background: black;
	visibility: visible;
	z-index: 100;
	}
	
body div#hidepage img {
	width: 1000px;
	margin: 0 auto;
	display: block;
	border: 1px solid white;
	}
	
#fejlec_hatter {
	width: 100%;
	height: 110px;
	/*background: url('../images/fejlec_bg.jpg') repeat-x;*/
	}

#keret {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid white;
	}
	
#fejlec,
#fejlec_eng {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	/*background: url('../images/fejlec_bg3.jpg') repeat-x;*/
	background: url('../images/fejlec_bg4.jpg') repeat-x;
	}
	
#fejlec_eng {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: url('../images/fejlec_eng.jpg') repeat-x;
}
	
a#logo {
	width: 160px;
	height: 85px;
	margin: 11px 40px 0 23px;
	background: transparent;
	float: left;
	display: inline-block;
	}
	
#fejlec_menu {
	width: 250px;
	/*width: 280px;*/
	margin-right: 25px;
	text-align: right;
	display: inline;
	float: right;
	}

#ikon {
	margin-top: 27px;
	/*margin-top: 10px;*/
	}
	
#ikon a {
	font: 11px Arial;
	color: white;
	}
	
#ikon a:hover {
	text-decoration: underline;
	}
	
#ikon span {
	height: 11px;
	margin-left: 14px;
	/*margin-left: 5px;*/
	line-height: 11px;
	text-indent: 15px;
	display: inline-block;
	}
	
#ikon span#fooldal {
	background: url('../images/home_ikon.gif') no-repeat;
	background-position: 0 1px;
	}

#ikon span#letoltes {
	background: url('../images/download_ikon_2.gif') no-repeat;
	background-position: 0 1px;
	}
	
	#ikon span#belepes {
	background: url('../images/login_ikon.gif') no-repeat;
	background-position: 0 1px;
	}
	
#ikon span#kilepes {
	background: url('../images/logout_ikon.gif') no-repeat;
	background-position: 0 1px;
	}
	
#ikon span#kilepes a {
	font-weight: bold;
	color: #ecb61e;
	text-decoration: underline;
	}
	
#ikon span#email {
	background: url('../images/contact_ikon.gif') no-repeat;
	background-position: 0 1px;
	}
	
#ikon span#oldalterkep {
	background: url('../images/sitemap_ikon.gif') no-repeat;
	background-position: 0 1px;
	}
	
#lang {
	margin-top: 25px;
	/*margin-top: 10px;*/
	}
	
#lang a {
	width: 45px;
	height: 20px;
	margin-left: 17px;
	display: inline-block;
	/*display: block;
	float: right;*/
	background: url('../images/lang_2.jpg') no-repeat;
	}
	
#lang a.hu {
	background-position: 0 -20px;
	}
	
#lang a.hu_standard {
	background-position: 0 0;
}
	
#lang a.hu:hover, #lang a.hu_standard:hover, #lang a.hu_hover {
	background-position: 0 -20px;
	}
	
#lang a.en, #lang a.en_standard {
	background-position: -45px 0;
	} 
	
#lang a.en:hover, #lang a.en_hover {
	background-position: -45px -20px;
	}
	
#lang a.ro, #lang a.ro_standard {
	background-position: -90px 0;
	} 
	
#lang a.ro:hover, #lang a.ro_hover {
	background-position: -90px -20px;
	}
	
#menu,
#menu_eng {
	width: 100%;
	height: 54px;
	background: url('../images/menu_bg.jpg') repeat-x;
	}
	
#menu ul,
#menu_eng ul {
	list-style: none;
	}
	
#menu ul li,
#menu_eng ul li {
	height: 54px;
	line-height: 54px;
	margin: 0 6px 0 7px;
	float: left;
	}
	
#menu_eng ul li {
	margin: 0 9px;
}
	
#menu a,
#menu_eng a {
	font: bold 14px Arial;
	font-variant: small-caps;
	color: white;
	}
	
#menu a span,
#menu_eng a span {
	font: 19px Verdana;
	}
	
#menu a:hover,
#menu a.aktiv:hover,
#menu_eng a:hover,
#menu_eng a.aktiv:hover {
	text-decoration: underline;
	color: #322107;
	}
	
#menu a.aktiv,
#menu_eng a.aktiv {
	/*color: #242527;*/
	color: #322107;
	}
	
li.menu_select {
	width: 2px;
	height: 54px;
	background: url('../images/menu_select.jpg') repeat-x;
	}

#tartalom_top {
	width: 100%;
	background: url('../images/tartalom_top_bg.jpg') repeat-x;
	background-color: #e1b061;
	clear: both;
	}

.top_img {
	float: right;
	display: inline;
	}
	
#tartalom_top img.kerettel {
	border: 1px solid #aca2a6;
	}
	
#tartalom_top h1 {
	padding: 20px 0 5px 30px;
	font: bold 17px Arial;
	color: #242526;
	}
	
#tartalom_top p {
	width: 630px;
	padding: 5px 0 5px 30px;
	font: 13px Arial;
	color: #322107;
	text-align: justify;
	}
	
#tartalom_top a {
	color: #322107;
	}
	
#tartalom_top a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
	
#tartalom_top p.elerhetoseg {
	width: 360px;
	padding-left: 0;
	float: left;
	}
	
#tartalom_top p.terkep {
	width: 243px;
	padding-top: 20px;
	padding-right: 30px;
	float: left;
	}
	
#tartalom_top p.terkep span {
	padding-left: 10px;
	font: 12px Arial;
	color: #460000;
	}
	
div.termekek {
	width: 200px;
	margin: 20px 0 20px 30px; 
	float: left;
	display: inline;
	}
	
#tartalom_top div.termekek p {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	}
	
#tartalom_top div.termekek a {
	font-weight: bold;
	text-decoration: underline;
	}
	
#szerviz_top {
	width: 1000px;
	height: 213px;
	background: url('../images/szerviz_top_bg6.jpg') no-repeat;
	}
	
#referencia_top {
	width: 1000px;
	height: 340px;
	background: url('../images/referencia_top_bg_5.jpg') no-repeat;
	}
	
div.hird_box, div.raktar_box {
	width: 900px;
	margin: 10px auto;
	vertical-align: middle;
	}
	
div.hird_box img, div.raktar_box img {
	width: 152px;
	margin: 5px 10px;
	border: 1px solid gray;
	}
	

	
#tartalom_top div.termekek a:hover {
	color: #460000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 0;
	border-right: 0;
	text-decoration: none;
	}
	
#tartalom {
	width: 100%;
	padding-top: 26px;
	padding-bottom: 20px;
	background-image: url('../images/tartalom_bg6.jpg');
	background-repeat: repeat-x;
	background-color: #f4f1e2;
	/*background-color: #f1eedb;*/
	}

p.reszletek {
	padding: 20px 0 10px 30px;
	font: bold 14px Arial;
	color: #0072ff;
	text-align: center;
	}
	
.box_termekek, .box_big {
	background: url('../images/box_big_bgc.jpg') repeat-y;
	width: 975px;
	margin: 0 auto;
	}

.box_termekek_head, .box_big_head {
	width: 100%;
	height: 24px;
	background: url('../images/box_big_bgt.jpg') no-repeat;
	}
	
.box_termekek_tartalom, .box_big_tartalom {
	width: 939px;
	margin: 0 auto;
	}	

.box_termekek_foot, .box_big_foot {
	width: 100%;
	height: 22px;
	background: url('../images/box_big_bgb.jpg') no-repeat;
	clear: both;
	}
	
.box {
	width: 310px;
	margin: 5px 6px 10px 15px;
	background: url('../images/box_bgc.jpg') repeat-y;
	display: inline;
	float: left;
	}

.box_head {
	width: 100%;
	height: 23px;
	background: url('../images/box_bgt.jpg') no-repeat;
	}
	
.box_tartalom {
	width: 280px;
	margin: 0 auto;
	}
	
div.box_tartalom img {
	width: 234px;
	margin: 0 auto;
	display: block;
	}
	
.box_foot {
	width: 100%;
	height: 21px;
	background: url('../images/box_bgb.jpg') no-repeat;
	}

/**/
.box_dupla {
	width: 640px;
	margin: 5px 6px 10px 15px;
	background: url('../images/box_dupla_bgc.jpg') repeat-y;
	display: inline;
	float: left;
	}

.box_dupla_head {
	width: 100%;
	height: 23px;
	background: url('../images/box_dupla_bgt.jpg') no-repeat;
	}
	
.box_dupla_tartalom {
	width: 600px;
	margin: 0 auto;
	}
	
div.box_dupla_tartalom img {
	width: 280px;
	margin: 5px 0;
	display: block;
	border: 1px solid gray;
	}
	
.box_dupla_foot {
	width: 100%;
	height: 21px;
	background: url('../images/box_dupla_bgb.jpg') no-repeat;
	clear: both;
	}
	
.box_dupla div.elotte {
	width: 290px;
	float: left;
	}

.box_dupla div.utana {
	width: 290px;
	float: right;
	}
	
.box_dupla div.elotte h3, .box_dupla div.utana h3 {
	padding: 5px;
	font: bold 15px Arial;
	color: #242526;
	/*text-align: center;*/
	}

/**/

.box_half {
	width: 474px;
	margin: 5px 6px 10px 16px;
	background: url('../images/box_half_bgc.jpg') repeat-y;
	display: inline;
	float: left;
	}

.box_half_head {
	width: 100%;
	height: 23px;
	background: url('../images/box_half_bgt.jpg') no-repeat;
	}
	
.box_half_tartalom {
	width: 444;
	margin: 0;
	padding: 0 15px;
	}

.hasznaltgep_box {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
.hasznaltgep_img {
	width: 140px;
	display: block;
	float: left;
	overflow: hidden;
}

.hasznaltgep_img img {
	border: 1px solid gray;
}

.hasznaltgep_info {
	width: 290px;
	margin-left: 14px;
	float: left;
}

.hasznaltgep_info h3 {
	/*color: #460000;*/
    font-weight: bold;
	font-size: 17px;
    padding-bottom: 16px;
    text-align: left;
}

.box_half_foot {
	width: 100%;
	height: 21px;
	background: url('../images/box_half_bgb.jpg') no-repeat;
	clear: both;
	}
	
	
#tartalom h2, .box h2, .box_dupla h2, .box_termekek h2, .box_big h2 {
	padding-bottom: 16px;
	font: bold 20px Arial;
	color: #460000;
	text-align: left;
	}
	
.box_big_tartalom h3 {
	padding: 10px 0;
	font: bold 15px Arial;
	color: #1e1e1e;
	}
	
.box_big_tartalom h4 {
	padding: 10px 0;
	font: bold 14px Arial;
	color: #0072ff;
	text-decoration: underline;
	}
	
.box_big_tartalom h5, .box_big_tartalom h5 a {
	padding: 5px 0;
	font: bold 14px Arial;
	color: #322107;
	}

.box_big_tartalom h5 a:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
	}
	
.box_big_tartalom p.pdf {
	background: url('../images/icon_pdf.gif') no-repeat;
	background-position: 10px 2px;
	text-indent: 30px;
	line-height: 22px;
	}
	
.box_big_tartalom p.pdf a {
	font: 13px Arial;
	color: #322107;
	}
	
.box_big_tartalom p.pdf a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
	
.box_big_tartalom p.pdf a span {
	font-style: italic;
	color: #393735;
	}
	
.box_big_tartalom p.pdf a span.info {
	display: inline-block;
	color: #460000;
	text-indent: 22px;
	}
	
.box_big_tartalom p.pdf a span.hu {
	background: url('../images/pdf_hu.gif') no-repeat;
	background-position: 2px 2px;
	}

.box_big_tartalom p.pdf a span.en {
	background: url('../images/pdf_en.gif') no-repeat;
	background-position: 2px 2px;
	}

.box_big_tartalom p.pdf a span.de {
	background: url('../images/pdf_de.gif') no-repeat;
	background-position: 2px 2px;
	}
	
.box_termekek h3 {
	padding-bottom: 10px;
	font: bold 15px Arial;
	color: #1e1e1e;
	text-decoration: underline;
	}
		
.box p, .box_dupla p, .box_termekek p {
	padding: 5px 0;
	font: 13px Arial;
	color: #1e1e1e;
	}
	
.box_termekek p {
	margin: 10px 0 5px 0;
	padding: 0;
	}
	
.box_termekek p span.dolt {
	font-weight: bold;
	font-style: italic;
	}
	
.box ul {
	font: 13px Arial;
	color: #1e1e1e;
	list-style: none;
	}
	
.box_termekek ul {
	font: 13px Arial;
	color: #1e1e1e;
	text-indent: 15px;
	list-style-position: inside;
	}
	
.box_termekek hr, .box_big_tartalom hr {
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: 0;
	color: #c9c6b9;
	background-color: #c9c6b9;
	clear: both;
	}

.box_termekek img {
	margin: 0 10px 5px 0;
	float: right;
	}
	
.box span.kiemelt, .box_dupla span.kiemelt, .box_termekek span.kiemelt {
	font-size: 14px;
	font-weight: bold;
	}

div#top {
	width: 154px;
	height: 215px;
	overflow: hidden;
	margin: 0 auto;
	}

div#top img {
	width: 152px;
	height: 215px;
	border: 0;
	}
	
p.go_top {
	margin: 10px;
	text-align: center;
	}
	
p.go_top a {
	font: bold 11px Arial;
	color: #855726;
	}
	
p.go_top a:hover {
	text-decoration: underline;
	}
	
#partner_logok {
	width: 977px;
	height: 390px;
	margin: 0 auto;
	background: url('../images/partner_logok_3.jpg') no-repeat;
	}
	
#hirlevel_form {
	z-index: 20;
	}
	
#uzenet_form input, #uzenet_form textarea, #hirlevel_form input {
	width: 218px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #aca2a6;
	}

#uzenet_form textarea {
	height: 70px;
	}
	
#uzenet_form  p.csillag, #hirlevel_form p.csillag {
	width: 280px;
	padding: 3px 0 0 0;
	font-size: 11px;
	color: #460000;
	}
	
#uzenet_form p.csillag {
	text-align: center;
	}
	
#uzenet_form label, #hirlevel_form label {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	}
	
form#uzenet_form input.uzenet_gomb, form#hirlevel_form input.hirlevel_gomb {
	width: 121px;
	height: 23px;
	margin: 5px 8px;
	font-weight: bold;
	color: white;
	border: 0;
	background: url('../images/button.jpg') no-repeat;
	cursor: pointer;
	}

#uzenet_form input.uzenet_gomb {
	margin: 0px;
	}
	
#referencia_form {
	margin-top: 15px;
	}
	
#referencia_form select {
	border: 1px solid #aca2a6;
	}
	
#referencia_form label {
	font-weight: bold;
	padding-bottom: 5px;
	display: inline-block;
	color: #460000;
	}
	
span.ref_tooltip {
	padding: 5px 3px 2px 3px;
	background: white;
	border: 1px solid #aca2a6;
	font-weight: bold;
	color: #242526;
	text-align: center;
	display: block;
	}
	
span.ref_tooltip img {
	padding-top: 5px;
	border-top: 1px solid gray;
	}
	
div#belepes_top {
	width: 1000px;
	/*height: 270px;*/
	background: url('../images/belepes_top_bg.jpg') no-repeat;
	}
	
div#letoltes_top {
	width: 1000px;
	height: 226px;
	background: url('../images/letoltes_top_bg_2.jpg') no-repeat;
	}
	
div#letoltes_top ul {
	width: 630px;
	padding: 10px 10px 10px 60px;
	font: bold 13px Arial;
	color: #322107;
	}
	
div#letoltes_top ul li {
	margin: 3px 0;
	}
	
div#letoltes_top ul ul {
	padding: 0 20px;
	list-style-type: square;
	font-weight: normal;
	}
	
.box_big_tartalom p.megjegyzes {
	font: 14px Arial;
	color: #460000;
	}
	
div.rejtett {
	display: none;
	}
	
form#login_form {
	width: 630px;
	padding: 15px 0 15px 0px;
	font: 13px Arial;
	color: #322107;
	text-align: left;
	}
	
form#login_form label {
	width: 100px;
	display: inline-block;
	font-weight: bold;
	}

#login_form input {
	width: 200px;
	height: 18px;
	margin: 5px;
	line-height: 18px;
	}
	
#login_form 	input#login_button {
	width: 121px;
	height: 23px;
	margin: 15px 0 5px 105px;
	padding: 0;
	font-weight: bold;
	color: white;
	border: 0;
	background: url('../images/button.jpg') no-repeat;
	cursor: pointer;
	}

div#oldalterkep_top {
	width: 1000px;
	background: url('../images/oldalterkep_top_bg2.jpg') no-repeat;
	}
	
div#oldalterkep_top ul {
	width: 630px;
	padding: 10px 10px 10px 100px;
	font: bold 13px Arial;
	color: #322107;
	}
	
div#oldalterkep_top ul li {
	margin: 3px 0;
	}
	
div#oldalterkep_top ul ul {
	padding: 0 30px;
	list-style-type: square;
	font-weight: normal;
	}
	
div#hasznalt_top {
	width: 1000px;
	height: 213px;
	background: url('../images/hasznalt_top_bg.jpg') no-repeat;
	}
	
#lablec {
	width: 100%;
	height: 141px;
	background: url('../images/lablec_bg.jpg') repeat-x;
	}
	
#gradientline {
	width: 650px;
	height: 2px;
	margin: 0 auto;
	background: url('../images/gradientline2.jpg') no-repeat;
	}
	
#lablec p {
	padding: 20px 0 5px 0;
	font: 11px Arial;
	color: #303133;
	text-align: center;
	line-height: 20px;
	}
	
#lablec a {
	color: #303133;
	}

	
#lablec p#copyright {
	padding: 0px;
	}
	
#lablec span.goor {
	font-weight: bold;
	}
	
#lablec span.goor a:hover {
	text-decoration: underline;
	color: #460000;
	}
	
div#kulcs {
	width: 1000px;
	margin: 10px auto;
	font: 10px Arial;
	/*color: #dda95d;*/
	color: #ba8b57;
	text-align: justify;
	}

div#kulcs h1, div#kulcs h2, div#kulcs h3, div#kulcs p, div#kulcs strong {
	font: 10px Arial;
	color: #6d593f;
	display: inline;
	}
