@charset "iso-8859-2";
/* CSS Document */


body {
	margin: 0px 0 10px 0;
	padding: 0px;
	background: #626262 url(../images/main_bg_x.png) repeat-x;
	font: normal 13px Tahoma, Geneva, sans-serif;
}
.clear {
	clear: both;
}
a, input, object {
	outline: none;
}
a img {
	border: 0px;
}
hr {
	margin: 0px 0px;
	padding: 3px 0px;
	height: 0px;
	border: 0px;
	border-bottom: 1px dashed #ccc;
	font-size: 0px;
	line-height: 0px;
	background: none;
}
div.outer_frame_hu {
	background: url(../images/main_bg_top_hu.png) no-repeat center top;
}
div.outer_frame_ro {
	background: url(../images/main_bg_top_ro.png) no-repeat center top;
}
div.outer_frame_en {
	background: url(../images/main_bg_top_en.png) no-repeat center top;
}
div.outer_frame_rs {
	background: url(../images/main_bg_top_en.png) no-repeat center top;
}
div.outer_frame_za {
	background: url(../images/main_bg_top_za.png) no-repeat center top;
}
div.main_frame {
	position: relative;
	top: 200px;
	width: 1000px;
	margin: 0px auto 0 auto;
	padding: 0px 0 10px 0;
}
/********************* HEADER **********************/
div.header_frame {
	position: absolute;
	top: -180px;
	width: 1000px;
	height: 160px;
	z-index: 200;
}
div.header_frame a.banner_frame {
	display: block;
	height: 111px;
	left: 435px;
	position: absolute;
	top: 4px;
	width: 331px;
	text-align: right;
}
div.h_login_box {
	position: absolute;
	top: 4px;
	left: 770px;
	width: 226px;
	height: 148px;
	font-size: 12px;
}
div.h_login_box div.logged {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 226px;
	height: 148px;
	background: url(../images/login-logged-bg.png) no-repeat center 3px;
	bottom: 0px;
}
div.h_login_box div.logged div.welcome {
	color: #fff;
	font: normal 20px Tahoma, Geneva, sans-serif;
	padding: 5px 10px;
}
/*
div.h_login_box input.text {
	position: absolute;
	left: 16px;
	width: 194px;
	border: 0px;
	background: none;
	font-size: 12px;
}
*/
div.h_login_box input.text {
	position: absolute;
	left: 8px;
	width: 190px;
	height: 30px;
	background: url(../images/login-input.gif) no-repeat center center;
	font-size: 12px;
	border: 0px;
	line-height: 30px;
	padding: 0 10px;
}
div.h_login_box input#login_name {
	top: 38px;
}
div.h_login_box input#login_pw {
	top: 78px;
}
div.h_login_box input.button {
	position: absolute;
	top: 116px;
	left: 68px;
	width: 90px;
	height: 28px;
	border: none;
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	cursor: pointer;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
div.header_frame a.banner_frame {
	display: block;
	position: absolute;
	top: 4px;
	left: 435px;
	width: 331px;
	height: 111px;
}
div.header_frame a.nav_home {
	position: absolute;
	top: 56px;
	left: 16px;
	display: block;
	width: 416px;
	height: 50px;
}
div.header_frame a.nav_group {
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	width: 100px;
	height: 34px;
}

/************* MAIN MENU ************/
div#main-menu {
	position: absolute;
	top: 123px;
	left: 9px;
	width: 720px;
	height: 30px;
	line-height: 30px;
	z-index: 300;
}
div#main-menu div.mp {
	position: relative;
	float: left;
	margin: 0 4px;
	height: 30px;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 30px;
/*	text-shadow: #070d1f 0px 1px 0px;*/
	cursor: pointer;
}
div#main-menu div.mp a {
	color: #52545b;
	display: block;
	text-decoration: none;
	height: 30px;
	float: left;
	cursor: pointer;
}
div#main-menu div.mp a span {
	display: block;
	padding: 0 20px;
	height: 30px;
	float: left;
	cursor: pointer;
}
div#main-menu div#choose-lang {
	float: right;
}
*html div#main-menu div#choose-lang {
}
div#main-menu div#choose-lang a {
}
*html div#main-menu div#choose-lang a {
}
div#main-menu div#choose-lang a span {
}
*html div#main-menu div#choose-lang a span {
	padding-top: 7px;
	line-height: 23px;
}
div#main-menu div#choose-lang div.sub-menu a {
	float: none;
}
*html div#main-menu div#choose-lang div.sub-menu a {
}
div#main-menu div#choose-lang img {
	vertical-align: middle;
	display: inline;
	margin: 0 5px 0 0;
}

div#main-menu div.mp a:hover {
	background:  url(../images/mp_over.png) no-repeat right top;
}
div#main-menu div.mp a:hover span{
	background:  url(../images/mp_over-left.png) no-repeat left top;
}
div#main-menu div.mp a.active {
	color: #fff;
	background:  url(../images/mp_active.png) no-repeat right top;
}
div#main-menu div.mp a.active span{
	background:  url(../images/mp_active-left.png) no-repeat left top;
}

div#main-menu div.mp div.sub-menu {
	position: absolute;
	top: 26px;
	left: 6px;
	background: #e6e5e4;
	border: 1px solid #f4f2f0;
	
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	opacity: 0.94;
	
	display: none;
}
div#main-menu div.mp div.sub-menu a {
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 10px;
	line-height: 18px;
	height: auto;
	float: none;
}
div#main-menu div.mp div.sub-menu a:hover {
	background: #fff;
}


/************* BODY TOP ANIM ************/
a.body_top_anim {
	display: block;
	position: absolute;
	z-index: 200;
	top: 165px;
	left: 550px;
	width: 199px;
	height: 90px;
	background: url(../images/body_top_anim.gif) no-repeat left top;
	text-decoration: none;
}
a.body_top_anim table {
	position: relative;
	width: 187px;
	height: 79px;
	margin: 4px 6px;
}
a.body_top_anim table td {
	color: #fff;
	text-align: center;
	font: bold 14px Tahoma, Geneva, sans-serif;
	line-height: 24px;
}
a.body_top_anim table td a {
	position: relative;
}

table.body_top_anim {
	position: absolute;
	z-index: 200;
	top: 165px;
	left: 550px;
	width: 199px;
	height: 90px;
	background: url(../images/body_top_anim.gif) no-repeat left top;
	text-decoration: none;
	cursor: pointer;
}
table.body_top_anim td {
	color: #fff;
	text-align: center;
	font: bold 14px Tahoma, Geneva, sans-serif;
	line-height: 24px;
	cursor: pointer;
	
}
/********************* BODY **********************/
div.body_outer_frame {
	background: url(../images/body_bg_y.png) repeat-y;
	margin: 0px 0 10px 0;
}
div.body_frame {
	background: url(../images/body_bg_bottom.png) no-repeat center bottom;
	padding: 0 0 10px 0;
}
div.body_bottom {
	height: 80px;
	padding: 20px 0 0 0;
	background: url(../images/body_bottom.png) no-repeat left top;
}
* html div.body_bottom {
	font-size: 0px;
/*	background: #000 url(../images/body_bottom.png) no-repeat 6px 0px;*/
}
div.body_bottom a.logo_nav {
	position: absolute;
	margin: 0px 0 0 410px;
	display: block;
	width: 180px;
	height: 80px;
}
div.body_bottom a.logo_nav2 {
	position: absolute;
	margin: 0px 0 0 170px;
	display: block;
	width: 180px;
	height: 80px;
}
div.body_bottom a.logo_nav3 {
	position: absolute;
	margin: 0px 0 0 650px;
	display: block;
	width: 140px;
	height: 80px;
}
div.content_frame {
	float: left;
	width: 768px;
	background: url(../images/content_top_bg.png) no-repeat left top;
}
div.right_frame {
	float: right;
	width: 232px;
	background: url(../images/right_top_bg.png) no-repeat left top;
}
div.welcome_right {
	background-image: url(../images/right_top_bg-welcome.png);
}
div.welcome_right {
	
}
*html div.right_frame {
}
div.right_top {
	padding: 7px 10px 4px 6px;
}
*html div.right_top {
	padding: 7px 0 4px 0;
}
div.right_top a {
	line-height: 25px;
	display: block;
	width: 102px;
	height: 25px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 14px;
	margin: 0 2px 0 2px;
	font-weight: bold;
}
div.right_top a:hover,
div.right_top a.active {
	background: url(../images/right_top_over.png) no-repeat;
}
div.right_content {
	padding: 10px 10px 0px 6px;
}
*html div.right_content {
	padding: 10px 0 0 0;
}
div.footer_frame {
	background: url(../images/footer_bottom.png) no-repeat center bottom;
	padding: 0 0 10px 0;
}
div.footer {
	background: url(../images/footer_top.png) no-repeat center top;
	color: #555;
	font-size: 12px;
}
*html div.footer {
	margin: 0 0 10px 0;
}
div.footer a {
	color: #777;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
	color: #fff;
}
div.footer_header {
	line-height: 20px;
	margin: 0 0 0px 0;
	padding: 0 10px 2px 10px;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
div.footer_content {
	text-align: center;
	padding: 4px 10px 4px 10px;
	background: url(../images/footer_bg.gif) repeat-y;
}
div.footer_keywords {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 8px 0 8px 0;
	margin: 8px 0 8px 0;
}
div.footer_keywords a {
	padding: 0 5px 0 5px;
}
div.footer_content h2 {
	margin: 6px 0 0px 0;
	padding: 0 0 0 0;
	font-size: 14px;
}

/******* RIGHT CONTENT *******/
div.contact_box {
	color: #adb0b2;
	font-size: 11px;
	padding: 0 0 20px 0;
	line-height: 14px;
	width: 200px;
	margin: 0 auto;
	position: relative;
}
div.welcome_right div.contact_box {
	padding-top: 38px;
}
div.contact_box a {
	color: #adb0b2;
	text-decoration: none;
}
div.contact_box a:hover {
	text-decoration: underline;
}
div.contact_box span.place {
	color: #000;
	font-size: 14px;
}

div.contact_box a.right-spec {
	position: absolute;
	display: block;
	width: 234px;
	height: 40px;
	background: url(../images/right-spec.png) no-repeat;
	text-align: center;
	color: #fff;
	top: 4px;
	left: -6px;
	font: bold 13px/29px Tahoma, Geneva, sans-serif;
	text-shadow: #032e4b 0px 1px 1px;
	
}
div.contact_box table.main_contact {
	width: 200px;
	height: 58px;
	text-align: center;
	margin: 0 auto 20px auto;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
div.contact_box div.info_box {
	color: #adb0b2;
	font-size: 11px;
	width: 200px;
	padding: 4px 0px;
	margin: 0px;
}
*html div.contact_box div.info_box {
	margin: 0 auto;
}
div.contact_box div.info_box a {
	text-decoration: none;
}
div.contact_box div.info_box a:hover {
	color: #fff;
}
div.contact_box div.info_box div.data_name,
div.contact_box div.info_box div.data_name a {
	color: #ff911c;
	font-weight: bold;
}
div.contact_box div.info_box div.data_name a:hover {
	color: #fff;
}
div.contact_box div.info_box div.data {
	padding: 4px 10px 0px 10px;
}
*html div.contact_box div.info_box div.data {
	padding: 4px 0px 0px 0px;
}
div.contact_box div.right_logo {
	text-align: center;
}

div.contact_box hr {
	border-color: #364a59;
	display: block;
}
*html div.contact_box hr {
	margin: 0px;
}



table.demo-btn {
	width: 200px;
	height: 49px;
	margin: 6px auto;
}
table.demo-btn tr {
}
table.demo-btn tr td {
	vertical-align: middle;
	padding: 0 100px 0px 6px;
	cursor: pointer;
	font-size: 12px;
	color: #e5e3e3;
}
table.demo-btn tr td.over {
	color: #fff;
	padding-top: 2px;
}
table.demo-btn tr.ceges td {
	background: url(../images/cegeskocsi_demo_n.jpg) no-repeat;
}
table.demo-btn tr.ceges td.over {
	background: url(../images/cegeskocsi_demo_h.jpg) no-repeat;
}
table.demo-btn tr.fuvar td {
	background: url(../images/fuvarozas_demo_n.jpg) no-repeat;
}
table.demo-btn tr.fuvar td.over {
	background: url(../images/fuvarozas_demo_h.jpg) no-repeat;
}
table.demo-btn tr.munka td {
	background: url(../images/munkagep_demo_n.jpg) no-repeat;
}
table.demo-btn tr.munka td.over {
	background: url(../images/munkagep_demo_h.jpg) no-repeat;
}
table.demo-btn tr.hajo td {
	background: url(../images/hajo_demo_n.jpg) no-repeat;
}
table.demo-btn tr.hajo td.over {
	background: url(../images/hajo_demo_h.jpg) no-repeat;
}
table.demo-btn tr.belfold td {
	background: url(../images/map_in_n.jpg) no-repeat;
}
table.demo-btn tr.belfold td.over {
	background: url(../images/map_in_h.jpg) no-repeat;
}
table.demo-btn tr.kulfold td {
	background: url(../images/map_eu_n.jpg) no-repeat;
}
table.demo-btn tr.kulfold td.over {
	background: url(../images/map_eu_h.jpg) no-repeat;
}
table.demo-btn tr.ro td {
	background: url(../images/map_in_n.jpg) no-repeat;
}
table.demo-btn tr.ro td.over {
	background: url(../images/map_in_h.jpg) no-repeat;
}