/* Globális */

html, body	{
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/main_bg.png) repeat-x #acacac;
}

a, a:link, a:hover, a:active, a:visited	{ 
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

h1	{
	font-size: 18px;
}

h2	{
	font-size: 15px;	
}

s1	{
	font-size: 11px;
}

/* Váz  */

.container	{
	width: 820px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 0px;
	margin: 0 auto;
	background: white;
	text-align: left;
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
}

.header	{
	width: 820px;
	height: 20px;
	background: #ffffff;
}

.logo	{
	position: absolute;
	top: 5px;
	width: 110px;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 0; 
}

.menu	{
	width: 820px;
	height: 42px;
	text-align: right;
}

.midsection	{
	width: 800px;
	height: 120px;
	padding: 0;
	margin: 0 10px 0 10px;
	background: url(../images/header_top.jpg) no-repeat;
}

.info	{
	width: 800px;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 10px;
	background: url(../images/header_bottom.jpg) no-repeat;
}

.info_various	{
	width: 600px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.info_static	{
	width: 200px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	position: absolute;
	left: 600px;	
}

.content_container	{
	width: 820px;
	padding-bottom: 20px;
}

.content	{
	padding: 0px 10px 20px 10px;
	margin: 0;
	text-align: left;	
	border: 0;
}

.without_sidebar	{
	width: 800px;
}

.with_sidebar	{
	width: 600px;
	float: left;
}

.footer	{
	position: absolute;
	bottom: 0 !important;
 	bottom: -1px;
	width: 820px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
	background-color: #398582;
	color: #ffffff;
}

.pagetitle	{
	position: relative;
	left: 0;
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid black;
	margin: 20px 0px 20px 0px;
	padding: 2px 0 2px 0;	
}

/* Oldalsáv */

.sidebar_container {
	width: 180px;
	min-height: 120px;
	background-color: #ffffff;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 630px;
	padding: 0;
}

/* Tartalom specifikus */

td.forklift_images	{
	width: 300px;
	text-align: center;
	border-right: 1px solid #737373;
	background: #e9e9e9;
}

a.imglink img	{
	filter:alpha(opacity=80);	/* IE */
	-moz-opacity: 0.8;	/* Gecko */
	opacity: 0.8;	/* CSS3 */
	border: 1px solid #737373;
	margin: 10px;
	padding: 0;
}

a.imglink:hover	img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 1px solid #ffca59;
	margin: 10px;
	padding: 0;
}

td.product_images	{
	width: 200px;
	text-align: center;
	border-right: 1px solid #737373;
	background: #e1e1e1;
}

td.details_fixed	{
	padding-left: 10px;
	font-size: 13px;
	line-height: 22px;
}

td.details	{
	padding-left: 10px;
	font-size: 13px;
}

.contact	{
	position: relative;
	margin-top: 10px;
	text-align: left;
}

/* Info dobozok */

.itembox	{
	width: 180px;
	min-height: 120px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}

.itembox_top	{
	width: 100%;
	margin: 0;
	padding: 1px;
	position: relative;
	top: 0; 
}

.itembox_mid	{
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

.itembox_bot	{
	width: 180px;
	height: 10px;
	padding: 0;
	margin: 0;
}

.itembox_top a,.itembox_top a:hover,.itembox_top a:active,.itembox_top a:visited	{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.itembox_mid a,.itembox_mid a:hover,.itembox_mid a:active,.itembox_mid a:visited	{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.normal_top	{
	background: url(../images/itembox_top.png) no-repeat;
}

.normal_mid	{
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
}

.normal_bot	{
	background: url(../images/itembox_bottom.png) no-repeat;
}

.hover_top	{
	background: url(../images/itembox_top_hover.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}

.hover_mid	{
	border-left: 1px solid #ffae44;
	border-right: 1px solid #ffae44;
	cursor: hand;
	cursor: pointer;
}

.hover_bot	{
	background: url(../images/itembox_bottom_hover.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}

.clearfix	{
	clear: both;
	width: 0;
	height: 0;
}

/* Menürendszer */

.menu_firstlevel	{
	width: 820px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background-color: #398582;
	/*background: url(../images/menu_bg.png) repeat-x;*/
}

.menu_firstlevel a,.menu_firstlevel a:link,.menu_firstlevel a:hover, .menu_firstlevel a:active, .menu_firstlevel a:visited	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.menu_secondlevel	{
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.menu_secondlevel a,.menu_secondlevel a:link,.menu_secondlevel a:visited,.menu_secondlevel a:active	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: url(../images/arrow_b2.gif) left no-repeat;
	margin: 0;
	padding: 1px 5px 1px 9px;
}

.menu_secondlevel a:hover, .menu_secondlevel a:focus	{
	color: #d87417;
	background: url(../images/arrow_b2_hover.gif) left no-repeat;
	padding: 1px 5px 1px 9px;
	text-decoration: none;
}

.hidden	{
	display: none;
}
