/****************************/
/****** 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-image: url('../images/eden-body_head.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #c6d9a8;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	}
	
#head {
	width: 1000px;
	height: 58px;
	margin: 0 auto;
	padding-top: 240px;
	/*background: url('../images/eden-head_4.jpg') no-repeat;*/
	background: url('../images/eden-head_5.jpg') no-repeat;
	}
	
#menu_top {
	width: 910px;
	height: 53px;
	margin: 0 auto;
	background: url('../images/eden-menu_top_bg.jpg') no-repeat;
	}
	
#menu_top p {
	text-align: center;
	padding-top: 15px;
	}
	
#menu_top p a {
	/*font: 20px Arial;*/
	font: 21px Arial;
	color: #ffffff;
	/*padding: 0 15px;*/
	padding: 0 21px;
	}
	
#menu_top p a:hover {
	color: #fff000;
	text-decoration: underline;
	}
	
#menu_top p a.aktiv {
	/*font-weight: bold;*/
	color: #fff000;
	}
	
#tartalom {
	width: 910px;
	margin: 0 auto;
	background: url('../images/eden-tartalom_bg.jpg') repeat-y;
	}
	
#tartalom_befoglalo {
	width: 100%;
	background: url('../images/eden-tartalom_gradient_bg_2.jpg') no-repeat;
	}
	
#tartalom_zaro {
	width: 910px;
	height: 10px;
	background: url('../images/eden-tartalom_zaro.jpg') no-repeat;
	clear: both;
	}
	
#bal {
	width: 251px;
	margin-left: 2px;
	margin-bottom: 15px;
	float: left;
	display: inline;
	}
	
#bal_menu_befoglalo {
	width: 251px;
	margin-bottom: 10px;
	background: url('../images/eden-bal_menu_bg.jpg') repeat-y;
	}	

ul#bal_menu {
	width: 251px;
	padding: 65px 0 0 0;
	list-style: none;
	font: bold 14px Arial;
	background: url('../images/eden-bal_menu_top_bg.jpg') no-repeat;
	}
	
ul#bal_menu li {
	width: 210px;
	margin: 0 auto;
	}
	
ul#bal_menu li a {
	color: white;
	}
	
ul#bal_menu li a.aktiv {
	color: #fff000;
	}
	
ul#bal_menu li a:hover {
	color: #fff000;
	text-decoration: underline;
	}
	
ul#bal_menu li.bal_menu_elvalaszto {
	height: 1px;
	margin: 8px auto;
	background: url('../images/eden-bal_menu_elvalaszto.gif') repeat-x;
	}
	
ul#bal_menu li#bal_menu_zaro {
	width: 251px;
	height: 10px;
	margin-top: 40px;
	/*background: url('../images/eden_bal_menu_zaro.jpg') no-repeat;*/
	background-position: 0px 0px;
	}
	
#seo_ajandekba {
	width: 251px;
	height: 229px;
	background: url('../images/eden-keresooptimalizalast_ajandekba.jpg') no-repeat;
	}
	
#kozep {
	width: 398px;
	padding: 20px 8px;
	font: 13px Arial;
	color: #284701;
	text-align: justify;
	float: left;
	display: inline;
	}
	
#kozep h1 {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	}
	
#kozep h2 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #a23d00;
	text-align: left;
	}
	
#kozep p {
	margin: 10px 0;
	}
	
#kozep hr {
	width: 100%;
	height: 1px;
	padding: 20px 0;
	background: #284701;
	color: #284701;
	line-height: 1px;
	border: 0;
	}
	
#kozep div.hr {
	width: 100%;
	height: 1px;
	margin: 20px 0 10px 0;
	background: url('../images/hr.jpg') repeat-x;
	}

p.kapcsolat {
	font-size: 14px;
	}
	
p.kapcsolat span {
	font-weight: bold;
	}
	
p.kapcsolat a {
	color: #284701;
	}
	
p.kapcsolat a:hover {
	color: #a23d00;
	text-decoration: underline;
	}
	
.csomag {
	width: 128px;
	height: 198px;
	margin: 10px 0;
	float: left;
	display: inline;
	}

.csomag_leiras {
	width: 116px;
	height: 100px;
	margin: 0 auto;
	padding: 50px 5px 0px 6px;
	font: 12px Arial;
	color: #212e10;
	overflow: hidden;
	}
	
.ar {
	font: bold 17px Verdana;
	text-align: center;
	}
	
.ar span {
	font-size: 12px;
	font-weight: normal;
	}
	
#weblap_sablonok {
	background: url('../images/eden-csomag_weblap_sablonok.jpg') no-repeat;
	}
	
#weblap_sablonok p.ar {
	color: #d1275c;
	}

#egyedi_design {
	margin-left: 7px;
	margin-right: 7px;
	background: url('../images/eden-csomag_egyedi_design.jpg') no-repeat;
	}
	
#egyedi_design p.ar {
	color: #dda610;
	}

#tarhely {
	background: url('../images/eden-csomag_tarhely_biztositas.jpg') no-repeat;
	}
	
#tarhely p.ar {
	color: #4c880a;
	}

div#szolgaltatasaink p {
	font-weight: bold;
	line-height: 16px;
	}
	
div#szolgaltatasaink p a {
	font-weight: normal;
	color: #a23d00;
	}
	
div#szolgaltatasaink p a:hover {
	text-decoration: underline;
	}
	
ul#oldalterkep {
	width: 340px;
	padding: 10px 20px;
	font: bold 14px Arial;
	line-height: 20px;
	list-style: square;
	}
	
ul#oldalterkep a {
	color: #284701;
	}
	
ul#oldalterkep a:hover {
	color: #a23d00;
	}
	
ul#oldalterkep li ul {
	padding: 5px 15px;
	font-weight: normal;
	list-style: disc;
	}
	
div.ref {
	width: 396px;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
	}
	
div.ref img {
	margin: 0 5px 0 6px;
	float: left;
	border: 1px solid gray;
	}
	
a.ref_link {
	font-weight: bold;
	text-decoration: underline;
	color: #a23d00;
	}
	
a.ref_link:hover {
	color: #212e10;
	}
	
#jobb {
	width: 241px;
	margin-right: 1px;
	margin-bottom: 15px;
	background: url('../images/eden-jobb_bg.jpg') repeat-y;
	float: right;
	display: inline;
	}
	
#jobb_befoglalo {
	width: 241px;
	padding: 30px 0 0 0;
	background: url('../images/eden-jobb_top_bg.jpg') no-repeat;
	}
	
.jobb_elvalaszto {
	width: 200px;
	height: 1px;
	margin: 8px auto;
	background: url('../images/eden-jobb_elvalaszto_2.gif') repeat-x;
	}
	
#jobb_zaro {
	width: 241px;
	height: 12px;
	background: url('../images/eden-jobb_zaro.jpg') no-repeat;
	}
	
#hivjon_minket {
	width: 216px;
	height: 150px;
	margin: 0 auto;
	background: url('../images/eden-hivjon_minket.jpg') no-repeat;
	}

div#naptar {
	width: 175px;
	margin: 20px auto;
	}
	
.banner_120x240 {
	width: 120px;
	height: 240px;
	margin: 20px auto;
	border: 1px solid gray;
	}
	
#foot {
	width: 920px;
	height: 118px;
	margin: 0 auto;
	background: url('../images/eden-foot_bg.jpg') no-repeat;
	}
	
#foot p {
	padding: 10px 0 4px 0;
	text-align: center;
	font: 13px Arial;
	color: white;
	line-height: 20px;
	}
	
#foot p a {
	color: white;
	}
	
#foot p a:hover {
	text-decoration: underline;
	}
	
#foot p span {
	padding: 0 10px;
	display: inline-block;
	}
	
#foot p#copyright {
	font-size: 12px;
	}
