@charset "iso-8859-2";

body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 1000px;
	height: 146px;
	margin: 0 auto;
	background: url('images/header.jpg') no-repeat;
}

#container {
  border: 1px solid black;
  border-top: none;
  width: 1000px;
  margin: 0 auto;
}

ul#menu {
	width: 1000px;
	height: 78px;
	margin: 0 auto;
	list-style: none;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	display: block;
	height: 78px;
}

ul#menu li a span {
	display: none;
}

#menu_fooldal a {
	width: 209px;
	background: url('images/menu_fooldal.jpg');
}

#menu_avitalklubprogramrol a {
	width: 194px;
	background: url('images/menu_vitalklub.jpg');
}

#menu_amelegetelutalvanyrol a {
	width: 195px;
	background: url('images/menu_melegetel.jpg');
}

#menu_csatlakozzonavitalklubettermeihez a {
	width: 195px;
	background: url('images/menu_csatlakozzon.jpg');
}

#menu_kapcsolat a {
	width: 207px;
	background: url('images/menu_kapcsolat.jpg');
}

#menu_fooldal a:hover, #menu_avitalklubprogramrol a:hover, #menu_amelegetelutalvanyrol a:hover, #menu_csatlakozzonavitalklubettermeihez a:hover, #menu_kapcsolat a:hover {
	background-position: bottom;
}

#content {
	width: 1000px;
	min-height: 540px;
	margin: 0 auto;
	padding: 14px 0 15px 0;
	background: #dcddde url('images/content.jpg') no-repeat bottom left;
}

#left {
	float: left;
	width: 155px;
	padding: 0 15px 0 10px;
}

#center {
	float: left;
	width: 635px;
	background: #fff url('images/center_bottom.jpg') no-repeat bottom;
}

span#center_top {
	display: block;
	width: 635px;
	height: 10px;
	background: url('images/center_top.jpg') no-repeat;
}

#center_content {
	padding: 15px 15px 25px 15px;
}

#right {
	float: left;
	width: 157px;
	padding: 0 12px 0 16px;
}

#right img {
	margin: 0 0 5px 0;
}

#footer {
	width: 1000px;
	height: 24px;
	margin: 0 auto;
	padding: 22px 0 0 0;
	background: url('images/footer.jpg') repeat-x;
}

#footer ul {
	width: 675px;
	margin: 0 auto;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 0 10px;
	background: url('images/menuborder.jpg') no-repeat right;
}

#footer ul li.last {
	background: none;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	width: 135px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 20px;
	background: url('images/button.jpg') no-repeat top;
	color: #fff;
	text-decoration: none;
}

a.button:hover {
	background-position: bottom;
}

a.button.double {
	display: block;
	width: 135px;
	height: 35px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 20px;
	background: url('images/button2.jpg') no-repeat top;
	color: #fff;
	text-decoration: none;
}

img.balfent
{
  margin-top: 1px;
}

a.button.double:hover {
	background-position: bottom;
}

a.button_em {
	display: block;
	width: 135px;
	height: 31px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 20px;
	background: url('images/button_em.jpg') no-repeat;
	color: #fff;
	text-decoration: none;
}

a.button2_em {
	display: block;
	width: 135px;
	height: 42px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 20px;
	background: url('images/button2_em.jpg') no-repeat;
	color: #fff;
	text-decoration: none;
}

a.button_em:hover {
	background-position: bottom;
}

a.etteremkereses {
	display: block;
	width: 155px;
	height: 92px;
	margin: 10px 0 0 0;
	background: url('images/etteremkereses.jpg') no-repeat;
}

a.etteremkereses span {
	display: none;
}

.imgleft {
	float: left;
	margin: 0 15px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 15px;
}

.tefal_img
{
  position: relative;
  top: 5px;
}

span.line {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #e2e1df;
}

a.big_button {
	display: block;
	width: 215px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: url('images/big_button.jpg') no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#center_content input {
  border: 1px solid #68554F;
  float: left;
  margin-bottom: 3px;
  width: 200px;
}

#center_content label {
  clear: left;
  display: block;
  float: left;
  width: 240px;
}

#center_content form p {
  height: 20px;
  margin: 0 0 4px;
}

#center_content textarea {
  border: 1px solid #68554F;
  float: left;
  height: 60px;
  margin-bottom: 3px;
  width: 200px;
}

textarea {
  overflow: auto;
}