.treeview ul{
	margin: 0px;
	padding: 0px;
}

.treeview li{
	background: url(../stilus/struktura/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 3px;
}

.treeview li.submenu{
	background: url(../stilus/struktura/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul{
	display: none;
}

.treeview .submenu ul li{
	cursor: default;
}

ul.treeview {
	margin: 0px;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.treeview ul {
	margin: 0px;
	padding: 5px;
}
.treeview li {
	width: auto;
	display:block;
}

ul.treeview a, 
ul.treeview a:visited, 
ul.treeview a:link {
	text-decoration: none;
	border: 0px;
}
ul.treeview a:hover {
/*	text-transform:uppercase;*/
	color: #FF0000;
}

.treeview li.submenu {
	border: solid 1px transparent;
}
.treeview li.submenu:hover {
	border: solid 1px #000000;
	background-color: #F4F3E7;
}
.szintektabla {
	color: #68a014;
	font-size: 12px;
}
.szintektabla .grafikoncsik {
	height: 15px;
	display: block;
	background-color: #FF0000;
}
.szintektabla .cim {
	background-color: #d4e0c1;
	color: #68a014;
	font-size:16px;
}
.szintektabla .fejlec {
	border-bottom: solid 2px #003300;
	background-color: #e8f5d4;
}
.szintektabla .sor {
	background-color: #ffffff;
	color: #68a014;
	border-bottom: solid 1px #999999;
}

h1 {
	font-size:22px;
}