/* CSS Document */

html, body
{
height: 100%;
}

body
{
text-align: center; /* Centers all divs */
}

*{
  padding:auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  margin-top:0;
  }

A
{
color: #A0522D;
text-decoration: none;
font: 11 arial;}

img {padding:5px}

#fej
{
width: 800px;
height: 93px;
background:url(fejlec.jpg);
}

#fejmenu
{
width: 800px;
height: 24px;
background:url(http://www.hezekiah.hu/kep1/fejmenu_uj.jpg);
font-family: 10 arial;
font-color: #FFFFF0;
text-decoration: none;
}

.btext {
 background: #F7E7D2;
 }

.box
  {
  width: 140px;
  background-color: #ffffff;
  border: 0px solid black;
  /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;
  /* for Mozilla */
  -moz-opacity:0.3;
  }


.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);}

