html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Calibri', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
	min-width: 990px;
	background: #f0f0f0 url(/images/bg.gif) top left repeat-x;
	clear: expression(
		(window.onresize = function() { document.body.style.width = document.documentElement.clientWidth < 990 ? '990px' : '100%' })(),
		style.clear = "none", 0
	);
}

body.noCalibri {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
}

img {
	border: none;
	display: block;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* dropshadow */
img.ds-image {
	padding: 4px;
	border: 1px solid #e0e5ec;
}

img.ds-image.small {
	padding: 2px;
}

div.ds-image {
	position: relative;
	padding: 4px 2px 2px 4px;
	float: left;
	border: 1px solid #e0e5ec;
	/* ie miatt */
	font-size: 0px;
	line-height: 0px;
}
div.ds-image.small {
	padding: 2px 0px 0px 2px;
}
.ds-image img {
	position: relative;
	border: 0;
	margin:0;
	padding:0;
}
.ds-image .ds {
	position: absolute;
	left: -5px;
	top: -5px;
}
.ds-image .ds .c1, .ds-image .ds .c2, .ds-image .ds .c3, .ds-image .ds .c4 {
	position: absolute;
	width: 12px;
	height: 12px;
}
.ds-image .ds .c1 { background: url(/images/ds-image/c1.png) no-repeat; left:0; top:0 }
.ds-image .ds .c2 { background: url(/images/ds-image/c2.png) no-repeat; right:0; top:0 }
.ds-image .ds .c3 { background: url(/images/ds-image/c3.png) no-repeat; right:0; bottom:0 }
.ds-image .ds .c4 { background: url(/images/ds-image/c4.png) no-repeat; left:0; bottom:0 }

.ds-image .ds .s1, .ds-image .ds .s2, .ds-image .ds .s3, .ds-image .ds .s4 { position: absolute; }
.ds-image .ds .s1, .ds-image .ds .s3 { height: 12px; }
.ds-image .ds .s2, .ds-image .ds .s4 { width: 12px; }
.ds-image .ds .s1 { background: url(/images/ds-image/s1.png) repeat-x; left:12px; top:0 }
.ds-image .ds .s2 { background: url(/images/ds-image/s2.png) repeat-y; right:0; top:12px }
.ds-image .ds .s3 { background: url(/images/ds-image/s3.png) repeat-x; left:12px; bottom:0 }
.ds-image .ds .s4 { background: url(/images/ds-image/s4.png) repeat-y; left:0; top:12px }


.ds-image .ds .s1, .ds-image .ds .s2, .ds-image .ds .s3, .ds-image .ds .s4,
.ds-image .ds .c1, .ds-image .ds .c2, .ds-image .ds .c3, .ds-image .ds .c4 {
	_background: transparent;
	_font-size: 0px;
}

.ds-image .ds .bg { position:absolute; background: #FFF; left:5px; top:5px }

.ds-image .ds .s1 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/s1.png', sizingMethod='scale'); }
.ds-image .ds .s2 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/s2.png', sizingMethod='scale'); }
.ds-image .ds .s3 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/s3.png', sizingMethod='scale'); }
.ds-image .ds .s4 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/s4.png', sizingMethod='scale'); }
.ds-image .ds .c1 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/c1.png', sizingMethod='scale'); }
.ds-image .ds .c2 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/c2.png', sizingMethod='scale'); }
.ds-image .ds .c3 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/c3.png', sizingMethod='scale'); }
.ds-image .ds .c4 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ds-image/c4.png', sizingMethod='scale'); }


#header-bg {
	margin-bottom: -165px;
	position: relative;
	height: 185px;
	width: 100%;
	left: 0;
	background: transparent url(/images/header.jpg) no-repeat top center;
}

#menu {
	height: 45px;
	overflow: hidden;
	position: relative;
}

#menu a {
	color: #5a6776;	
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 45px;
	*line-height: 38px;
	margin-right: 25px;
	padding: 0 2px 4px 2px;
	background-image: url(/images/main-menu_a_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#menu a:hover {
	color: #002c5f;
	background-image: url(/images/main-menu_a_bg_hover.gif);
}

#menu a.consulting { background-image: url(/images/main-menu_a_bg_cons.gif); }
#menu a.research { background-image: url(/images/main-menu_a_bg_resrch.gif); }
#menu a.solutions { background-image: url(/images/main-menu_a_bg_solutions.gif); }

#menu a.home,
.noCalibri #menu a.home {
	width: 24px;
	height: 23px;
	background-image: url(/images/homebtn.png);
	background-position: 0 0;
	display: block;
	float: left;
	padding: 0;
	margin: 12px 12px 0 -3px;
	outline: none;
}

#menu a.home:hover,
.noCalibri #menu a.home:hover {
	background-position: left -23px;
}

.noCalibri #menu a {
	font-size: 9px;
	padding: 0 2px 5px 2px;
	*position: relative;
	*top: -1px;
}

.noCalibri #menu input {
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 0 2px 5px 2px;
}

.noCalibri.webkit #menu input {
	top: -2px;
}

.noCalibri.gecko #menu a {
	position: relative;
	top: -1px;
}

.noCalibri #langselector {
	font-size: 9px;
	margin-top: -1px;
}

#langselector {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 30;
}

#langselector {
	font-size: 11px;
}

#langselector a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a9c9ec;
	display: block;
	float: left;
	margin-left: 24px;
	text-decoration: none;
}

#langselector a:hover {
	text-decoration: underline;
}

#menu .search {
	position: absolute;
	right: 0;
	top: 13px;
	width: 140px;
	height: 19px;
	overflow: hidden;
	background: url(/images/search.gif) no-repeat;
}

#searchhit {
	*background: red;
	*filter: alpha(opacity=0);
	position: absolute;
	width: 17px;
	height: 16px;
	opacity: .2;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

#menu input {
	background: transparent;
	border: none;
	font-family: inherit;
	clear: expression(
		style.fontFamily = document.body.currentStyle.fontFamily,
		style.clear = "none", 0
	);
	font-size: 12px;
	xfont-weight: bold;
	color: #78899d;
	margin: 2px 0 0 7px;
	width: 113px;
	position: relative;
	*top: -1px;
}

#content-container {
	width: 980px;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 110;
}

#content-container .header {
	width: 100%;
	height: 120px;
}

#logo {
	position: absolute;
	width: 170px;
	height: 120px;
	left: 1px;
}
#logo-replace {
	width: 170px;
	height: 120px;
	display: block;
}

#content {
	padding: 40px 18px 39px 18px;
	background: white;
	*zoom: 1; /* peek-a-boo bug */
}

.webkitPatch {
	display: none;
}

.webkit .webkitPatch {
	display: block;
}

#content.scale-index {
	padding-bottom: 19px;
}

#content.scale-index, #page-kviz {
	padding-top: 30px;
}

.content-bottom {
	background: url(/images/content-bottom.png);
	_background: transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bottom.png', sizingMethod='scale');		
	width: 980px;
	height: 10px;
	overflow: hidden;
}

#footer {
	color: #5a6776;
	font-family: inherit;
	font-size: 11px;
	width: 100%;
	margin: 14px 0 90px 0;
	*margin: 13px 0 65px 0;
}

.presto #footer {
	xmargin: 13px 0 45px 0;
}

.noCalibri #footer {
	font-size: 9px;
	position: relative;
	top: -1px;
}

#footer div, #footer address {
	margin: 0 18px;
	_margin: 0 9px;
	font-style: normal;
}

.presto #footer > * {
	margin: 0 16px;
}

#footer .name {
	float: left;
}

#footer address {
	float: right;
}

#footer span {
	color: #9ea9b5;
}

#footer a {
	color: #348CEC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

span.highlight {
	color: #348cec;
}




/* nyito */
.scale-index .badge {
	float: right;
	clear: both;
	margin: 0 0 30px 35px;
	position: relative;
	width: 188px;
	height: 80px;
	/*height: 148px;*/
	border-left: 1px solid #d9d9d9;
}

.scale-index .badge a.survey {
	width: 170px;
	height: 53px;
	position: absolute;
	left: 18px;
	z-index: 10;
}

.scale-index .badge a.kviz {
	width: 184px;
	height: 108px;
	position: absolute;
	background: url('/images/kviz_hu.png');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/kviz.png', sizingMethod='scale');
	_background: transparent;
	top: -13px;
	/*top: 55px;*/
	left: 8px;
	z-index: 1;
}

.scale-index .introbox-wrap .clear {
	*display: none;
}

.scale-index .introbox-wrap {
	width: 608px;
	float: left;
}

.scale-index .introbox {
	position: relative;
	font-family: Georgia;
	font-size: 14px;
	color: #5a6776;
	padding-left: 18px;
	line-height: 20px;
	top: -4px;
	margin-bottom: 26px;
	text-align: justify;
}

.scale-index .introbox p {
	margin: 0 0 18px 0;
}

.gecko .scale-index .introbox {
	top: -5px;
}

.scale-index #three {
	width: 100px;
	margin: 0 -30px 0 28px;
	position: relative;
	left: -5px;
	float: left;
}

.scale-index #three a {
	font-family: Georgia;
	font-size: 20px;
	color: #002c5f;
	text-decoration: none;
	background: url('/images/consulting-plus.gif') no-repeat 2px 7px;
	left: 5px;
	overflow: visible;
	padding-left: 22px;
	margin-left: 7px;
	font-style: normal;
}

.scale-index #three img {
	margin-bottom: -7px;
}

.scale-index #three #consulting {
  margin-bottom: 22px;
}

.scale-index #three #research a {
	background-image: url('/images/research-plus.gif');
}

.scale-index #three a:hover {
	color: #348cec;
	text-decoration: underline;
}

.scale-index #three div {
	width: 319px;
	float: left;
	margin-right: -1px;
}

.scale-index #first {
	
}

.scale-index #second {
	
}

.scale-index #third {
	
}


#page-kviz .kviz {
	width: 944px;
	height: 375px;
}


.logo-cont {
	position: relative;
	width: 720px;
	padding: 6px 0 0 6px;
	background: url(/images/logo_cont_bg.gif) repeat-y;
	overflow: auto;
}

.solutions .rc-item .logo-cont {
	width: 174px;
	padding: 5px 0 0 5px;
	background-image: url(/images/competency-mid.png);
	overflow: hidden;
}

.logo-cont span.top, .logo-cont span.bottom {
	position: absolute;
	left: 0;
	display: block;
	width: 726px;
	height: 63px;
}

.solutions .rc-item .logo-cont span.top,
.solutions .rc-item .logo-cont span.bottom {
	width: 174px;
	height: 44px;
}

.logo-cont span.top {
	top: 0;
	background: url(/images/logo_cont_bg_top.gif) no-repeat;
}

.solutions .rc-item .logo-cont span.top {
	background-image: url(/images/competency-top.png);
}

.logo-cont span.bottom {
	bottom: 0;
	background: url(/images/logo_cont_bg_bottom.gif) no-repeat;
}

.solutions .rc-item .logo-cont span.bottom {
	background-image: url(/images/competency-bottom.png);
}

.logo-cont .logo {
	position: relative;
	float: left;
	width: 114px;
	height: 114px;
	padding: 0 6px 6px 0;
	line-height: 114px;
	text-align: center;
	white-space: nowrap;
}

.solutions .rc-item .logo-cont .logo {
	width: 79px;
	height: 79px;
	line-height: 85px;
}

.logo-cont .logo span {
	position: absolute;
	left: -5px;
	top: -5px;
	background: url(/images/logo_bg.png) no-repeat;
	_background: transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo_bg.png', sizingMethod='scale');
	width: 124px;
	height: 124px;
}

.solutions .rc-item .logo-cont .logo span {
	background-image: url(/images/competency-item-bg.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/competency-item-bg.png', sizingMethod='scale');
	width: 89px;
	height: 89px;
}

.logo-cont .logo .link {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 112px;
	height: 112px;
	text-decoration: none;
	background: transparent;
}

.solutions .rc-item .logo-cont .logo .link {
	width: 77px;
	height: 77px;
}

.trident .logo-cont .logo .link {
	background: white;
	-ms-filter: 'alpha(opacity=0)';
	filter: alpha(opacity=0);
}

.logo-cont .logo img {
	border: 0;
	position: relative;
	display: inline;
	vertical-align: middle;
	clear: expression(
		style.marginTop = /MSIE 6/.test(navigator.userAgent) ? (57 - offsetHeight / 2) + 'px' : '',
		style.clear = "none", 0
	);
	top: -2px;
	*top: -1px;
}

.solutions .rc-item .logo-cont .logo img {
	top: 0px;
	*top: 1px;
	left: 1px;
	clear: expression(
		style.marginTop = /MSIE 6/.test(navigator.userAgent) ? (40 - offsetHeight / 2) + 'px' : '',
		style.clear = "none", 0
	);
}

.gecko .logo-cont .logo img,
.webkit .logo-cont .logo img {
	top: -3px;
}

.gecko .competency .logo-cont .logo img,
.webkit .competency .logo-cont .logo img {
	top: 0px;
	left: 0px;
}

.presto .logo-cont .logo img {
	top: 0px;
}

.presto .competency .logo-cont .logo img {
	top: 2px;
}

.leftmenu {
	width: 200px;
	margin-right: 18px;
	_margin-right: 15px;
	float: left;
	font-family: Georgia;
}

.leftmenu-header {
	width: 208px;
	height: 47px;
	margin-top: -4px;
	margin-left: -4px;
	margin-right: -30px;
	background: url(/images/leftmenu.png);
	position: relative;
	color: white;
	font-size: 16px;
	line-height: 45px;
	*line-height: 44px;
	z-index: 10;
}

.leftmenu-header.single {
	width: 208px;
	height: 47px;
	margin-top: -4px;
	margin-left: -4px;
	margin-right: -30px;
	background: url(/images/leftmenu.png) 0 -47px;
	position: relative;
	color: white;
	font-size: 16px;
	line-height: 45px;
	*line-height: 44px;
	z-index: 10;
}

.leftmenu-header span {
	background: url('/images/consulting-plus.gif') no-repeat 14px 4px;
	padding-left: 34px;
}

.research .leftmenu-header span {
	background-image: url('/images/research-plus.gif');
}

.solutions .leftmenu-header span {
	background-image: url('/images/solutions-plus.gif');
}

.gecko .leftmenu-header {
	line-height: 44px;
}

.leftmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 5;
	position: relative;
	top: -5px;
	background: #f5f5f5;
	padding-bottom: 3px;
	cursor: pointer;
}

.leftmenu li {
	margin-top: 2px;
	height: 36px;
	border-top: 1px solid #dfe4e9;
}

.leftmenu li a {
	margin-top: 2px;
	height: 34px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 34px;
	padding-left: 12px;
	color: #5a6776;
	overflow: hidden;
	background-color: #f5f5f5;
	background: url(/images/leftmenu.png) left 100px no-repeat;
}

.scale .leftmenu li a.active {
	background-position: left -94px;
}

.scale .leftmenu li a.active:hover,
.leftmenu li a:hover {
	background-position: left -128px;
	color: #002c5f;
}

.leftmenu li a.active {
	background-position: left -162px;
	color: #002c5f;
}

.leftmenu li a.active:hover {
	background-position: left -196px;
	color: #002c5f;
}

.research .leftmenu li a.active {
	background-position: left -230px;
}

.research .leftmenu li a.active:hover {
	background-position: left -264px;
}

.solutions .leftmenu li a.active {
	background-position: left -298px;
}

.solutions .leftmenu li a.active:hover {
	background-position: left -332px;
}




.tooltip {
	position: absolute;
	font: 13px Georgia;
	color: white;
	max-width: 150px;
	z-index: 1000;
}

.tooltip span {
	position: relative;
	display: block;
	margin: 8px 13px 10px 8px;
}

.tooltip-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	clear: expression(
		/MSIE 6/.test(navigator.userAgent) ? (
			style.height = parentNode.offsetHeight + 'px',
			style.width = parentNode.offsetWidth + 'px', 0
		) : (style.clear = "none", 0)
	);
	top: 0;
	left: 0;
	background: #5a6776;
	opacity: .9;
	-ms-filter: 'alpha(opacity=90)';
	filter: alpha(opacity=90);
}

.tooltip-pointer {
	width: 14px;
	height: 9px;
	background: url(/images/tooltip-pointer.png);
	_background: transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tooltip-pointer.png', sizingMethod='scale');
	position: absolute;
	clear: expression(
		/MSIE 6/.test(navigator.userAgent) ? (
			style.bottom = parentNode.offsetHeight % 2 ? '-10px' : '-9px', 0
		) : (style.clear = "none", 0)
	);
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
	overflow: hidden;
}

.center-block {
	float: left;
	width: 506px;
	_margin-left: 3px;
	margin-right: 10px;
	font-family: inherit;
	font-size: 14px;
	line-height: 21px;
	color: #4a4d50;
	padding: 0 18px 0 18px;
}

.noCalibri .center-block {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}

.center-block p, ul {
	margin: 20px 0 5px 0;
	text-align: justify;
}

#content h1 {
	margin-top: -3px;
	margin-bottom: 21px;
	padding-top: 0;
	color: #002c5f;
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
}

.introbox a, .center-block a {
	color: #348CEC;
	text-decoration: none;
	font-style: italic;
}

.introbox a:hover, .center-block a:hover {
	text-decoration: underline;
}

.center-block ul {
	list-style-type: none;
	padding: 0;
}

.center-block li {
	margin: 8px 0 0 0;
	padding: 0 0 0 23px;
	background: url(/images/list-style-image.gif) no-repeat 0 7px;
}

.research .center-block li {
	background-image: url(/images/list-style-image-research.gif);
}

.solutions .center-block li {
	background-image: url(/images/list-style-image-solutions.gif);
}

.center-block.wide {
	width: 680px;
	line-height: 17px;
	margin-right: -50px;
}

.center-block.publ li, .center-block.wide li {
	background-position: 0 5px; /* a másfajta line-height miatt */
}

.center-block.wide p, ul {
	margin: 20px 0 22px 0;
}

.center-block.publ ul {
	margin-bottom: 0;
}


.right-column {
	float: left;
	width: 174px;
	min-height: 300px;
	_height: 300px;
	margin-right: -10px;
}

.rc-item {
	padding-top: 16px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	width: 174px;
	background: url(/images/rc-div.gif) top left no-repeat;
	float: left;
	clear: left;
}

.research .rc-item {
	background-image: url(/images/rc-div-research.gif);
}

.solutions .rc-item {
	background-image: url(/images/rc-div-solutions.gif);
}

.rc-button {
	width: 184px;
	height: 42px;
	margin: 5px 0 -5px -5px;
	font: 13px/17px Georgia;
	color: #002c5f;
	position: relative;
	_clear: expression(
		!previousSibling ? style.marginTop = '-5px' : '',
		style.clear = "none", 0
	);
}

.rc-button.twoline {
	height: 60px;
}

.rc-button:first-child {
	margin-top: -5px;
}

.right-column img {
	margin-bottom: 10px;
}

.right-column .rc-button img, .right-column .rc-button map {
	position: absolute;
}

.rc-button a {
	padding-top: 3px;
	width: 80%;
	left: 10%;
	height: 24px;
	top: 10px;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #002c5f;
	outline: none;
	font-style: normal;
}

.rc-button a:hover {
	text-decoration: none;
}

.right-column .thumbs {
	float: left;
	width: 200px;
	margin: -1px -25px -10px 0;
	position: relative;
	top: -9px;
}

.thumbs-wrapper {
	float: left;
	position: relative;
	top: -1px;
	overflow: hidden;
}

.right-column .thumbs a.thumb {
	width: 74px;
	padding: 10px 0 0 10px;
	height: 141px;
	border-top: 1px solid #d9dfe7;
	float: left;
	margin: 0 6px 0 0;
	font: 12px Georgia;
	color: #5a6776;
	display: block;
	text-decoration: none;
}

.right-column .thumbs a.thumb span {
	margin-left: 2px;
	display: block;
	width: 50px;
}

a .ds-image {
	cursor: pointer;
}

.right-column .thumbs a.thumb:hover {
	text-decoration: underline;
	color: #348cec;
}

.right-column .thumbs .thumb img {
	margin-bottom: 10px;
}

/*.vmenu2 h3 {
	font: 15px Georgia;
	color: #002c5f;
	text-align: center;
	margin-top: -1px;
	margin-bottom: 13px;
}

.vmenu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 12px Georgia;
	color: #5a6776;
	background: url(/images/vmenu2.gif);
	border-top: 1px solid #d9dfe7;
	*background-position: center 1px;
}

.vmenu2 li {
	position: relative;
	xtop: 1px;
}

.vmenu2 li a {
	text-decoration: none;
	color: #5a6776;
	display: block;
	padding-left: 50px;
	line-height: 46px;
	*line-height: 44px;
	height: 44px;
	overflow: hidden;
}


.gecko .vmenu2 li a {
	line-height: 44px;
}

.vmenu2 li a:hover {
	color: #002c5f;
	background: url(/images/vmenu2-hover.jpg);
}*/

.vmenu2 h3 {
	font: 15px Georgia;
	color: #002c5f;
	text-align: center;
	margin-top: -1px;
	margin-bottom: 13px;
}

.vmenu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 12px Georgia;
	color: #5a6776;
	border-top: 1px solid #d9dfe7;
}

.vmenu2 li {
	position: relative;
	text-align: left;
	background: #f5f5f5 url(/images/vmenu2_grey.gif) no-repeat;
	padding: 0;
	margin: 0;
	xtop: 1px;
}

.vmenu2 li.alt {
	background: #FFF url(/images/vmenu2_white.gif) no-repeat;
}

.vmenu2 li a {
	text-decoration: none;
	color: #5a6776;
	display: block;
	padding: 14px 10px 14px 50px;
	line-height: 16px;
}


.gecko .vmenu2 li a {
	line-height: 16px;
}

.vmenu2 li a:hover {
	color: #002c5f;
	background: #ffc82f url(/images/vmenu2-hover.jpg) no-repeat;
}

.het-elv {
	width: 542px;
	margin: -4px -18px 0 -18px;
	background: #f5f5f5 url(/images/7elv-bg-top.gif) no-repeat top center; 
	*margin-top: -4px;
	padding: 10px 0 0 0;
}

.het-elv ol {
	background: #f5f5f5 url(/images/7elv-bg-bottom.gif) no-repeat bottom center;
	list-style-type: none;
	padding: 0 0 13px 0;
	margin: 0;
}

.het-elv li {
	padding: 15px 18px 0 62px;
	margin: 0 0 15px 0;
	background: url(/images/ol-li.gif) no-repeat 13px 3px;
	line-height: 21px;
}

.signos {
	width: 542px;
	margin: 31px 0 0 -18px;
}

.signo {
	width: 128px;
	margin: 0 auto;
	text-align: center;
	color: #002c5f;
	font: 15px Georgia;
}

.signo img {
	margin-bottom: -6px;
	position: relative;
}

.signo div {
	background: url(/images/signoliner.gif) repeat-x top left;
	position: relative;
	padding-top: 15px;
}

.signo span {
	display: block;
	color: #4a4d50;
	font: 12px Calibri;
}

.noCalibri .signo span {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
}

#content .oneday h1 {
	height: 126px;
	display: block;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #d9dfe7;
	text-align: right;
	font-size: 17px;
	color: #5a6776;
	position: relative;
	line-height: 1.5em;
}

#content .oneday h1 div {
	position: absolute;
	bottom: 12px;
	right: 0;
	width: 250px;
	line-height: 21px;
}

#content .oneday h1 em {
	display: block;
	font-size: 25px;
	color: #002c5f;
	font-style: normal;
	line-height: 30px;
}


#content .oneday h1 img {
	position: absolute;
	left: 0;
}

#content h2 {
	color: #365f9a;
	font: 16px/21px Calibri;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.noCalibri #content h2 {
	font: 14px/21px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
}

#content .form h1 {
	line-height: 22px;
	margin-top: 0px;
}

.form p {
	font: 13px/16px Calibri;
}

.noCalibri .form p {
	font: 11px Calibri;
}

.form em {
	color: #348cec;
}

#content .job {
    margin-top: 8px;
    margin-bottom: 0;
}

#content .job .wrap {
	padding: 0;
}

#content .job:first-child {
    margin-top: 40px;
}

#content .job h2 {
    height: 54px;
	font: 17px/54px Georgia;
	color: #365f9a;
    margin-top: 0;
    padding-left: 18px;
}

#content .job h2:hover {
    cursor: pointer;
}

#content .job.hover {
    background: none;
}

#content .job.hover .wrap {
    background: none;
}

#content .job.expanded {
	background: #f5f5f5 url(/images/form-top.gif) top left no-repeat;
}

#content .job.expanded .wrap {
	background: url(/images/form-bottom.gif) bottom left no-repeat;
}

#content .job .description {
	border-top: 1px solid #dfe4e9;    
    padding: 0 18px 25px 18px;
    _padding: 0 18px 0 18px;
    *position: relative;
}

.js #content .job .description {
    display: none;
}

#content .job .rc-button {
    margin: 8px 0 8px 0;
    _margin-bottom: 25px;
}

.form form, .job {
	margin: 23px -18px 0 -18px;
}

.form form .inside, .job {
	background: #f5f5f5 url(/images/form-top.gif) top left no-repeat;
	margin-bottom: 12px;
}

.form form .wrap, .job .wrap {
	background: url(/images/form-bottom.gif) bottom left no-repeat;
	padding: 9px 0 20px 0;
}

.form form .item {
	border-top: 1px solid #dfe4e9;
	padding: 13px 18px 13px 18px;
	_clear: expression(
		previousSibling ? style.borderTop = "1px solid #dfe4e9" : (style.borderTop = "none", style.marginTop = "1px"),
		style.clear = "none", 0
	);
}

.form form .item:first-child {
	border-top: none;
	margin-top: 1px;
}

.form form .label {
	float: left;
	width: 165px;
	font: 12px Georgia;
	color: #365f9a;
	*margin-bottom: -13px;
}

.form form .input {
	margin: -4px 0 -5px 36px;
	*margin-bottom: -13px;
	float: left;
	width: 270px;
}

.form form .text {
	background: url(/images/textinput-bg.gif) top left no-repeat;
	width: 245px;
	height: 22px;
	overflow: hidden;
}

.form form .text input {
	border: none;
	background: none;
	width: 231px;
	height: 22px;
	overflow: hidden;
	color: #5a6776;
	margin: 0;
	padding: 0 0 0 4px;
	*margin-left: -17px;
}

.form form .input * {
	font: 13px Calibri;
}

.noCalibri .form form .input * {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
}

.gecko .form form .text input,
.trident .form form .text input {
	margin-top: 3px;
}

.form form .radio, .checkbox {
	color: #5a6776;
	position: relative;
	left: -2px;
}

.form form .radio label {
	margin-right: 12px;
	*margin-right: 9px;
}

.form form .checkbox div {
	float: left;
	width: 130px;
	margin-bottom: 5px;
}

.presto .form form .checkbox div {
	margin-bottom: 8px;
}

.form form .checkbox label {
	position: relative;
	top: -1px;
}

.form form .file input {
	*margin-left: -15px;
}

.form form p {
	margin: 0 2px 22px 18px;
	color: #5a6776;
}

.form form p label {
}

.msg {
	background: #fff6dd;
	border: 1px solid #ffde82;
	color: #cc6600;
	font: 14px Calibri;
	margin: 0 -18px 17px -18px;
	padding: 13px 0 13px 18px;
}

.publ .msg {
	margin-left: 0;
	margin-right: 0;
}

.noCalibri .msg {
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
}

.msg.success {
	background: #e2ffdd;
	border: 1px solid #82ff85;
	color: #0acc00;
}

.csapatunk .item {
	width: 117px;
	height: 233px;
	border-bottom: 1px solid #d9dfe7;
	padding: 0 10px 0 10px;
	text-align: center;
	font: 15px Georgia;
	color: #002c5f;
	margin: 0 10px 15px 0;
	float: left;
}

.center-block.csapatunk {
	width: 740px;
	margin: 0 -100px -15px 0;
	_margin: 0 -100px -15px 3px;
	padding: 0 18px 0 0;
}

.csapatunk .item img {
	margin-bottom: 13px;
}

.center-block.publ {
	width: 534px;
	padding: 0 8px 0 0;
}

.center-block.publ.wide {
	width: 726px;
}

.band {
	width: 100%;
	height: 38px;
	background: url(/images/publ-band.png);
	font: 13px/38px Georgia;
	color: #5a6776;
	text-align: center;
	padding: 0;
	position: relative;
}

.band .round {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	background: url(/images/publ-band.png) top right;
	height: 100%;
}

.cikkoldal .band {
	font: 12px/38px Georgia;
	text-align: right;
}

.cikkoldal .band a.back {
	color: #5a6776;
	text-decoration: none;
	padding-right: 10px;
	margin-right: -10px;
	_margin-right: -13px;
	font-style: normal;
}

.band .next, .band .prev, .band .last, .band .first, .band .order {
	width: 23px;
	height: 23px;
	background-image: url(/images/publ-band-elements.png);
	display: block;
	position: relative;
	top: 8px;
	float: left;
	_display: inline;
}

.band .next, .band .last, .band .order, .cikkoldal .band .prev {
	float: right;
}

.band .prev {
	background-position: -46px top;
	margin: 0 10px 0 10px;
}

.band .next {
	background-position: -69px top;
	margin: 0 8px 0 0;
}

.band .first {
	background-position: -0px top;
	margin: 0 -3px 0 10px;
}

.band .last {
	background-position: -23px top;
	margin: 0 10px 0 -1px;
}

.band .order {
	margin: 0 8px 0 0;
}

.band .order.up {
	background-position: -92px top;
}

.band .order.down {
	background-position: -115px top;
}

.band.bottom {
	margin-top: 20px;
}

.publ .items {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.publ .item {
	padding: 23px 18px 25px 18px;
	border-top: 1px solid #d9dfe7;
	top: -1px;
	position: relative;
}

.publ.cikkoldal .item {
	border-top: none;
}

.publ .item .date {
	font: 12px Calibri;
	color: #5a6776;
}

#content .publ .item h2, .publ h1, #content .publ .item .title, .publ .title {
	font: 22px Georgia;
	color: #002c5f;
	margin-top: 0;
}

#content .publ .item h2 a {
	font-style: normal;
	color: #002c5f;
}

#content .publ h1 {
	margin-bottom: 17px;
}

#content .publ.cikkoldal .item h1 {
	margin-top: 0px;
}

.publ .item .desc {
	font: 14px Calibri;
	color: #4a4d50;
	margin: 20px 0 0 -18px;
	border-left: 1px solid #ffc82e;
	padding-left: 18px;
}

.publ .item .body {
	margin: 18px 0 0 0;
	line-height: normal;
}

.noCalibri .publ .item .desc {
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Tahoma, sans-serif;
}

.publ .item .rarr {
	margin: 10px 0 0 -5px;
}

.downloads h3 {
	font: 16px/45px Georgia;
	color: #5a6776;
	background: #fff6dd;
	margin: 8px 0 0 0;
	padding: 0 18px 0 18px;
}

.downloads ul {
	margin: 0;
	overflow: hidden;
	position: relative;
	_float: left;
}

.publ .downloads li {
	background: #ffedba url(/images/downloads-div.gif) repeat-x top left;
	padding: 21px 0 18px 65px;
	margin: 0px;
	line-height: 13px;
	position: relative;
	top: -1px;
}

.publ .downloads li a {
	text-decoration: none;
}

.publ .downloads .darr {
	position: absolute;
	top: 6px;
	left: 13px;
	_left: -52px;
}

.downloads .filedesc {
	font: 13px Georgia;
	font-weight: bold;
	color: #002c5f;
}

.downloads .filename {
	font: 12px Calibri;
	color: #817246;
}




