@charset "iso-8859-2";
/* CSS Document */

/**************************************************************************/
/*								CSS RESET
/**************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************************************************************************/
/*									BASE
/**************************************************************************/

body {
	background: #151a1d url(../images/footer-bg-y.jpg) repeat-y center;
	font: normal 13px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

input[type=button],
input[type=submit] {
	border: 1px solid #66a8c1;
	background: #4b96b3 url(../images/input-btn.gif) repeat-x left top;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-shadow: #2e7089 0px 1px 0px;
	padding: 4px 10px;
	cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover {
	background-image: url(../images/input-btn-over.gif);
}

div#main-frame {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #202527 url(../images/main-bg-y.jpg) repeat-y center;
	overflow: hidden;
}

div#positioner-frame {
	position: relative;
	z-index: 3;
	width: 990px;
	left: 50%;
	margin: 0 0 0 -495px;
}
.browserIE7 div#positioner-frame {
	left: auto;
	margin: 0 auto;
}



div#page-left {
	position: relative;
	float: left;
	width: 295px;
	z-index: 4;
}

div#page-right {
	position: relative;
	padding: 270px 0 0 0;
	width: 695px;
	float: right;
	z-index: 6;
}

div#footer-frame {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
	background: url(../images/footer-top.jpg) no-repeat center top;
}
div#footer-frame div#footer-pos {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

/**************************************************************************/
/*									HEADER
/**************************************************************************/
div#header-frame {
	position: absolute;
	width: 50%;
	z-index: 10;
	top: 0px;
	right: 0px;
	height: 270px;
	padding: 0 0 0 200px;
	overflow: hidden;
	background: #4894b0 url(../images/header-bg-x.jpg) repeat-x;
}
.browserChrome div#header-frame {
	padding: 0 0 0 201px;
}
div#header-bg {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 270px;
	margin: 0 0 0 0;
}
div#main-header {
	position: absolute;
	width: 800px;
	left: 0px;
	height: 270px;
	background: url(../images/main-header.jpg) no-repeat left top;
	text-shadow: #2b7593 0px 1px 0px;
}

/************ HEADER MENU ***************/
ul#header-menu {
	display: block;
	margin: 0px;
	padding: 2px 0 0 0;
	list-style: none;
	width: 170px;
	position: absolute;
	top: 45px;
	left: 10px;
	overflow: hidden;
	background: url(../images/hr-dashed-header.gif) repeat-x left top;
}
ul#header-menu li {
	position: relative;
	z-index: 5;
	margin: 0px;
	padding: 0px 0 2px 0;
	background: url(../images/hr-dashed-header.gif) repeat-x left bottom;
}
ul#header-menu a {
	position: relative;
	display: block;
	padding: 0 0 0 46px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	background-position: 6px center;
	background-repeat: no-repeat;
}
ul#header-menu a:hover {
	color: #1d495c;
	text-shadow: #86b9cf 0px 1px 0px;
}
ul#header-menu a.m-01 {
	background-image: url(../images/header-menu-01.gif);
}
ul#header-menu a.m-02 {
	background-image: url(../images/header-menu-02.gif);
}
ul#header-menu a.m-03 {
	background-image: url(../images/header-menu-03.gif);
}
ul#header-menu a.m-04 {
	background-image: url(../images/header-menu-04.gif);
}


ul#header-menu li.backLava {
	position: absolute;
	z-index: 2;
	background: #fff;
	padding: 0px;
	
	filter: alpha(opacity=06);
	-moz-opacity: 0.06;
	-khtml-opacity: 0.06;
	opacity: 0.06;
}


/************* KIEMELT ***************/

div#header-promo {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 500px;
	height: 220px;
}
div#header-promo a.promo-management {
	position: absolute;
	top: 159px;
	left: 320px;
	width: 160px;
	height: 52px;
	background: url(../images/header-promo-btn.jpg) no-repeat center top;
}
div#header-promo a.promo-management span.btn {
	position: absolute;
	top: 159px;
	left: 320px;
	width: 160px;
	height: 52px;
	background: url(../images/header-promo-btn.jpg) no-repeat center top;
}
div#header-promo a.promo-management:hover {
	background-position: bottom;
}


/************* ÜGYFÉLKAPU ***************/

div#header-login {
	position: absolute;
	top: 0px;
	left: 340px;
	width: 350px;
	height: 34px;
}
div#header-login table {
	margin: auto;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #53677b;
	text-shadow: 0 1px 0 #FFFFFF;
	height: 34px;
}
div#header-login table td,
div#header-login table th {
	padding: 2px 5px;
	vertical-align: middle;
}
div#header-login table input.text {
	width: 70px;
	height: 16px;
	padding: 2px 5px;
	border: 1px solid #b5bfc3;
	border-bottom: 1px solid #eaf0f1;
	border-right: 1px solid #eaf0f1;
	background: #c1cfd4;
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #627b83;
	text-shadow: 0 1px 0 #e4ebed;
	
	background: -moz-linear-gradient(top, #cdd8dc, #b6c8ce);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd8dc), to(#b6c8ce));
}
div#header-login table input.button {
	padding: 2px 5px;
	font-size: 12px;
}



/**************************************************************************/
/*									LEFT
/**************************************************************************/
a#main-logo {
	position: relative;
	display: block;
	margin: 0 0 0 30px;
	width: 250px;
	height: 150px;
	top: 0px;
	z-index: 30;
	background: url(../images/logo.jpg) no-repeat center top;
}
div#content-left {
	position: relative;
	width: 295px;
	float: right;
}

/************** LEFT BOX ***************/
div.left-box {
	position: relative;
	margin: 0 0 20px 0px;
	color: #b4bfc2;
	text-shadow: #000 0px 1px 0px;
	text-align: right;
	
	overflow: hidden;
}

div.left-box a {
	color: #ffbd0c;
	text-decoration: none;
}
div.left-box a:hover {
	color: #f0903a;
}
div.left-box a.more {
	font-size: 11px;
	line-height: 24px;
}
div.left-box div.bhead {
	position: relative;
	padding: 0 0 10px 0;
}
div.left-box div.bhead img {
	position: relative;
}
div.left-box div.bcontent {
	position: relative;
	margin: 0 0 0 10px;
}

/************** LEFT MENU ***************/
ul#left-menu {
	display: block;
	position: relative;
	margin: 0px 20px 0 0px;
	padding: 0 0 0 0;
	list-style: none;
	
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	text-align: right;
}
ul#left-menu li {
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	background: url(../images/hr-dashed-left.gif) repeat-x left bottom;
}
ul#left-menu li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 -20px 0 0;
	padding: 6px 40px 10px 0;
	background-position: right center;
	background-repeat: no-repeat;
}
ul#left-menu li a span {
	display: block;
	position: relative;
	cursor: pointer;
}
ul#left-menu li a span.main {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #5eb6db;
	padding: 2px 0;
}
ul#left-menu li a span.sub {
	padding: 2px 0;
	color: #D1DCDF;
}

ul#left-menu li.m-01 a {
	background-image: url(../images/left-menu-01.jpg);
}
ul#left-menu li.m-02 a {
	background-image: url(../images/left-menu-02.jpg);
}
ul#left-menu li.m-03 a {
	background-image: url(../images/left-menu-03.jpg);
}
ul#left-menu li.m-04 a {
	background-image: url(../images/left-menu-04.jpg);
}
ul#left-menu li.m-05 a {
	background-image: url(../images/left-menu-05.jpg);
}
ul#left-menu li.m-06 a {
	background-image: url(../images/left-menu-06.jpg);
}
ul#left-menu li a:hover span.main {
	color: #9FE4FF;
}
ul#left-menu li a:hover span.sub {
	color: #fff;
}

ul#left-menu li.backLava {
	position: absolute;
	background: #fff;
	padding: 0px;
	margin: 0 0 0 250px;
	background: url(../images/left-menu-light.png) no-repeat left center;
	
	
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}



/************** LEFT NEWS ***************/
div.left-news {
	position: relative;
	margin: 0 20px 10px 0px;
}
div.left-news div.title {
	position: relative;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #4184a0;
	
	padding: 8px 0;
	line-height: 26px;
	background: url(../images/hr-dashed-left.gif) repeat-x left bottom;
}
div.left-news div.text {
	position: relative;
	padding: 10px 0px 10px 0;
	font-size: 12px;
}


/**************************************************************************/
/*									FOOTER
/**************************************************************************/

div.footer-left {
	position: relative;
	float: left;
	width: 295px;
}
div.footer-right {
	position: relative;
	float: right;
	width: 695px;
}
div.footer-right div.footer-content {
	padding: 14px 0 18px 18px;
	color: #3a444e;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	text-shadow: #9EA8B0 0 1px 0;
}
div.footer-right div.footer-content a {
	color: #3a444e;
	text-shadow: #9ea8b0 0px 1px 0px;
	text-decoration: none;
}
div.footer-right div.footer-content a:hover {
	color: #121f2c;
	text-shadow: #aeb9c1 0px 1px 0px;
}

/**** FOOTER COLS ****/
div.footer-right div.fblock {
	float: left;
	text-align: left;
}
div.footer-right div.fblock div.company {
	background: url(../images/ficon-innomedio.jpg) no-repeat left 3px;
	padding: 0 25px 0 32px;
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
}
div.footer-right div.fblock div.company a {
	color: #4d5c64; 
}
div.footer-right div.fblock div.company a:hover {
	color: #121f2c;
}
div.footer-right div.fblock div.service {
	background: url(../images/ficon-ok.jpg) no-repeat left 4px;
	padding: 0 25px 0 32px;
}
div.footer-right div.fblock div.contact {
	background: url(../images/ficon-mail.jpg) no-repeat left 6px;
	padding: 0 25px 0 32px;
}
div.footer-right div.fblock h5 {
	color: #35424a;
	margin: 0px 0 10px 0;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
}

/**** FOOTER LOGOS ****/
div.footer-right div.footer-logos {
	margin: 16px 0 0 18px;
	padding: 16px 0 0 0;
	background: url(../images/hr-dashed-footer.gif) repeat-x left top;
}
div.footer-right div.footer-logos a {
}
div.footer-right div.footer-logos a img {
}
div.footer-right div.footer-logos a.lochner {
	margin: 0 42px;
}


div.footer-right h2 {
	margin: 16px 0 10px 18px;
	padding: 16px 0 0 0px;
	background: url(../images/hr-dashed-footer.gif) repeat-x left top;
	text-align: center;
	color: #5a6870;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	text-shadow: #9ea8b0 0px 1px 0px;
}

/**************************************************************************/
/*								RIGHT / CONTENT
/**************************************************************************/
div#content-right {
	position: relative;
	width: 695px;
}
.fade-it {
}
div.main-content {
	padding: 0 0px 30px 20px;
	text-shadow: #fff 0px 1px 0px;
	line-height: 20px;
	color: #414346;
}
div.main-content a {
	color: #bd5d29;
	text-decoration: none;
}
div.main-content a:hover {
	color: #904924;
}


div.main-content a.btn {
	display: block;
	float: left;
	height: 42px;
	background: url(../images/tab.png) no-repeat scroll right top transparent;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
div.main-content a.btn span {
	display: block;
	float: left;
	height: 38px;
	text-align: center;
	font: normal 15px/38px Georgia, "Times New Roman", Times, serif;
	white-space: normal;
	padding: 0 40px 4px 40px;
	color: #fff;
	text-shadow: #093042 0px 1px 0px;
	background: url(../images/tab-left.png) no-repeat scroll left top transparent;
}
div.main-content a.btn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}


div.main-content h1, h2, h3, h4, h5, h6 {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
}
div.main-content h1 {
	color: #c4cdd5;
	font-size: 40px;
	line-height: 44px;
	margin: 20px 0;
}
div.main-content h3 {
	font-size: 24px;
	line-height: 30px;
	color: #2f8bb4;
	background: url(../images/hr-dashed-content.gif) repeat-x left bottom;
	padding: 0 0 4px 0;
	margin: 24px 0 10px 0;
}
div.main-content h4 {
	font-size: 20px;
	line-height: 26px;
	color: #808c92;
	margin-top: 20px;
}
div.main-content h5 {
	font-size: 18px;
	color: #808c92;
	margin-top: 10px;
}
div.main-content .small {
	font-size: 11px;
	line-height: 15px;
}
div.main-content p {
	margin: 20px 0;
	text-align: justify;
}
div.main-content img.fleft {
	float: left;
	margin: 0 20px 20px 0;
}
div.main-content img.fright {
	float: right;
	margin: 0 0px 20px 20px;
}
div.main-content ul {
	list-style: decimal;
	padding: 0px 0 0px 30px;
	margin: 10px 0;
}
div.main-content .multicol {
	/*
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	*/
}
div.main-content hr {
	display: block;
	margin: 10px 0px;
	padding: 0px;
	height: 2px;
	border: 0px;
	background: url(../images/hr-dashed-content.gif) repeat-x left top;
}
div.main-content td.right {
	text-align: right;
}
div.main-content td.center {
	text-align: center;
}

div.main-content table.form-table {
	margin: 10px 20px;
}
div.main-content table.form-table td {
	padding: 4px 10px;
	vertical-align: middle;
}
div.main-content table.form-table td.label {
	width: 160px;
}
div.main-content table.form-table td.error {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #ad220f;
}

/********** PORTFOLIO ***********/

div.tab-frame {
	position: relative;
	height: 54px;
}
div.tab-frame div.tab-poser {
	float: left;
	width: 168px;
	height: 54px;
}

/*** small ***/
div.tab-frame div.tab,
div.tab-frame div.tab-active {
	position: absolute;
	width: 148px;
	margin: 0 10px;
	height: 42px;
	background: url(../images/tab.png) no-repeat right top;
	cursor: pointer;
	
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;

}
div.tab-frame div.tab div.tab-content,
div.tab-frame div.tab-active div.tab-content {
	height: 38px;
	text-align: center;
	background: url(../images/tab-left.png) no-repeat left top;
	font: normal 15px/38px Georgia, "Times New Roman", Times, serif;
	white-space: normal;
	padding: 0 20px 4px 20px;
	color: #fff;
	text-shadow: #093042 0px 1px 0px;
}

/*** big ***/
div.tab-frame div.tab-active {
	display: none;
	
	width: 168px;
	margin: -4px 0 0 0;
	height: 52px;
	background-image: url(../images/tab-big.png);
	
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
div.tab-frame div.tab-active div.tab-content {
	height: 48px;
	background-image: url(../images/tab-left-big.png);
	font-size: 17px;
	line-height: 48px;
}


/*** LIST ***/
div.project-list {
	display: none;
}
div.project-list div.project {
}
div.project-list div.project h3 {
	position: relative;
}
div.project-list div.project h3 span.date {
	position: absolute;
	right: 0px;
	font-size: 20px;
	color: #939da2;
}
div.project-list div.project div.info {
	position: relative;
	float: left;
	width: 270px;
	min-height: 160px;
	text-align: right;
	padding: 0px 0 20px 0;
	margin: 0 0 30px 0;
}
div.project-list div.project div.info .bottom {
	position: absolute;
	height: 34px;
	margin: 0 0 -34px 0;
	right: 0px;
	bottom: 0px;
	padding: 6px 0 0 0;
	background: url(../images/hr-dashed-content.gif) repeat-x left top;
}
div.project-list div.project div.info h5 {
	margin: 8px 0 0 0;
}
div.project-list div.project div.info p {
	clear: both;
	margin: 0 0 4px 0;
	text-align: inherit;
}
div.project-list div.project div.info i {
	color: #6d6f73;
}
div.project-list div.project div.preview {
	float: right;
	width: 390px;
}
div.project-list div.project div.preview div.prev-img {
	width: 368px;
	height: 193px;
	padding: 11px;
	background: url(../images/project-prev-mid.jpg) no-repeat;
}


/********** NEWS ***********/
div.news-list {
	position: relative;
}
div.news-list div.news {
	position: relative;
	padding: 0 0 0 80px;
}
div.news-list div.news p.more {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
div.news-list div.news div.calendar-mini {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 55px;
	background: url(../images/calendar-mini.png) no-repeat;
	font: normal 10px/14px Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	text-shadow: none;
}
div.news-list div.news div.calendar-mini div.date-1 {
	position: absolute;
	left: 2px;
	top: 3px;
	width: 60px;
	height: 14px;
	text-align: center;
	color: #fff;
}
div.news-list div.news div.calendar-mini div.date-2 {
	position: absolute;
	left: 2px;
	top: 17px;
	width: 60px;
	height: 35px;
	font: normal 30px/30px Georgia, "Times New Roman", Times, serif;
	color: #2f8bb4;
	text-align: center;

}



/*************** PAGINATION *****************/

div.pagination {
/*	color: #888;*/
	margin: 10px 0 10px 0;
	padding: 2px 5px 2px 5px;
	background: url(../images/hr-dashed-content.gif) repeat-x left top;
	font: normal 12px/24px Georgia, "Times New Roman", Times, serif;
}

div.pagination a {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
}
div.pagination span.current {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	
	font-weight: bold;
}
div.pagination span.disabled {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	color: #7d8085;
}
