/*-----------------------------------------------------------------------------------------------------
	Az egész honlap háttere
	A háttérkép a fejléc éc menü hátterét tartalmazza
------------------------------------------------------------------------------------------------------*/	
body {
	margin: 0px;
	padding: 0px;
	background-color:  #FFFFC8 ;
}
/*-----------------------------------------------------------------------------------------------------
	A honlap tartalmának törzse
	változó szélességű, minimum 800-as szélességhez
	IE5, IE6 alatt fix 1000-es szélességet állítottam be az IE_5_6.css-ben
------------------------------------------------------------------------------------------------------*/	
div#alaplap {
	min-width: 775px; 
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
	position: static; 

	/*background-color: Gray;*/
}
/*-----------------------------------------------------------------------------------------------------
	Fejléc
	Ebben kap helyet a keresés, a Nektár Biobolt elnevezés, a menü és a vízszűrő hirdetés
------------------------------------------------------------------------------------------------------*/	
div#fejlec {
	height: 106px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom:0px;
	
	padding: 0;
	/*
	background-image: url(/Biobolt_images/alap/japan_kert.jpg);
	background-position: 1010px;
	background-repeat: no-repeat;
	*/
	background-color: #228B22;
}
/*-----------------------------------------------------------------------------------------------------
	Fejléc bal oldala
	Ebben kap helyet a keresés, a Nektár Biobolt elnevezés és a menü
------------------------------------------------------------------------------------------------------*/	
div#fejlec_bal {
	height: 106px;
	width: 675px;	 
	float: left;
	background-color: #228B22;
	/*background-color: Fuchsia;*/
}
/*-----------------------------------------------------------------------------------------------------
	A Nektár Biobolt felirat doboza
------------------------------------------------------------------------------------------------------*/	
div#focim {
	width: 662px;
	margin-left: 8px;
	padding: 0;
	height: 68px;
	text-align: center;
	/*background-color: blue;*/
}
/*-----------------------------------------------------------------------------------------------------
	A Nektár Biobolt h1 címsorának beállítása
------------------------------------------------------------------------------------------------------*/	
h1#focim-nektar {
	font-size: 58px;
  	text-align : center;
  	text-decoration: none;
  	margin: 0px 5px 3px 0px;
  	padding-top: 2px;
  	color: #FFA500;
  	font-style: italic;
  	/*background-color: Lime;*/
}  
/*-----------------------------------------------------------------------------------------------------
	Fejléc jobb oldala
	Ebben kap helyet a vízszűrő hirdetés
------------------------------------------------------------------------------------------------------*/		
div#fejlec_jobb {
	float :left;
	width: 319px;
	height: 106px;
	background-color: #228B22;
	/*background-color: Lime;*/
} 	
/*-----------------------------------------------------------------------------------------------------
	Aquaphor vízszűrő hirdetés elemei
	div, img, h2 és hover tulajdonságok 
------------------------------------------------------------------------------------------------------*/	
div#aquaphor {
	height: 90px;
	margin: 6px 0 0 0px;
	width: 315px;
	border: 2px solid #FFA500;
	color: #FEFF3C; 
	/*background-color: red;*/
}

div#aquaphor img {
	float: left;
	margin: 5px 10px 5px 5px;
}

div#aquaphor h2 {
	margin: 5px 0 0 10px;
}

div#aquaphor a {
	color: #FFA500;	
	text-decoration: none;
}

div#aquaphor a img {
	border: none;
}

/*-----------------------------------------------------------------------------------------------------
	A bal oldali oszlop
------------------------------------------------------------------------------------------------------*/	
div#oszlop_bal {
	width: 165px;
	margin: 0px 5px 10px 5px ;
   float: left;
	/*background-color: Blue;*/
}

div#termekeink,div#ajanlataink {
	width: 165px;
	margin: 0px 0 10px 0;	
	/*background-color: Lime;*/
}

.kitolto {
	height: 10px;
	background-image: url(/Biobolt_images/alap/hatter_keskeny_bottom.jpg);
	background-position: bottom;
	/*background-color: Blue;*/
}

div#termekeink ul ,div#ajanlataink ul {
	width: 161px;
	margin: 0 2px 0px 2px;
	padding: 0 0 230px 0px;
	text-decoration: none;	
	list-style-type: none;
	display: block;
	height: 30px; /* a magasság megegyezik a LI magasságával */
	line-height: 30px; /* a sor magassága megegyezik a LI magasságával */
	vertical-align: middle; /* ez rendezi be a szöveget vertikálisan a sor közepére */
	font-weight: bold;
	font-size: 16px;
	background-color: #C8E08A; /*#CAE08E;*/
	border-top: 2px solid;
	border-color:   #70E300;
}

div#ajanlataink ul {
	padding: 0 0 645px 0px;
}
	
div#termekeink ul li a,div#ajanlataink ul li a {
	display: block;
	height: 30px; /* a magasság megegyezik a LI magasságával */
	line-height: 30px; /* a sor magassága megegyezik a LI magasságával */
	vertical-align: middle; /* ez rendezi be a szöveget vertikálisan a sor közepére */
	/*background: url(/Biobolt_images/alap/menu_center.jpg); /* a háttérkép */
	
	/*background-color: #C8E08A; #CAE08E;*/
	font-weight: bold;
	color: #45521A;
	cursor: pointer; /* az egér fölévitelére váltson át kézre a mutató */
   text-decoration: none;	
	border-bottom: 2px solid;
	border-color:   #70E300;
}
/*div#menu ul li a span.left {*/
div#termekeink span.left, div#ajanlataink span.left {
	display: block;
	float: left !important;
	width: 5px; /* szélessége megegyezik a kicsit lentebb látható bg-XXX.gif háttérképek szélességével */
	height: 30px; /* magasság megegyezik a LI magasságával */
}
	
/* a hover állapotú linkek formázásai */
div#termekeink ul li a:hover,div#ajanlataink ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
	background: url(/Biobolt_images/menu//menu_a_center.jpg);
}

div#termekeink  ul li a:hover span.left, div#ajanlataink  ul li a:hover span.left { 
	background-image: url(/Biobolt_images/menu/menu_a_left.jpg); 
} /* a fül hover állapotban ezt a háttérképet fogja megjelenítenia a fül bal oldalán */

div#hirlevel {
	width: 165px;
	margin: 0 0px 10px 0px;
}

div#hirlevel_belso form {
	margin: 0 7px 0px 7px;
	padding: 0 0 10px 0;
}

input:focus {
    background: #FFFFC8;
}

div#hirlevel p {
	padding-top: 5px;
	margin: 0px 0 10px 0;
}

div.top{
	margin: 0px;
	background-image: url(/Biobolt_images/alap/hatter_keskeny_top.jpg);
	background-position: top;
	text-align: center;
	color: #45521A;
	font-size: 18px;
	font-family: "Courier New", sansserif; 
	font-weight: bold; 
	height: 28px;
}

div.middle{
	margin: 0 0 0 0; 
	background-image: url(/Biobolt_images/alap/hatter_keskeny_middle.jpg);
	background-position: bottom;
	background-repeat: x;
}

div.bottom{
	margin: 0 0 0 0; 
	background-image: url(/Biobolt_images/alap/hatter_keskeny_bottom.png);
	background-position: bottom;
	padding-top: 11px;
}

/*-----------------------------------------------------------------------------------------------------
	A jobb oldali oszlop
------------------------------------------------------------------------------------------------------*/	
#oszlop_jobb {
	width: 165px;
	float: right;
	margin: 0px 5px 10px 5px;
	/*background: Red; */
}
/*-----------------------------------------------------------------------------------------------------
	A középső oszlop
------------------------------------------------------------------------------------------------------*/	
div#oszlop_kozepso {
	margin-top: 0px;
	margin-left: 175px;
	margin-right: 175px;
	/*background-color: red;*/
}

/*-----------------------------------------------------------------------------------------------------
	Lábrész
------------------------------------------------------------------------------------------------------*/	
div#lablec {
	margin: 10px 5px 0 5px;
	border: 2px solid #228B22;	
	padding: 7px;
	background-color: #CAE08E;
}
div#lablec a {
	margin: 0 0px 0 5px;
}
.rejtett {
	width: 0px;
	height: 0px;
	border: none;
	visibility: hidden;
} 	
/*-----------------------------------------------------------------------------------------------------
/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#228B22;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#228B22;
}
/* end PageFooter */

------------------------------------------------------------------------------------------------------*/	
/*-----------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------*/	
div.clear {
	clear: both;
}

 .piros {
 	color: red;
 }
 
 .keret {
 	border: 2px solid ;	
	padding: 10px;
 } 

div.oldal_eleje {
	text-align: center;
	
	text-decoration: none;
}

div.oldal_eleje a:visited{
	color: Blue;
}
