/* Body tagok */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

table, tr, td, p, ul, li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.alap {
	background-image: url(../img/bg.gif);
}

td.left_bg {
	background: url(../img/bg_left.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

td.right_bg {
	background: url(../img/bg_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

td.menu_bg {
	background: url(../img/menu_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

td.leftmenu_bg {
	background: url(../img/leftmenu_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

td.center {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

td.footer {
	background: url(../img/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

td.footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #829a66;
	text-indent: 10px;
}

td.footer td a {
	color: #829a66;
}

table.esemenyek {
	color: #000;
	background-color: #b8be9b;
}

table.esemenyek img {
	vertical-align: middle;
}

td.leftmenu_bg h1 {
	display: none;
}

/* Balmenu */
ul.balmenu {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0px;
	width: 141px;
	list-style: none;
}

ul.balmenu li {
	height: 19px;
	line-height: 19px;
}

ul.balmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	background: url(../img/leftmenu_li_over_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 10px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

ul.balmenu li a:hover {
	background: url(../img/leftmenu_li_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #5a0800;
}



