@CHARSET "UTF-8";
html {
	 background-image: url('images/hatter.png');
	 margin: 10px 0px 0px 0px; 
	 border-width: 0px;
	 border-style: none;
	 }
div#container {
	width: 896px;
	margin: 0px auto 0px auto;
	background-color: white;
	 border-width: 0px;
	 border-style: none;
	}
div#header {
	width: 896px;
	height: 149px;
	/*
	background:transparent url('images/header.png') no-repeat scroll 0 0;
	*/
	border-width: 0px;
	border-style: none;
	}
div#main_body {
	float:left; 
	width:415px; 
	margin:10px 10px 10px 10px;
	}
div#footer {
	width: 896px;
	height: 35px;
	background:transparent url('images/footer.png') no-repeat scroll 0 0;
	border-width: 0px;
	border-style: none;
	clear: both;
	}
div#menu {
	width: 896px;
	height: 42px;
	margin: 10px auto 0px auto;
	background:transparent url('images/menu_background.png') no-repeat scroll 0 0;
	border-width: 0px;
	border-style: none;
	}
div.box_head {
	width: 200px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background:transparent url('images/box_head.png') no-repeat scroll 0 0;
	border-width: 0px;
	border-style: none;
	text-align:center;
	color:white;
	font-size: 12px;
	font-family: Tahoma;
	}
div.box {
	width: 200px;
	margin: 0px 0px 0px 0px;
	background:#c8e18d none no-repeat scroll 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #6b9d3a;
	}
div.box li {
	color: #828a7b;
	list-style-image: url('images/list_style.png');
	}
div.box a {
	color: #828a7b;
	text-decoration: none;
	}
div.product_box_top {
	width: 600px;
	height: 10px;
	background:transparent url(images/product_box_top.png) no-repeat scroll 0 0;
	}
div.product_box_body {
	width: 600px;
	background:transparent url(images/product_box_body.png) repeat-y scroll 0 0;
	padding: 0px 0px 0px 0px;
	}
div.product_box_bottom {
	width: 600px;
	height: 10px;
	background:transparent url(images/product_box_bottom.png) no-repeat scroll;
	}
div.product_reszletek_top {
	width: 395px;
	min-height: 200px;
	background:transparent url(images/product_reszletek_top.png) no-repeat scroll 0 0;
	}
div.product_reszletek_body {
	width: 395px;
	background:transparent url(images/product_reszletek_body.png) repeat-y scroll 0 0;
	padding: 0px 0px 0px 0px;
	}
div.product_reszletek_bottom {
	width: 395px;
	height: 12px;
	background:transparent url(images/product_reszletek_bottom.png) no-repeat scroll;
	}
img.menu_mail {
	width: 25px;
	height: 42px;
	border-width: 0px;
	border-style: none;
	}
img.menu_phone {
	width: 26px;
	height: 42px;
	border-width: 0px;
	border-style: none;
	}
a {
	text-decoration:none;
	color: black;
	font-weight: bold;
    }
a.menu_mail {
	text-decoration:none;
  }
a.menu_phone {
	text-decoration:none;
  }
/* Főmenu */
#main_menu_nav, #main_menu_nav ul {
	float: left;
	color: white;
	list-style: none;
	line-height: 34px;
	padding: 0;
	margin:0px 0px 0px 60px;
}

#main_menu_nav a {
	display: block;
	font-size: 12pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#main_menu_nav li {
	float: left;
	padding: 0;
}

#main_menu_nav li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	background: #b8d970;
	border: solid white;
	border-width: 0.5px;
	font-size: 12px;
	width: 210px;
}

#main_menu_nav li li {
	padding-right: 0;

}

#main_menu_nav li ul a {
	margin: 0 0 0 0;
	width: 210px;
	font-weight: normal;
}

#main_menu_nav li ul ul {
	margin: -35px 0 0 210px;
}

#main_menu_nav li:hover ul ul, #main_menu_nav li:hover ul ul ul, #main_menu_nav li.sfhover ul ul, #main_menu_nav li.sfhover ul ul ul {
	left: -999em;
}

#main_menu_nav li:hover ul, #main_menu_nav li li:hover ul, #main_menu_nav li li li:hover ul, #main_menu_nav li.sfhover ul, #main_menu_nav li li.sfhover ul, #main_menu_nav li li li.sfhover ul {
	left: auto;
}

#main_menu_nav li:hover, #main_menu_nav li.sfhover {
	text-decoration:underline;
	background: #b8d970;
}

div#product_type_head {
	width: 620px;
	height: 40px;
	background:transparent url('images/product_type_head.png') no-repeat scroll 0 0;
	border-width: 0px;
	border-style: none;
	float: right;
	}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	border-style: 2;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	font-weight: bold;
}

submit  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #152B5B;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
;
 border-color: #000033 #000066 #000066 #000000; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 2px
}
