/* Layout CSS */
HTML { background: url( images/bg.png ) top center; width: 100%; padding: 0; margin: 0; }
BODY { text-align: center; width: 100%; padding: 0; margin: 0;}
A IMG { border: 0; }
#layoutContainer { width: 777px; margin: 0 auto; height: 80%; min-height: 80%;}

#contentContainer { width: 100%; min-height: 80%; height: 80%; text-align: left; }
#header { height: 149px; }
#headerPic { width: 777px; height: 149px; }
#content { overflow: auto; border: 0; margin: 0; padding: 0; border-spacing: 0; min-height: 300px; height: 100%; background: url( images/content_bg.png ) top left; }
#contentText { padding: 10px 20px; }
#footer { background: url( images/footer.png ) no-repeat; height: 41px; }
#stat { float: left; display: none; }

/* Menu CSS*/
	/* main menu */
#menu, #menu UL { vertical-align: top; background-color: #FFC723; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin: 0; padding: 0; list-style: none; width: 165px; height: 100%; }
#menu li { position: relative; height: 20px; text-align: left; color: #9C7A1E !important; padding: 3px; display: block; background-color: #FFC723; padding-left: 20px; }
#menu li a { color: #9C7A1E !important; font-weight: bold; padding: 2px 0 0 0; display: block; font-weight: bold !important; border: 0; text-decoration: none; }
#menu li:hover, #menu li.over {  color: white !important; background-color: #F15B00; }
#menu li:hover a, #menu li a:hover, #menu li a.over { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: white !important; padding: 2px 0 0 0; display: block; }
#menu li IMG { border: 0; margin-right: 5px; }
#menu li.active { background-color: #E9EB20; border: 1px dotted #9C7A1E; border-width: 1px 0; }
.hand { cursor: pointer; }
	/* submenu */
/* not needed now...
#menu li ul { border: 1px solid black; position: absolute; left: 140px; top: 0; display: none; margin: 0; padding: 0; list-style: none; width: 139px; }
#menu li ul li { background: #4D73BD; border-bottom: 1px dashed #224488; background-image: none; padding: 0; line-height: 22px;}
#menu li ul li:hover, #menu li ul li.over {background: #FFE836; border: 1px outset #FFE836; background-image: none; color: #2255CC !important;}
#menu li:hover ul, #menu li.over ul { display: block; }
*/

/* Eredeti CSS */
.site {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none; text-align: justify; background-color: #000000; border: 1px #FFFFFF solid; cursor: pointer }
.link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFCC00; text-decoration: none }
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #1F63A7; text-decoration: underline}
.mainmenu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none}
.zagol {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #497AC5}
.zagol2 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #497AC5}
.content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; text-decoration: none; text-align: justify}

