/* Ez az a CSS, amit az NKAGR nevezetu layout fajl hasznal.
 * Maga a layout HTML a resource JAR-ban talalhato! */

body.LabsoluteBG { background-color: #cccccc; /*#707070*/ text-align: center;}
div.Lenvelope { padding: 0px; overflow: hidden; width: 882px; margin: 0px auto; text-align: left; }

div.Lheader { width: 760px; height: 160px; padding: 0px; }

div.Ltricolumn { padding: 0px; height: 720px; width: 882px; }

div.Lmenucolumn { float: left; width: 140px; padding: 0px; height: 100%; background-color: #ffffff; }

/* content with IE box model workaround */
div.LcontentcolumnOUTER { float: left; width: 620px; padding: 0px; height: 100%; background-color: #ffffff; }
div.LcontentcolumnINNER { border-left: 1px solid #bcbcbc; padding: 0px; height: 100%; }

div.Lbannercolumn { float: left; width: 122px; padding: 0px; height: 100%; background-color: #cccccc; /*#818181*/ }
div.Lfooter { width: 882px; padding: 0px; }

/* menu specifikus stilusok */
div.Lmenu {
  width: 140px;
  /*height: 36px;*/
  background: url('/pages/portal/gr/images/menu-gomb-hatter-inaktiv.png') no-repeat bottom left;
  /*line-height: 36px;*/
  border-bottom: 1px solid #bcbcbc;
  cursor: pointer;
  color: #696969;
  padding: 9px 0px 9px 0px;
  
}

a.Lmenulink, a:hover.Lmenulink, a:visited.Lmenulink {
  vertical-align: middle;
  /*margin-left: 20px;*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #696969;
  text-decoration: none;
  display: block;
  padding-left: 20px;
}
