/* közös */

.norepeat 
{
	background-repeat: no-repeat;
}

.float-left  
{ 
	float: left; 
}

.float-right 
{ 
	float: right; 
}

.align-left  
{ 
	text-align: left !important; 
}

.align-right 
{ 
	text-align: right !important; 
}

.align-center 
{ 
	text-align: center !important; 
}

.clear  
{
	clear: both; 
}

.autowidth
{
	width: auto !important;
}

.bold
{
	font-weight: bold;
}

table.strip
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.strip td,
table.strip th
{
	padding: 0px;
	text-align: left;
}

/* design */

table.frame
{
	width: 962px;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* head */

table.frame td.head
{
	background-image: url(images/headbg.jpg);
	height: 87px;
	font-size: 12px;
	font-weight: bold;
}

ul.topmenu 
{
	margin: 0px;
	margin-top: 18px;
	float: right;
	list-style: none;
}

ul.topmenu li 
{
	display: block;
	float: left;
	white-space: nowrap;
	text-align: center;
	padding-top: 3px;
}

ul.topmenu li.topmenudivider
{
	background-image: url(images/topmenudivider.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	width: 6px;
	height: 28px;
}

ul.topmenu li a 
{
	display: block;
	padding: 4px 0px 6px 0px;
	text-decoration: none;
	width: 111px;
	font-size: 11px;
	color: #5c5c5c;
}

/** html ul.topmenu  a {width:1%;}*/

ul.topmenu li a:hover 
{
	background-image: url(images/topmenubg.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
/*
ul.topmenu li a.current 
{
	letter-spacing: 1px;
	color: gray;
}

ul.topmenu li a.current:hover 
{
	color: #fff;
}
*/

/* gyorskereső */



table.frame td.quicksearch
{
	background-image: url(images/qsbg.jpg);
	height: 48px;
}

table.frame td.quicksearch form
{
	margin: 0px;
}

table.frame td.quicksearch .txtboxlogin
{
	width: 100px;
	border: solid 1px #cacaca;
	font-size: 13px;
	color: #5b5b5b;
	padding: 2px;
	height: 16px;
}


/* content */

table.frame td.panel
{
	width: 234px;
	vertical-align: top;
}

table.frame td.divider
{
	background-image: url(images/dividerbg.gif);
	background-repeat: repeat-y;
	width: 13px;
}

table.frame td.content
{
	width: 468px; 
	vertical-align: top;
}

table.html
{
	width: 100%;
	/*height: 400px;*/
	margin-bottom: 15px;
}

table.html td
{
	padding: 5px;
	background-color: #ebebeb;
	border-top: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
	vertical-align: top;
}

/* foot */

table.frame td.foot
{
	background-image: url(images/footbg.jpg);
	height: 62px;
}

table.frame td.foot div
{
	margin-right: 20px;
	margin-top: 38px;
}

table.frame td.foot p
{
	margin-left: 20px;
	display: inline;
	font-size: 11px;
	color: #989898;
}

table.frame td.foot b,
table.frame td.foot strong
{
	color: #2f4155;
}

table.frame td.foot a
{
	color: #989898;
	text-decoration: none;
}

table.frame td.foot a:hover
{
	color: #2f4155;
	text-decoration: underline;
}


