body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,sans-serif;
	background-color:#000000;

}

table.feher {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #08013F;
	border-collapse: collapse;
}

/*  GLOBAL SPACERS  */
.onepixelspace
{ font-size: 1px; line-height: 1px;  margin: 0px; padding: 0px}

.style1 {color: orange}

.szoveg
{ 
	line-height: 19px; 
	margin: 0; 
	padding: 0; 
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.szoveg a:link		{color: black; text-decoration:none}
.szoveg a:visited	{color: black; text-decoration:none}
.szoveg a:hover		{color: orange; text-decoration:none}
.szoveg a:active	{color: orange; text-decoration:none}

.szoveg2
{ 
	line-height: 17px; 
	margin: 0; 
	padding:0; 
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.szoveg2 a:link		{color: #FFFFFF; text-decoration:none}
.szoveg2 a:visited	{color: #FFFFFF; text-decoration:none}
.szoveg2 a:hover		{color: #FFDE00; text-decoration:none}
.szoveg2 a:active	{color: orange; text-decoration:none}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-size: 12;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
font-size: 12;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
font-size: 12;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}