﻿/* CSS Document */

/*  reset  */

* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*  /reset  */

/*  initialize */

a {
	color: #193792;
	text-decoration: none;
	font-weight:700;
}

a b {
	font-weight:700;
}

a.link-arrow {
	background:url(../g/link-arrow-bg.png) no-repeat right 5px;
	display:inline-block;
	padding-right:8px;
	font-weight:700;
}

/*  /initialize */

/*  layout  */

body {
	background: #4d6eaf url(../g/body_bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#wrapper {
	width: 972px;
	margin: 13px auto;
	overflow: hidden;
}

#page {
}

#header {
	height: 101px;
	/*overflow: hidden;*/
	background: #777;
}

#content,
#full_content,
#middle_content{
	background: #e9f6fe;
	padding: 5px 15px 0 15px;
	overflow: hidden;
	clear:both;
}

#middleColumn {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border: 1px solid #193792;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	behavior: url(../c/pie.htc);
	position:relative;
	zoom:1;
	z-index:1;	
	background:#F5FAFD;
	width:616px;
}

.page-AA #middleColumn {
	border:none 0;
	background:none;
	height:auto;
}

#rightColumn {
	width: 309px;
	float: left;
	position:relative;
	z-index:2;
}

#rightColumn div.imagebox {
	/*margin:0 0 13px 0;*/
}

#rightColumn div.imagebox img{
	float:left;
}

#rightColumn > *:after {
	content:".";
	text-indent:-9999px;
	clear:both;
	display:block;
}

/*  /layout  */

/*  boxes  */

/* box-blueheader */

.box-blueheader {
	border: 1px solid #014a99;
	background: #014a99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.box-blueheader h4 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
}
.col-right .box-blueheader h4 {
	font-size: 14px;
	text-transform: none;
	line-height: 25px;
}
.box-blueheader .bb-content{
	background: #d3def0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.box-blueheader .bb-content > * {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.box-blueheader .bb-content img {
	float: left;
	margin: 0 15px;
}

/* /box-blueheader */

/* slider */

.box-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.box-slider .bs-container{
	overflow: hidden;
}
.box-slider ul.pagi {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.box-slider ul.pagi li {
	float: left;
	margin-right: 10px;
	display: block;
	width: 18px;
	height: 15px;
	background: url(../g/pagi.png) repeat-x bottom left;
	border: 1px solid #c8cfe9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	font-size: 8px;
	color: #bdc0cf;
}
.box-slider ul.pagi li.active {
	background-position: top left;
	color: #fff;
}
.box-slider .bs-slide {
	display: none;
}
.box-slider .bs-slide a {

}
.box-slider .bs-slide img {
	margin: 0;
	float: none;
	display: block;
}

/* /slider */

/* tabbed box */

.tabbed-box {
	position: relative;
	height: 165px;
	width: 309px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 0 13px 0;
}
.tabbed-box .tb-section {
	float: left;
	margin-left: 1px;
	position: static;
}
.tabbed-box .tb-section:first-child {
	margin-left: 0;
}
.tabbed-box .tb-tab {
	width: 152px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #225ea7;
	border-bottom: none;
	background: url(../g/tb_tab.png) repeat-x bottom left;
	color: #0f519d;
	cursor: pointer;
	behavior: url(../c/pie.htc);
	zoom:1;
	z-index:1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.tabbed-box .active .tb-tab {
	background-position: top left;
	color: #004894;
	font-weight: bold;
	cursor: default;
}
.tabbed-box .tb-content {
	display: none;
	position: absolute;
	top: 30;
	left: 0;
	width: 277px;
	padding: 0 30px 0 0;
	border: 1px solid #225ea7;
	border-top: none;
}
.tabbed-box .active .tb-content {
	display: block;
	text-align: right;
}
.tabbed-box h6 {
	color: #5971af;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0;
}
.tabbed-box select {
	display: block;
	float: right;
	margin-bottom: 18px;
}
.tabbed-box input[type="submit"] {
	background: url(../g/submit_button_bg.png) no-repeat top left;
	width: 99px;
	height: 26px;
	font-size:11px;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 19px;
	display: block;
	float: right;
	clear: both;
	cursor: pointer;
	color: color: #6b6b6b;;
}
.tb-section.tanacs .tb-content {
	background: #f8f9fd url(../g/karbejelent_bg.png) no-repeat bottom left;
}
.tb-section.karbejelentes .tb-content {
	background: #f8f9fd url(../g/tanacs_bg.png) no-repeat bottom left;
}

/*  /tabbed box */

.kiskep-eloszto {
	width:616px;
	height:175px;
}

.kiskep-eloszto span.imghover {
	margin: 0 0 0 20px;
}

.kiskep-eloszto span.first {
	margin:0;
}

/*
.kiskep-eloszto:first-child a {
	margin-left:0px;
}

.kiskep-eloszto a:first-child span.imghover:hover img.hover {
	margin:-3px;
	margin-right:-2px;
}
*/

span.imghover {
/*	border: 1px solid black;
	overflow: hidden;*/
	position:relative;
	float:left;
	overflow:visible;
	display: block;
}
/*
span.imghover:first-child  {
	margin-left:0;
}
*/

#middleColumn span.imghover img.base {
	display:inline-block;
}

#middleColumn span.imghover img.hover {
	display: none;
}

#middleColumn span.imghover:hover img.base {
	display: none;
}

#middleColumn span.imghover:hover img.hover {
	display:inline-block;
	margin: -3px;
	margin-left:-2px;
}

#rightColumn span.imghover img.base {
	display:inline-block;
}

#rightColumn span.imghover img.hover {
	display: none;
}

#rightColumn span.imghover:hover img.base {
	display: none;
}

#rightColumn span.imghover:hover img.hover {
	display:inline-block;
	margin:-3px -4px -2px -3px;
}

.promo-doboz {
	width:615px;
	height:237px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;	
}

/*  /boxes  */


/*  form  */

.designSelect {
	display: block;
	float: right;
	width: 185px;
	margin-bottom: 18px;
	font-size: 11px;
	position: relative;
	text-align: left;
	color: #6b6b6b;
	cursor: default;
}

.designSelect a.open,
.designSelect a.close {
	background:url(../g/select_arrow.png) no-repeat top right;
	display: block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #9d9ea2;
	padding-right: 19px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
}

.designSelect a.open span,
.designSelect a.close span {
	background: url(../g/select.png) repeat-x;
	display: block;
	padding: 0 6px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	white-space:nowrap;
	overflow:hidden;
}

.designSelect ul {
	position: absolute;
	background: #fff;
	width: 171px;
	border: 1px solid #9d9ea2;
	border-top: none;
	padding: 6px;
	z-index:9999;
}
.designSelect ul li:hover {
	list-style-type: none;
	background: #eee;
}
.designSelect ul li {
	list-style-type: none;
}
.designSelect ul li a {
	list-style-type: none;
	color: #6b6b6b;
	text-decoration: none;
	cursor: pointer;
	display:block;
}

/*  /form  */

/*header*/
#header{
	width:972px;
	background: url(../g/signal_header_bg.png) no-repeat top left;
	margin:0px;
	padding:0px;
	position:relative;
	height:101px;
}

#header #searchbox{
	width:265px;
	height:27px;
	position:absolute;
	right:27px;
	top:19px;
}

#header #searchbox input[type="text"],
#header #searchbox input[type="submit"]{
	display:block;
	float:left;
}

#header #searchbox input[type="text"]{
	width:155px;
	height:25px;
	border: 1px solid #707173;
}

#header #searchbox input[type="submit"]{
	margin-left:5px;
	cursor:pointer;
}

#header #searchbox input[type="submit"], input.submitbtn{
	background: url(../g/submit_button_bg.png) no-repeat top left;
	border:none;
	width:99px;
	height:26px;
	padding-bottom:4px;
	font-size:12px;
	color:#646567;
}

#header .imagebox{
	float:left;
	margin-left:11px;
}

#header .imagebox img {
	float:left;
}

#headerbar {
	height: 70px;
	float: left;
	width:100%;
}

#headerbar a{
	position:absolute;
	width:300px;
	height:45px;
	text-decoration:none;
	top:10px;
	left:7px;
}

/*header menu*/

#header ul#menu{
	float:left;
	width:621px;
	display:block;
	margin:8px 0px 0px 15px;
	padding:2px 0px 0px 0px;
	height:16px;
	position: relative;
}
#header ul#menu > li{
	display:block;
	float:left;
	position: relative;
}
#header ul#menu > li{
	border-right: 1px solid #014A99;
}
#header ul#menu > li:first-child{
	border-left: 1px solid #014A99;
}
#header ul#menu > li a{
	font-size:11px;
	text-transform: uppercase;
	font-family:Arial;
	color:#014A99;
	text-decoration:none;
	outline:none;
	font-weight:400;
}
#header ul#menu > li a span{
	width:205px;
	display:block;
	position:absolute;
	border-top:1px solid #FFF;
	margin-top: -1px;
}
#header ul#menu > li {
	padding: 0 10px;
}
#header ul#menu > li > a {
	position: relative;
	padding: 1px 0 0;
}
#header ul#menu > li:hover > a {
	background: #bbd26d;
	color:#FFF;
	padding-bottom:1px;
	padding-bottom:0px\0/;
}
#header ul#menu > li:hover > a:before {
	content: '';
	display: block;
	background: url(../g/menu_hoverli_1_l.png) no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	left: -10px;
	top: 0;
}
#header ul#menu > li:hover > a:after {
	content: '';
	display: block;
	background: url(../g/menu_hoverli_1_r.png) no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	right: -10px;
	top: 0;
}
#header ul#menu > li > a span{ display:none; }

#header ul#menu > li > ul{
	display:none;
	z-index:9999;
	position:absolute;
	width:232px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	left: -4px;
}
#header ul#menu > li:hover > ul {
	display:block;
}
#header ul#menu li li {
	clear: both;
	display: block;
}
#header ul#menu li li a {
	display: block;
	background: url(../g/menu_li_2_m.png) repeat-y top left;
}
#header ul#menu > li > ul > li a {
	width:224px;
	padding: 0 14px;
	min-height: 16px;
}
#header ul#menu > li > ul > li a:hover {
	background-position: -232px 0px;
}
#header ul#menu > li > ul > li:first-child > a {
	background: url(../g/menu_li_2_t.png) no-repeat top left;
	min-height: 16px;
	padding-top: 3px;
}
#header ul#menu > li > ul > li:first-child > a:hover {
	background-position: -232px 0px;
}
#header ul#menu > li > ul > li.last > a {
	background: url(../g/menu_li_2_b.png) no-repeat bottom left;
	min-height: 18px;
	padding-bottom: 6px;
}
#header ul#menu > li > ul > li.last > a:hover {
	background-position: -232px bottom;
}
#header ul#menu > li > ul > li:first-child a span{
	display:none;
}
#header ul#menu > li > ul > li > a{
	display:block;
	width:210px;
}
#header ul#menu > li > ul > li:hover > a {
	color:#014A99;
	width:210px;
}
#header ul#menu > li > ul > li > a:hover span { display:none; }

#header ul#menu > li > ul > li > ul {
	border-bottom:none;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}
#header ul#menu > li > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#header ul#menu > li > ul > li > ul > li {
	border-top:none;
	list-style-type: none;
}

#header ul#menu > li > ul > li > ul > li a {
	padding-left:24px;
	width:194px;
	display: block;
}

#header ul#menu > li > ul > li > ul > li a span{
	display:none;
}

#header ul#menu > li > ul > li > ul > li a:hover{
	color:#014A99;
	width:194px;
}

/*/header*/


/*content*/
.kep_left {
	float: left;
	margin:0 15px 0 0;
}

.kep_right {
	float: right;
	margin:0 0 0 15px;
}

.kep_center {
	float:none;
	margin:0 auto;
/*	width:auto;
	height:auto; */
	display:block;
	text-align:center;
}

#middleColumn .textbox {
	margin-bottom:8px;
}

span.font-blue {
	color:#193792;
}
/*/content*/

/*footer*/


#footer{
	width:972px;
	/*padding-top:69px;*/
	clear: both;
	margin:0px;
	padding:0px;
	height:101px;
	background: url(../g/footer_bg.png) 0 0 no-repeat;
	position:relative;
	top:-13px;
	left:0;
}

 /*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer{
		top:0px;
	}
}*/

#footer ul{
	float:left;
	display:block;
	margin:0px 0px 0px 18px;
	padding:30px 0px 0px 40px;
}

#footer ul li{
	display:block;
	float:left;
}

#footer ul li img{
	vertical-align:middle;
	margin:-2px 5px 0px 0px;
}

#footer ul li {
	padding:0 0px 0px 8px;
	font-size:12px;
	text-transform: uppercase;
	font-family:Arial;
	color:#AFD7F1;
	text-decoration:none;
}


#footer ul li a{
	border-left:1px solid #AFD7F1;
	padding-left:8px;
	font-size:12px;
	text-transform: uppercase;
	font-family:Arial;
	color:#AFD7F1;
	text-decoration:none;
	font-weight:400;
}

#footer ul li.last a{
	border-right:1px solid #AFD7F1;
	padding-right:9px;
}


/*/footer*/

/*Tartalmi elemek a regi impl-bol*/

.textbox table,  .applicationbox table{
	font: normal 13px arial, tahoma;
	line-height: 16px;
	margin-bottom: 15px;
}

.textbox table {
	border-top: #7ea9d2 solid 1px;
	border-left: #7ea9d2 solid 1px;
}
.textbox tr,  .applicationbox tr {
	vertical-align: top;
}
.textbox td {
	border-right: #7ea9d2 solid 1px;
	border-bottom: #7ea9d2 solid 1px;
	padding: 15px 8px;
	color: #0054a6;
}
.applicationbox table,  .applicationbox td {
	border: 0;
}
.applicationbox table {
	margin-top: 45px;
}
.applicationbox tr {
	vertical-align: top;
}
.applicationbox td {
	color: #000;
	padding-bottom: 3px;
}

/* scroll */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(../g/scrollbar.png) repeat-y;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../c/pie.htc);
	zoom:1;
	z-index:1;
}
.jspVerticalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspTrack {
	position: relative;
}
.jspDrag {
	background: url(../g/scrolldrag_bg.png) repeat-y;
	width: 20px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDragTop,
.jspDragBottom {
	width: 20px;
	height: 9px;
	position: absolute;
}
.jspDragTop {
	background: url(../g/scrolldrag_top.png) no-repeat;
	top: 0;
}
.jspDragBottom {
	background: url(../g/scrolldrag_bottom.png) no-repeat;
	bottom: 0;
}
.jspArrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	width: 20px;
	height: 21px;
}
.jspArrowDown {
	background: url(../g/scroll_down.png) no-repeat top left;
}
.jspArrowUp {
	background: url(../g/scroll_up.png) no-repeat top left;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	float: left;
	height: 100%;
}

/* /scroll */

/*régi css*/

h5 {
	font: normal 18px arial, helvetica;
	color: #0054a6;
	padding: 5px 0 10px 15px;
	text-transform: uppercase;
}
h6 {
	font: bold 16px arial, helvetica;
	color: #000;
	line-height: 20px;
	padding: 0 0 10px 15px;
}

.generalbox {
	width: 250px;
	padding-bottom: 10px;
	border-top: #7ea9d2 solid 1px;
	float: left;
}
.generalbox form {
	padding-left: 10px;
	float: left;
}
.bothroundtitle,  .leftroundtitle,  .rightroundtitle,  .bothsquaretitle,  .bothroundbox,  .leftroundbox,  .rightroundbox,  .bothsquarebox {
	border-top: none;
	border-bottom: none;
}
.generalbox p {
	font: normal 11px verdana;
	margin-left: 15px;
}
.bothroundtitle {
	background: url(../g/rounds_bg.gif) 0 0 no-repeat;
}
.leftroundtitle {
	background: url(../g/rounds_bg.gif) -250px 0 no-repeat;
}
.rightroundtitle {
	background: url(../g/rounds_bg.gif) -500px 0 no-repeat;
}
.bothsquaretitle {
	border-top: #7ea9d2 solid 1px;
}
.bothroundbox {
	background: url(../g/leftbox-bg.gif) 0 bottom no-repeat;/*			background: url(../g/rounds_bg.gif) -750px bottom no-repeat;*/
		}
.leftroundbox {
	background: url(../g/rounds_bg.gif) -1000px bottom no-repeat;
}
.rightroundbox {
	background: url(../g/rounds_bg.gif) -1250px bottom no-repeat;
}
.bothsquarebox {
	background: url(../g/rounds_bg.gif) -1500px bottom no-repeat;
}
#newsletter {
	background: url(../g/newsletter_bg.gif) 0 bottom no-repeat;
}
#newsletter h5 {
	font-weight: bold;
}
#consultant {
	background: url(../g/consultant_bg.gif) 0 bottom no-repeat;
}
.field {
	background: #95a9cb;
	padding-bottom: 3px;
	margin-bottom: 5px;
	float: left;
}
.dropdown {
	padding: 4px 0;
	float: left;
}
.field input,  .field textarea {
	font: normal 11px verdana;
	color: #000;
	line-height: 13px;
	padding: 3px 0 3px 1px;
	border: #002a81 solid 1px;
	background: #fff;
}
.dropdown select {
	font: normal 11px verdana;
	color: #000;
	background: #fff;
}
.btn, .btn_over {
	margin: 0 0 5px !important;
	float: left;
}
.btn a,  .btn_over a,  .btn span,  .btn_over span {
	font: normal 11px verdana;
	height: 1%;
	color: #fff;
	background: url(../g/button_bg.gif) 0 0 no-repeat;
	line-height: 13px;
	padding: 5px 12px 5px 15px;
	text-decoration: none;
	display: block;
	float: left;
}
.btn span,  .btn_over span {
	width: 3px;
	overflow: hidden;
	background: url(../g/button_bg.gif) right 0 no-repeat;
	padding: 5px 0;
}
.btn_over a,  .btn_over span {
	background: url(../g/button_bg.gif) 0 -23px no-repeat;
}
.btn_over span {
	background: url(../g/button_bg.gif) right -23px no-repeat;
}
/*.imagebox {
	width: 250px;
	padding-bottom: 5px;
	background: #fff;
	float: left;
}
.imagebox img {
	float: left;
}
*/
.lastbox {
	width: 250px;
	border-top: #7ea9d2 solid 1px;
	float: left;
}
/*#middleColumn {
	width: 476px;
	padding: 0 4px;
	float: left;
	overflow: hidden;
}*/
#middleWideColumn, #wideColumn {
	/*width: 712px;*/
	width:932px;
	padding: 0 4px 0 4px;
	float: left;
	background:#fff;
	border: 1px solid #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	behavior: url(../c/pie.htc);
	position:relative;
	zoom:1;
	z-index:1;	
}

#middleWideColumn iframe, 
#wideColumn iframe,
.bigiframe{
	width:932px;
	margin:0;
	overflow: hidden; 
	border: 0; 
}



.contentbox {
	width: 476px;
	margin-bottom: 9px;
	float: left;
}

/* distributorbox */
#distributorbox {
	position: relative;
	width: 476px;
	height: 406px;
	margin: 0;
}
#distributorbox .picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 476px;
	height: 412px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 150;
}
#distributorbox h4 {
	position: absolute;
	display: block;
	width: 152px;
	font: italic bold 18px arial;
	z-index: 200;
	text-align: left;
}
#distributorbox h4.lightbluebox {
	top: 0px;
	left: 0px;
}
#distributorbox div.lightbluebox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 152px;
	height: 140px;
	z-index: 100;
	background: url(../g/distributor_boxes.jpg) no-repeat 0px 0px;
}
#distributorbox h4.greenbox {
	top: 269px;
	left: 0px;
}
#distributorbox div.greenbox {
	position: absolute;
	top: 269px;
	left: 0px;
	width: 152px;
	height: 140px;
	z-index: 100;
	background: url(../g/distributor_boxes.jpg) no-repeat -455px 0px;
}
#distributorbox h4.darkbluebox {
	top: 0px;
	left: 323px;
}
#distributorbox div.darkbluebox {
	position: absolute;
	top: 0px;
	left: 323px;
	width: 152px;
	height: 140px;
	z-index: 100;
	background: url(../g/distributor_boxes.jpg) no-repeat -152px 0px;
}
#distributorbox h4.graybox {
	top: 269px;
	left: 323px;
}
#distributorbox div.graybox {
	position: absolute;
	top: 269px;
	left: 323px;
	width: 152px;
	height: 140px;
	z-index: 100;
	background: url(../g/distributor_boxes.jpg) no-repeat -304px 0px;
}
#distributorbox h4 a {
	display: block;
	width: 142px;
	height: 75px;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
}
#distributorbox h4 a:hover {
	text-decoration: underline;
}
/* /distributorbox */

.applicationbox {
	/*width: 432px;*/
	padding: 0 22px;
	float: left;
	overflow: hidden;
}
div.highlight_box {
	background-color: #94cc69;
	clear: both;
	margin: 0 0 10px;
	padding: 10px;
	font: 13px/16px arial,tahoma;
	border: 3px solid #72b54b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
}
.textbox {
/*	float: left;
	overflow: hidden;*/
}
/*
.textbox.middle {
	width: 712px !important;
	padding: 0;
}
.textbox.wide {
	width: 908px !important;
}
*/

.textbox h1,
.applicationbox h1 {
	font: normal 21px arial, tahoma;
	margin: 10px 0 5px;
	color: #000;
	margin-bottom:25px;
}
#full_content h1 {
	font: normal 20px arial, tahoma;
	margin: 19px 0 22px 23px;
	color: #000;
	width: 908px;
}
.scroll-content {
	overflow: auto;
	max-height: 394px;
	min-height: 394px;
	padding-right: 10px;
	margin: 6px 6px 6px 0;
	color: #504f53;
	width:597px;
}
/*
.textbox .textbox-content > .jspContainer > .jspPane > * {
	margin-left: 18px;
}
.textbox .textbox-content > .jspContainer > .jspPane > img {
	margin-left: 0;
}*/
.textbox p,  .applicationbox p,  .textbox ul,  .applicationbox ul,  
.textbox ol,  .applicationbox ol,  .textbox table,  .applicationbox table,  .textbox dl {
	font: normal 12px arial, tahoma;
	line-height: 16px;
	margin-bottom: 15px;
	color:#504f53;
	margin-left:10px;
}
#middleColumn h1 {
	display: block;
	text-align: center;
	background-color: #b636b3;
	color: #fff;
	margin: 0;
	font-size: 14px;
	/*line-height: 28px;
	height: 28px;*/
	text-transform: uppercase;
	font-weight: bold;
	padding:5px 10px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(../c/pie.htc);
	position:relative;
	zoom:1;
	z-index:1;
}
.textbox p {
	text-align: justify;
}
.textbox ul {
	list-style: none;
}
.textbox ul li {
	padding-left: 26px;
	background: url(../g/li.gif) 9px 5px no-repeat;
}
.textbox ol {
	margin-left: 36px;
}
.textbox ol li {
	display: list-item;
	background: none;
	padding: 0;
}
.textbox ol.result,  .textbox ol.result li {
	margin-left: 0;
}
.textbox ol.result li span {
	margin-left: 0;
}
.textbox table {
	border-top: #7ea9d2 solid 1px;
	border-left: #7ea9d2 solid 1px;
}
.textbox tr,  .applicationbox tr {
	vertical-align: top;
}
.textbox td {
	border-right: #7ea9d2 solid 1px;
	border-bottom: #7ea9d2 solid 1px;
	padding: 15px 8px;
	color: #0054a6;
}
.applicationbox table,  .applicationbox td {
	border: 0;
}
.applicationbox table {
	margin-top: 45px;
}
.applicationbox tr {
	vertical-align: top;
}
.applicationbox td {
	color: #000;
	padding-bottom: 3px;
}
.applicationbox input.check {
	border: 0;
	background: none;
	margin: 5px 4px;
}
.search_result {
	font-weight: bold;
}
.search_result li {
	margin-bottom: 30px;
}
.search_result li span {
	font-weight: normal;
}
.result_text {
	margin: 15px 0 30px !important;
}

.flash-container {
	position: relative;
	overflow: hidden;
}
.flash-container * {
	position: absolute;
	top: 0;
	left: 0;
}


/*#footer {
	width: 992px;
	margin: -5px 4px 0;
	float: left;
	background: url(../g/footer_bg.gif) 0 1px repeat-x;
}
#leftFooter {
	width: 200px;
	background: url(../g/footer_bg.gif) 0 -38px no-repeat;
	margin-top: 1px;
	padding-top: 5px;
	float: left;
}
#leftFooter p {
	font: normal 12px arial, helvetica;
	color: #0054a6;
	margin-left: 12px;
	padding: 10px 0 8px 36px;
	background: url(../g/phone.png) 0 5px no-repeat;
}
#middleFooter {
	width: 565px;
	border-top: #fff solid 1px;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 1px;
	float: left;
}
#middleFooter ul {
	list-style: none;
	margin: 0 0 0 20px;
}

#middleFooter ul li {
	font: normal 9px arial, helvetica;
	white-space: nowrap;
	display: inline;
}
#middleFooter ul li a,  #middleFooter ul li a:hover {
	color: #0054a6;
	padding: 13px 0 8px;
	margin: 0px 20px 0px 5px;
	background: url(../g/footerlinks_bg.gif) 0 0 repeat-x;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
#middleFooter ul li a:hover {
	background: url(../g/footerlinks_bg.gif) 0 -33px repeat-x;
}
#rightFooter {
	width: 180px;
	background: url(../g/footer_bg.gif) right -38px no-repeat;
	margin-top: 1px;
	padding-top: 5px;
	text-align: right;
	float: right;
}
#rightFooter p {
	font: normal 10px arial, helvetica;
	text-transform: uppercase;
	color: #0054a6;
	margin: 12px 12px 8px 0;
}
*/
/*
#av_body_hiding_div {
	display: none;
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ddd;
	opacity: 0.4;
	filter: alpha(opacity=40);
 _left: expression( ignoreMe2=(document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + 'px' );
 _top: expression( ignoreMe=(document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px' );
 _width:expression((document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth) + "px");
 _height:expression((document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight) + "px");
}
#progress_div {
	display: none;
	position: fixed;
	_position: absolute;
	width: 250px;
	height: 80px;
	left: 50%;
	top: 50%;
	background: #fff url(../g/ajax_loader.gif) center 10px no-repeat;
	margin-top: -40px;
	margin-left: -125px;
 _margin-left: expression( ignoreMe4=(document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)-125 + 'px' );
 _margin-top: expression( ignoreMe3=(document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)-40 + 'px' );
}
label.error {
	display: none !important;
}

/*/Tartalmi elemek a regi impl-bol*/
