body
{
	margin: 0px;
	padding: 0px;
}

#pageContainer
{
	background: url('img/page_background.jpg') repeat-x;
	height: 100%;
	/*height: 900px; *//*ideiglenes magasság érték !*/
}

#header
{
	width: 940px;
}

.left_shadow
{
	width: 11px;
	background: url('img/left_shadow.jpg');
}

.right_shadow
{
	width: 11px;
	background: url('img/right_shadow.jpg');
}

.category_box_head
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
	height: 41px;
	padding-left: 65px;
	background: url('img/category_box_head.png') no-repeat;
}

.category_box_list
{
	background: url('img/category_box_list.png') repeat-y;
}

.category_box_bottom
{
	height: 15px;
	background: url('img/category_box_bottom.png') no-repeat;
}

.category_list
{
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 40px;
}

.li_arrow
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #555454;
	margin-right: 8px;
}

.category_list li a
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #555454;
	text-decoration: underline;
	text-transform: uppercase;
}

.main_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
	background: url('img/main_title.png') no-repeat;
	background-position: top center;
	height: 38px;
	padding: 12px 0px 0px 35px;
}

.accentuated_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
	background: url('img/accentuated_title.png') no-repeat;
	background-position: top left;
	height: 38px;
	padding: 12px 0px 0px 60px;
	text-align: left;
}