body {
	font-family: Trebuchet, Tahoma;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/XPS-pattern.gif);
	background-repeat: repeat;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu-container a {
	color: #FFFFFF;
	
}

a:link, a:active, a:visited {
	text-decoration: none;
}
#footer a {
	text-decoration:none;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-transform:none;
}
#footer a:active {
	color: #FFF;
	text-transform:none;
}

h1 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4e3594;
	margin-bottom: 25px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6C6A18;
	margin-bottom: 10px;
}

.felsorolas-title-BORDER {
	background-color: #EFEFEF;
	padding-top: auto;
	padding-right: 0px;
	padding-top: auto;
	padding-left: 5px;
	border-bottom: 1px solid #FFF;
	border-right:10px solid #FFFFFF;
	color:#333;
	width: 160px;
}

.felsorolas-title-BORDER_title {
	background-color: #E5E5E5;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right:10px solid #FFFFFF;
	color:#4E3594;
	font-size: 15px;
	font-weight: bold;
}

.felsorolas-tartalom {
	color: #666;
	padding:5px;
	font-size:11px;
	font-family:Trebuchet MS, Tahoma;
	border-bottom:1px solid #EFEFEF;
	position: relative;
	top: 0px;
	left: 0px;
}

input,button {
	border:1px solid #888; 
	height:16px; 
	font-size:11px; 
	color: #333;
}

input[type=text],input[type=password] {
	width: 120px;
	z-index: 50;
}

.hibas_input {
	background-color: #F40000;
	color: #FFFFFF;
}

.hint_ie {
	display: none;
	position: absolute;
	z-index: 1;	
	margin-left: 10px;
	width: 250px;
	border: 1px solid #4E3594;
	background-color: #EFEFEF;
	color: #5C335C;
	padding: 2px;
}

.hint_ff {
	display: none;
	position: absolute;
	z-index: 1;	
	margin-left: 135px;
	margin-top: -20px;
	width: 250px;
	border: 1px solid #4E3594;
	background-color: #EFEFEF;
	color: #5C335C;
	padding: 2px;
}


/* csomagkövetés listázás */

.csomagkovetes_title {
	background-color: #583EA1;
	color: white;
	text-align: center;
	font-weight: bold;
	height: 25px;
}

.csomagkovetes_lista_1 {
	background-color: #EFEFEF;
	padding: 5px;
}
.csomagkovetes_lista_2 {
	background-color: #FFF;
	padding: 5px;
}

.csomagkovetes_lista_1:hover {
	background-color: #BDBDE5;
	cursor: pointer;
}

.csomagkovetes_lista_2:hover {
	background-color: #BDBDE5;
	cursor: pointer;
}
.csomagkovetes_lista_1 small{
	color: #999999;
}
.csomagkovetes_lista_2 small{
	color: #999999;
}

.csomagkovetes_lista_etikett_printed {
	background-color: #8C8C8C;
	padding: 5px;
	color: #FFF;
}
.csomagkovetes_lista_etikett_printed:hover {
	background-color: #BDBDE5;
	cursor: pointer;
}
.csomagkovetes_lista_etikett_printed small{
	color: #D2D2D2;
}



.csomagkovetes_title a:link, .csomagkovetes_title a:visited, .csomagkovetes_title a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.csomagkovetes_title a:hover {
	text-decoration: underline;
}

/* autosuggest kereső */
#results {position: absolute; background-color: #EFEFEF; width:260px; border:solid 1px #DEDEDE; display:none;}
#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#results li {border-top:solid 1px #DEDEDE;}
#results li:hover {border-top:solid 1px #DEDEDE; background:#BEBFE8; color: #FFF;}
#results li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{color: #FFF; }
#results ul {padding:6px;}

#felado_results {position: absolute; background-color: #EFEFEF; width:260px; border:solid 1px #DEDEDE; display:none;}
#felado_results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#felado_results li {border-top:solid 1px #DEDEDE;}
#felado_results li:hover {border-top:solid 1px #DEDEDE; background:#BEBFE8; color: #FFF;}
#felado_results li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#felado_results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#felado_results li a:hover{color: #FFF; }
#felado_results ul {padding:6px;}


.link_cserecsomag:active, .link_cserecsomag:visited, .link_cserecsomag:link {
	text-decoration: none;
	color: #583EA1;
	font-weight: bold;
}
.link_cserecsomag:hover {
	background-color: #FFF;
}

.red_message {color: #580106; border: 1px solid #580106; background-color: #FDE4E5; font-weight: bold; line-height: 16px; margin-bottom: 15px; padding: 3px; text-align: center;}
	.red_message a {color: #4E3594;}
	
.purple_message {color: #4B0258; border: 1px solid #4B0258; background-color: #FDE5FD; font-weight: bold; line-height: 16px; margin-bottom: 15px; padding: 3px; text-align: center;}
	.purple_message a {color: #4E3594;}
	
	
/* new index start */
#bodydiv {width: 861px; margin: 0 auto;}
	#header {height: 227px;}
	#content {}
		.boxok {font-size: 12px; line-height: 16px;}
		h1.zoldh1 {margin: 35px 0; color: #6c6a18; font-size: 20px; line-height: 24px;}
			#magunkrol {float: left; width: 260px; margin: 0 0 30px 5px; padding-right: 25px;}
				#magunkrol p {}
				.lila_bovebben {display: block; background-image: url('../images/2011/lila_button.png'); width: 110px; height: 20px; text-align: center; color: white; padding-top: 6px;}
			#intezze {float: left; width: 324px; background-color: #F2F2F2; margin: 0 0 30px; padding: 0 10px; border-left: 1px dotted #A3A3A3; border-right: 1px dotted #A3A3A3; padding-bottom: 10px;}
				.intezze_box {margin-bottom: 10px;}
					.intezze_box a.szurke {display: block; float: left; font-size: 18px; background-image: url('../images/2011/szurke_box.png'); width: 133px; height: 49px; color: white; padding-top: 18px; padding-left: 28px;}
					.intezze_box a.szurke:hover {background-image: url('../images/2011/szurke_box_hover.png');}
						.intezze_box a.szurke span {font-size: 22px;}
					.intezze_box div.szoveg {float: left; width: 150px; margin-left: 10px; padding-top: 5px;}
			#szolg {float: left; width: 193px; margin: 0 10px 30px 0; padding-left: 15px;}
				#szolg ul {list-style-image: url('../images/2011/li.jpg'); padding-left: 15px;}
					#szolg ul li {line-height: 16px;}
						#szolg ul li a {color: #4E4FA0; text-decoration: underline;}	/* B50101 */
						#szolg ul li a:hover {text-decoration: none;}
						
			.szurke_box {color: white; position: relative; background-color: #2B292C; padding: 20px 20px 60px; margin-bottom: 20px; float: left; width: 526px;}
				.feherh1 {color: white;}
				.szurke_top_left {position: absolute; top: -1px; left: 0;}
				.szurke_top_right {position: absolute; top: -1px; right: 0;}
				.szurke_bottom_left {position: absolute; bottom: 0; left: 0;}
				.szurke_bottom_right {position: absolute; bottom: 0; right: 0;}
				.lila_kerekitett {display: block; position: absolute; bottom: 0; left: 20px; color: white; width: 152px; height: 38px; background-image: url('../images/2011/lila_kerekitett.png'); padding-top: 5px; padding-left: 10px; font-weight: bold; font-size: 12px;}
					.lila_kerekitett span {font-size: 14px;}
					
			.hirek_box {width: 245px; margin-right: 10px; padding-bottom: 0px;}
				.hirek_box h1.zoldh1 {margin-top: 9px; margin-bottom: 18px;}
					.hir_box {padding: 6px 0; margin-bottom: 4px; border-bottom: 1px dotted #3C3B3D;}
						.hir_box .hir_datum {color: #908E38; font-size: 11px; text-align: center; float: left; width: 30px; padding: 0 3px;}
							.hir_box .hir_datum span {font-size: 20px;}
						.hir_box .hir_text {color: #C5C4C4; font-size: 10px; float: left; width: 200px; padding-left: 9px; vertical-align: top; line-height: 13px;}
							.hir_box .hir_text a.title {color: #C5C4C4; font-size: 15px; font-weight: bold; text-decoration: none; margin-bottom: 3px; display: inline-block; line-height: 17px;}
							.hir_box .hir_text a.title:hover {text-decoration: underline;}
							
			.main_hirek {}
				.main_hirek .hir_box {margin: 10px;}
					.main_hirek .hir_box .hir_text {width: 560px; color: #666666; font-size: 12px; line-height: 15px;}
						.main_hirek .hir_box .hir_text a.title {color: #666666; font-size: 17px; line-height: 20px;}
				.main_hirek .lila_bovebben {float: right;}
				
			.balmenu_hirek {}
				.balmenu_hirek .hir_box {}
					.balmenu_hirek .hir_box .hir_text {width: 165px; color: #666666;}
						.balmenu_hirek .hir_box .hir_text a.title {color: #666666;}
						
		.regform {position: relative; margin-bottom: 60px;}
			.login_box {width: 380px; height: 170px; position: relative; padding-bottom: 0px; float: none !important;}
				.login_box h1 {margin-top: 0px;}
				.login_box label {display: inline-block; text-align: right; width: 100px; margin-bottom: 13px; margin-right: 10px;}
				.login_box #pass, .login_box #user {display: inline-block; padding-left: 5px; padding-right: 5px; width: 132px; height: 20px; background-image: url('../images/2011/reg_input.png'); margin-bottom: 13px; border: 0; margin-right: 100px;}
				a.forget_pass {position: absolute; top: 140px; left: 138px; display: block; color: #A4A4A1; text-decoration: underline;}
				a.forget_pass:hover {text-decoration: none;}
				.belepes {position: absolute; top: 150px; left: 273px; display: inline-block; width: 133px; height: 32px; background-image: url('../images/2011/belepes_button.png'); border: 0; cursor: pointer;}
				
			.vilszurke_box {position: absolute; top: 10px; left: 420px; width: 190px; background-color: #E9E9E9;}
				.vilszurke_top_left {position: absolute; top: -12px; right: 0;}
				.vilszurke_bottom_left {position: absolute; bottom: -10px; right: -1px;}
				.vilszurke_box p {color: #6C6A18; font-size: 12px; line-height: 16px; margin-bottom: 10px; padding: 0 10px;}
				.reg_button {display: block; margin-left: 10px; background-image: url('../images/2011/reg_button.png'); width: 171px; height: 40px; margin-bottom: 10px;}
						
		.reg_div {margin-bottom: 20px;}
			.reg_div a {}
				.reg_div a  img{border: 0;}
			.reg_div p {}
			
		.lila_box {display: inline-block; margin: 10px 0; padding: 10px 15px; background-color: #4E3D7E; font-size: 16px; color: white;}
		.lila_box:hover {text-decoration: underline;}
		
		.cegadatok {margin-bottom: 15px;}
			.cegadatok span {display: inline-block; width: 200px;}
			
			
		/* új ajánlatkérő form */
		.new_ajanlatkeres {background-color: #EFEFEF; padding: 10px;}
		.workmanager_contact_api {padding-bottom: 10px;}
			.workmanager_contact_api .title {font-size: 14px; font-weight: bold; padding: 15px 10px 10px;}
			.workmanager_contact_api .row {padding: 10px 10px 10px 0; background-color: #FFFFFF; display: block;}
			.workmanager_contact_api .row2 {padding: 10px 10px 10px 0; background-color: #EFEFEF; display: block;}
			.workmanager_name {display: inline-block; width: 240px; vertical-align: top;}
			.workmanager_contact_api input[type=text] {width: 342px;}
			.workmanager_contact_api input[type=text].text_4 {width: 40px;}
			.workmanager_contact_api input[type=text].text_10 {width: 100px;}
			.workmanager_contact_api input[type=text].text_14 {width: 145px;}
			.workmanager_contact_api select {width: 110px;}
			.workmanager_contact_api textarea {width: 342px; height: 80px;}
			.workmanager_contact_api .myfield_data {display: block;}
				.workmanager_contact_api span {display: inline-block; padding-left: 10px;}
			.workmanager_button {text-align: center; padding-top: 10px;}
			
			
			
		/* kvíz 2011 */
		.kviz {}
			.kviz h1 {font-size: 40px; font-weight: bold;}
			.kviz p {font-size: 13px; line-height: 18px; margin-bottom: 15px;}
			.kviz .kerdes {background-color: #EFEFEF; padding: 20px 15px; width: 575px; margin-bottom: 30px;}
				.kviz .kerdes h2 {font-size: 20px; margin-top: 0;}
				.kviz .kerdes div span {display: inline-block; width: 32%;}
				.kviz .kerdes div span label {display: inline-block;}
				.kviz .kerdes div span input {display: inline-block;}
				.kviz .kerdes div span.full {display: inline-block; width: 99%;}
					.kviz .kerdes div span.full label {width: 95%;}
					.kviz .kerdes div span.full input {vertical-align: top;}
			.kviz .submit {text-align: center; margin-bottom: 20px;}
				.kviz .submit input {border: 0; background-color: transparent; background-image: url('../images/kviz_elkuld.jpg'); width: 250px; height: 48px;}
			
						
						
						
.clear {clear: both; float: none !important;}
				
				
