/* CSS Document */

html, body
{
height: 100%;
}

body
{
text-align: center; /* Centers all divs */
background-image:url(https://hezekiah.hu/kep1/hatter2008.jpg);
}

*{
  padding:auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  margin-top:0;
  }

A
{
color: #A0522D;
text-decoration: none;
font: 11 arial;}

#mind
{
width: 1000px;
background:transparent;
}

#tartalom
{
width: 800px;
background:transparent;
float:left;
}

#fej
{
width: 800px;
height: 93px;
background:url(kep/fejlec.jpg);
}

#fejmenu
{
width: 800px;
height: 24px;
background:url(https://www.hezekiah.hu/kep1/fejmenu_uj.jpg);
font-family: 10 arial;
font-color: #FFFFF0;
text-decoration: none;
}

.btext {
 background: #F7E7D2;
 }

.menu
{
	font-size: 11px;
        font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:link {color: rgb(255, 255, 200); }
a.menu:visited {color: rgb(210, 210, 210); }
a.menu:hover  {color: rgb(255, 255, 255); }
a.menu:active {color: rgb(230, 255, 230);}

.fmenu
{
        font-family: arial;
	font-size: 12px;
        font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.fmenu:link {color: rgb(255, 255, 200); }
a.fmenu:visited {color: rgb(255, 255, 200); }
a.fmenu:hover  {color: rgb(255, 255, 255); }
a.fmenu:active {color: rgb(230, 255, 230);}

#hirdetes
{
float:left;
width: 200px;
height: 855px;
text-align: center;
}

#hirdetures
{
width: 200px;
height: 222px;
text-align: center;
}

#hirdetdoboz
{
margin-left:auto;
margin-right:auto;
margin-bottom:0;
margin-top:0;

width: 182px;
height: 633px;
background:url(kep/hirdetdoboz2011.jpg);
text-align: center;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 0px; /*utolsó paddig 43 eredetileg*/
	margin: 0 0 0 0;
	background: url(kep/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 12px 0 4px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(kep/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(kep/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}