/* 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;}

#fej
{
width: 800px;
height: 93px;
background:url(kep1/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;
}

#mandala
{
width:610px;
height: 100px;
margin: 0 auto 0 auto;
background: url(mandala-fej.jpg) no-repeat top left;
}

.btext {
 background: #F7E7D2;
 }

.menu
{
	font-size: 12px;
        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);}
