
/* alap formázások */

body, td
{
	font-family: tahoma;
	font-size: 12px;
}

body
{
	margin: 0px;
	/*background-image: url('images/bodybg.jpg'); */
	background-color: #dd790a;
}

body, html
{
	height: 100%;
}

td
{
	padding: 0px;
	vertical-align: top;
}

ol, ul
{
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

ul
{
	list-style-image: url('images/li.gif');
}

ol li a,
ul li a
{	
	color: #dd790a;
	text-decoration: none;
}

ol li a:hover,
ul li a:hover
{	
	text-decoration: underline;
}


a
{
	color: #ecb127;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

fieldset
{
	border: solid 1px #ecb127;
	width: 90%;
	padding: 10px;
}

legend
{
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #dd790a;
}

/* fejlécek */

h1,
h2,
h3
{
	/*font-family: tahoma;*/
}

/* régi h1
h1
{
	border-bottom: solid 1px #ecb127;
	font-size: 20px;
	text-transform: uppercase;
}
*/

h1
{
	background-image: url(images/h1bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #de780a;
}

h2
{
	font-size: 13px;
	font-style: italic;
}

h3,
h4
{
	font-size: 12px;
}

h4
{
	margin: 0px;
	margin-bottom: 3px;
}

hr
{
	border: 0px;
	border-bottom: solid 1px #ecb127;
}
