/* #Content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	padding-left: 20px;
}
#Content ul ul {
	padding-left: 20px;
}
#Content li {
	padding: 0;
	margin: 0;
}
*/
#Content ul {
	padding-left: 5px;
}

#Content ul.UgroLista { /* Style for a jump-ahead type of list */
	list-style-type: none;
	padding: 0;
	background-image: none;
}
#Content ul.UgroLista li {
	background-image: none;
	padding: 0;
}

#Content .UgroLista a {
	padding-left: 20px;
	border-bottom: 0;
}
#Content .UgroLista a:hover {
	background-image:url(../Images/jobbnyil.gif);
	background-position: 50% /*top*/ left;
	background-repeat: no-repeat;
}

#Content h2 a { /* Works in all except IE */
	color: inherit;
	border-bottom: inherit;
	padding-left: 0;
}
#ie-only#Content h2 a { /* IE cannot inherit color and border-bottom. */
	color: #DC7863;
	border-bottom: 0;
}
#Content h2 a { /* IE7 only */
	color: #DC7863 !important!;
	border-bottom: 0 !important!;
}


#Content h2 a:hover {
	background-image: none;
}
#Content h2 a .SzuresAr {
	color: #f96;
/*	padding-left: 4px; */
}
#Content span.Thousand {
/*	padding-left: 2px; */
	padding-right: 3px;
}