@font-face {
	font-family: 'DaxlineProLight';
	src: url('../fonts/daxlinepro-light-webfont.eot');
	src: local('☺'), url('../fonts/daxlinepro-light-webfont.woff') format('woff'), url('../fonts/daxlinepro-light-webfont.ttf') format('truetype'), url('../fonts/daxlinepro-light-webfont.svg#webfontjBYCJQIh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxlineProRegular';
	src: url('../fonts/daxlinepro-regular-webfont.eot');
	src: local('☺'), url('../fonts/daxlinepro-regular-webfont.woff') format('woff'), url('../fonts/daxlinepro-regular-webfont.ttf') format('truetype'), url('../fonts/daxlinepro-regular-webfont.svg#webfontHMlOzDBC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxlineProBold';
	src: url('../fonts/daxlinepro-bold-webfont.eot');
	src: local('☺'), url('../fonts/daxlinepro-bold-webfont.woff') format('woff'), url('../fonts/daxlinepro-bold-webfont.ttf') format('truetype'), url('../fonts/daxlinepro-bold-webfont.svg#webfontmmARJfQt') format('svg');
	font-weight: normal;
	font-style: normal;
} 

*.dlpl {
	font-family: 'DaxlineProLight';
}
*.dlpr {
	font-family: 'DaxlineProRegular';
}
*.dlpb {
	font-family: 'DaxlineProBold';
}
html {
	background: #fff url(../gfx/bg-html.png) repeat-x left top;
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #404142;
	background: #fff url(../gfx/bg-body.png) no-repeat center top;
	line-height: 20px;
}


*.clearer{
	clear: both;
	font-size: 12px;
}
*:focus {
	outline:none;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #58a2d9;
}
a.next {
	display: block;
	padding: 2px 10px;
	background: transparent url(../gfx/bg-next.png) no-repeat top left;
	color: #fff;
	font-size: 10px;
	width: 40px;
	text-decoration: none;
	margin-top: 10px;
}
p {
	clear: both;
	margin: 0;
	padding: 0 0 13px 0;
}
h1 {
	float: left;
	font-family: 'DaxlineProLight';
	padding: 35px 0 35px 25px;
	margin: 0;
	font-weight: normal;
	font-size: 32px;
	width: 316px;
	height: 56px;
	color: #fff;
	background: transparent url(../gfx/bg-h1.png) no-repeat top left;
}
h2 {
	font-family: 'DaxlineProLight';
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #58a2d9;
	line-height: 24px;
}
h2.reftitle {
	line-height: 17px;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h3.reftitle, h3.reftitle a {
	line-height: 13px;
	font-size: 12px;
	color: #404142;
	padding: 0;
	margin: 3px 0px 15px 0px;
	font-weight: bold;
}
h2.details-reftitle {
	margin-bottom: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #95c11a;
	font-weight: normal;
}

div.cms-content h3 {
	padding: 4px 0 8px 0;	
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	text-decoration: none;
	padding: 3px 5px 3px 14px;
	background: transparent url(../gfx/bg-li.gif) no-repeat 4px 9px;
}
img {
	border: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: Arial;
	resize: none;
	color: #fff;
	border: none;	
	font-size: 12px;
	padding: 2px 5px;
	margin: 0;
	overflow: hidden;
}

input.text1 {
	width: 210px;
	height: 25px;
	background: transparent url(../gfx/bg-input1.png) no-repeat left top;
}
input.text2 {
	width: 210px;
	height: 25px;
	background: transparent url(../gfx/bg-input2.png) no-repeat left top;
}
input.text3 {
	width: 210px;
	height: 25px;
	background: transparent url(../gfx/bg-input3.png) no-repeat left top;
}
textarea.textarea {
	resize: none;
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	width: 210px;
	height: 95px;
	background: transparent url(../gfx/bg-textarea.png) no-repeat left top;
}
input.submit {
	font-size: 14px;
	background: none;
	cursor: pointer;
	padding: 12px 15px;
	width: 130px;
}

/****** MAIN ******/
div.main-container {
	width: 100%;
}
	div.header-container {
		margin-bottom: 35px;
		width: 100%;
		height: 60px;
		background: transparent url(../gfx/bg-main-header.jpg) repeat-x left top;
	}
		div.main-header {
			width: 980px;
			margin: auto;
		}
			div.main-header a.logo {
				width: 171px;
				height: 60px;
				float: left;
				background: transparent url(../gfx/logo.jpg) no-repeat left top;
			}
			div.main-header div.main-menu {
				float: right;
				font-size: 13px;
				font-family: 'DaxlineProRegular';
				padding-top: 9px;
				padding-right: 20px;
			}
				div.main-menu a {
					text-decoration: none;
					line-height: 41px;
					height: 51px;
					display: block;
					float: left;
					color: #fff;
					margin-left: 25px;
				}
				div.main-menu a span {
					float: left;
					padding: 0 27px;
					height: 51px;
				}
				div.main-menu a.act, div.main-menu a:hover {
					color: #58595b;
					background: transparent url(../gfx/bg-main-menu-right-act.jpg) no-repeat right top;
				}
				div.main-menu a.act span, div.main-menu a:hover span {
					background: transparent url(../gfx/bg-main-menu-left-act.jpg) no-repeat left top;
				}

				div.main-menu a#contact.act, div.main-menu a#contact:hover {
					color: #58595b;
					background: transparent url(../gfx/bg-main-menu-right-act2.jpg) no-repeat right top;
				}
				div.main-menu a#contact.act span, div.main-menu a#contact:hover span {
					background: transparent url(../gfx/bg-main-menu-left-act2.jpg) no-repeat left top;
				}
				
	div.center-container {
		width: 100%;
		background: transparent url(../gfx/bg-container.png) repeat-x left bottom;		
	}
	div.container {
		width: 980px;
		min-height: 600px;
		margin: auto;

	}
		div.left-container {
			float: left;
			width: 687px;
			padding-right: 23px;
		}
		div.right-container {
			float: left;
			width: 265px;
		}
		div.right-container h2 {
			color: #186ba8;
		}
	
	div.footer-container {
		width: 100%;
		height: 158px;
		background: transparent url(../gfx/bg-main-footer.jpg) repeat-x left top;
		color: #5e5e5e;
	}
		div.main-footer {
			width: 970px;
			margin: auto;
			padding-right: 10px;
		}
		div.main-footer-left {
			float: left;
			width: 660px;
			padding-left: 0px;
		}
			div.main-footer-left ul {
				padding: 0;
				margin: 0;
			}
			
			div.main-footer-left ul li {
				float: left;
				background: none;
				padding: 0px 0px 0px 0px;
			}
			div.main-footer-left ul a {
				display: block;
				float: left;
				padding: 10px 40px 5px 0px;
				color: #919191;
				font-size: 11px;
			}
			div.main-footer-left a {
				color: #919191;
				font-size: 11px;
			}
			div.main-footer-left a.act, div.main-footer-left a:hover{
				color: #fff;
			}
			
		div.main-footer-right {
			width: 260px;
			float: right;
			padding-top: 50px;
			text-align: right;
			padding-right: 2px;
		}
			div.main-footer-right div.footer-right {
				float: right;
				text-align: right;
			}
			div.main-footer-right a.share {
				display: block;
				float: left;
				width: 32px;
				height: 32px;
				margin-left: 10px;
			}
			span.at300bs {
				background: none;
				width: 32px;
				height: 32px;
			}
			div.main-footer-right img {
				padding-top: 20px;
			}
			div.main-footer-right a.iwiw {
				background: transparent url(../gfx/share-iwiw.jpg) no-repeat left top;
			}
			div.main-footer-right a.iwiw:hover {
				background: transparent url(../gfx/share-iwiw-hover.jpg) no-repeat left top;
			}
			div.main-footer-right a.facebook {
				background: transparent url(../gfx/share-facebook.jpg) no-repeat left top;
			}
			div.main-footer-right a.facebook:hover {
				background: transparent url(../gfx/share-facebook-hover.jpg) no-repeat left top;
			}
			div.main-footer-right a.google {
				background: transparent url(../gfx/share-google.jpg) no-repeat left top;
			}
			div.main-footer-right a.google:hover {
				background: transparent url(../gfx/share-google-hover.jpg) no-repeat left top;
			}
			div.main-footer-right a.twitter {
				background: transparent url(../gfx/share-twitter.jpg) no-repeat left top;
			}
			div.main-footer-right a.twitter:hover {
				background: transparent url(../gfx/share-twitter-hover.jpg) no-repeat left top;
			}
			div.main-footer-right a.myspace {
				background: transparent url(../gfx/share-myspace.jpg) no-repeat left top;
			}
			div.main-footer-right a.myspace:hover {
				background: transparent url(../gfx/share-myspace-hover.jpg) no-repeat left top;
			}
			
/***** FŐOLDAL **********/
.flash {
	padding: 0 18px;
}
div.home {
	clear: both;
	line-height: 15px;
	font-size: 12px;
}
div.home h1 {
	font-family: 'DaxlineProLight';
	color: #333;
	background: none;
	font-size: 30px;
	padding: 10px 0 20px 0;
	margin:0;
	width: auto;
	height: auto;
}
div.home h2 {
	font-family: 'DaxlineProBold';
	color: #91c029;
	background: none;
	font-size: 18px;
	padding: 0 0 5px 0;
	margin:0;
	width: auto;
	height: auto;
}
/***** SZOLGÁLTATÁSOK *******/
div.service-list {
	font-family: 'DaxlineProRegular';
	position: relative;
	width: 637px;
	height: 260px;
	padding: 30px 25px;
	font-size: 13px;
	background: transparent url(../gfx/bg-services.png) no-repeat left top;
}
	div.service-list div {
		width: 415px;
	}
	div.service-list a.details {
		position: absolute;
		top: 250px;
		left: 30px;
		color: #fff;
		font-size: 14px;
	}
	
div.reftypes {
	font-family: 'DaxlineProLight';
	width: 256px;
	font-size: 12px;
	background: transparent url(../gfx/bg-reftype.png) repeat-x left bottom;
	margin-bottom: 30px;
}
	div.reftype-top{
		width: 256px;
		height: 17px;
		background: #f2f2f3 url(../gfx/bg-reftypes-top.png) no-repeat left top;
	}
	div.reflist {
		clear: both;
		padding: 0px 15px 40px 20px;
	}
.reflist h2{
	background: #F2F2F3;
	margin-left: -20px;
	padding-left: 20px;
	width: 236px;
}
		div.reflist span {
			display: block;
			padding: 5px 0;
			font-size: 17px;
			color: #186ba8;
		}

		div.reflist ul li a{
			display: block;
			color: #404142;
		}
		div.reflist ul li {
			background-position: 8px 9px;
			padding-left: 20px;
		}
		div.reflist ul li a:hover {
			color: #000;
		}
		div.reflist ul li:hover{
			color: #000;
			background: transparent url(../gfx/bg-reftype-hover.png) no-repeat left top;
		}
		div.reflist h2{
			background: #F2F2F3;
			margin-left: -20px;
			padding-left: 20px;
			width: 236px; 
		}
	
		
div.right-contact {
	font-family: 'DaxlineProLight';
	width: 256px;
	font-size: 12px;
}
	div.right-contact div.right-contact-top{
		width: 256px;
		height: 17px;
		background: transparent url(../gfx/bg-contact-top.png) no-repeat left top;
	}
	div.contact-top{
		width: 256px;
		height: 17px;
		background: transparent url(../gfx/bg-contact-top.png) no-repeat left top;
	}
	div.right-contact div.right-contact-form {
		padding: 10px 15px 40px 20px;
		color: #fff;
		font-size: 12px;
		font-family: Arial;
		background: transparent url(../gfx/bg-rightcontact.png) repeat-x left bottom;
	}
	div.right-contact-form form {
		position: relative;
	}
	div.right-contact-form form div.submit {
		position: absolute;
		bottom: 0px;
		left: -26px;
		width: 141px;
		height: 53px;
		background: transparent url(../gfx/bg-submit.png) no-repeat left top;
	}

div.service-desc {
	font-size: 13px;
	clear: both;
	padding-left: 60px;
	margin-bottom: 50px;
}

div.service-desc p {
	font-size: 12px !important;
}

div.service-desc ul li {
	font-family: 'DaxlineProRegular';
}
div.service-desc h3 {
	font-family: 'DaxlineProBold';
	font-size: 18px;
	padding: 5px 0 ;
}
div.service-desc p {
	line-height: 15px;
	font-size: 11px;
}

/****** KAPCSOLAT *******/
div.contact-top{
	width: 256px;
	height: 17px;
	background: transparent url(../gfx/bg-contact-top.png) no-repeat left top;
}
div.contact {
	clear: both;
	position: relative;
	padding: 40px 25px;
	width: 635px;
	height: 370px;
	line-height: 22px;
	font-size: 12px;
	background: transparent url(../gfx/bg-contact-map.png) no-repeat left top;
}
div.contact strong {
	color: #5ea8df;
	font-family: 'DaxlineProBold';
}
div.contact a.map-link {
	position: absolute;
	display: block;
	top: 362px;
	right: 20px;
	font-size: 11px;
	color: #63a9db;
}
div.contact a.map-link:hover, div.contact a.map-link:hover strong {
	color: #444;
}
div.contact-person {
	float: left;
	width: 153px;
	font-family: 'DaxlineProRegular';
	line-height: 18px;
	color: #58a2d9;
	margin-bottom: 40px;
	font-size: 11px;
}
div.contact-person img {
	margin-bottom: 15px;
}
div.contact-person span.member-name {
	font-family: 'DaxlineProLight';
	font-size: 18px;
	line-height: 25px;
}
div.contact-person strong {
	font-family: 'DaxlineProBold';
	color: #444;
}
div.contact-person span.member-phone {
	font-size: 17px;
}

/******* REFERENCIA LISTA *******/
div.referencies {
	clear: both;
	position: relative;
	width: 686px;
	height: 300px;
	text-align: right;
}
	div.referencies div.description {
		position: absolute;
		top: 69px;
		left: 0;
		width: 195px;
		height: 221px;
		font-size: 12px;
		padding: 10px 70px 0 35px;
		text-align: left;
		background: transparent url(../gfx/bg-referencies.png) no-repeat left top;
	}
		div.referencies div.description span {
			line-height: 14px;
		}
		div.referencies h2 a {
			color: #58a2d9;			
		}
		div.referencies h2 a:hover {
			color: #404142;			
		}
		div.referencies div.description a.reflink {
			font-family: 'DaxlineProBold';
			font-size: 12px;
			color: #58a2d9;
			line-height: 24px;
		}
		div.referencies div.description a.reflink:hover {
			color: #404142;
		}
	div.referencies a.details {
		position: absolute;
		top: 242px;
		left: 30px;
		color: #fff;
		font-size: 14px;
	}

/******* REFERENCIA *******/
a.backtolist {
	display: block;
	float: right;
	width: 121px;
	height: 33px;
	padding: 10px 0 10px 40px;
	margin-top: 25px;
	color: #63a9db;
	font-size: 14px;
	background: transparent url(../gfx/bg-backtolist.png) no-repeat left top;
}
div.reference {
	font-size: 12px;
	clear: both;
	padding-left: 60px;
	line-height: 15px;
	margin-bottom: 50px;
}
div.reference a.reflink {
	color: #63a9db;
	line-height: 33px;
}
div.reference a.reflink:hover {
	color: #404142;
}
	img.refimage {
		display: none;
	}
	img.refimage-act {
		display: block;
	}
	a.backref {
		display: none;
	}
	a.nextref {
		display: none;
	}
	div.reference table td.ref-desc {
		line-height: 16px;
	}
	div.reference iframe {
		margin: 10px 0 5px 0;
	}
	div.reference span{
		color: #404142;
		font-weight: bold;
		font-size: 14px;
	}
	div.reference div {
		position: relative;
	}
	div.reference div a {
		position: absolute;
		height: 27px;
		font-size: 11px;
		color: #63a9db;
	}
	div.reference div a.backref {
		top: 100px;
		left: -7px;
		width: 46px;
		padding: 13px 20px;
		background: transparent url(../gfx/bg-backref.png) no-repeat left top;
	}
	div.reference div a.nextref {
		top: 100px;
		right: 0px;
		width: 36px;
		padding: 13px 25px;
		background: transparent url(../gfx/bg-nextref.png) no-repeat left top;
	}	
	
	
	
/***************
 * pager
 ***************/
/*--------------------------------
    pager
--------------------------------*/
div.pager {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

div.pager table tr td a {
    display: block;
    float: left;
    width: 25px;
    line-height: 25px;
    margin: 0 8px 0 8px;
    color: #444;
    text-align: center;
    font-weight: bold;
}

div.pager table tr td a:hover {
    background: transparent url(../gfx/bg-pager.png) no-repeat left top;
    color: #fff;
    font-weight: bold;
}

div.pager table tr td span {
    display: block;
    float: left;
    width: 25px;
    line-height: 25px;
    margin: 0 8px 0 8px;
    background: transparent url(../gfx/bg-pager.png) no-repeat left top;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*
 * Dialog
 */
div#Dialog {
	background: transparent url(../gfx/evhonlapja.png) no-repeat top left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 929px;
	height: 542px;
}
	div#Dialog[id]{
		position:fixed;
	}
	
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
}

div#Dialog a.closebutton {
	display: block;
	position: absolute;
	top: 44px;
	left: 864px;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

div#Dialog a.gobutton1 { /* baloghekszer */
	display: block;
	position: absolute;
	top: 454px;
	left: 600px;
	width: 174px;
	height: 36px;
	text-decoration: none;	
}
div#Dialog a.gobutton2 {
	display: block;
	position: absolute;
	top: 454px;
	left: 150px;
	width: 174px;
	height: 36px;
	text-decoration: none;	
}

div#Dialog a.godisplay1 { /* baloghekszer */
	display: block;
	position: absolute;
	top: 168px;
	left: 544px;
	width: 294px;
	height: 184px;
	text-decoration: none;
}
div#Dialog a.godisplay2 {
	display: block;
	position: absolute;
	top: 168px;
	left: 92px;
	width: 294px;
	height: 184px;
	text-decoration: none;	
}

/*
 * Promobox
 * /
 */
div.promobox {
	width: 947px;
	height: 578px;
	display: block;
	clear: both;
	position: relative;
	background: transparent url(../gfx/promobox/background.png) no-repeat 17px 0px;
}
	div.promobox div.display {
		width: 930px;
		height: 578px;
		display: block;
		clear: both;
		position: absolute;
		top: 0px;
		left: 17px;
		background: transparent url(../gfx/promobox/display.png) no-repeat top left;
	}
	div.promobox div.arrow {
		width: 187px;
		height: 463px;
		padding: 165px 0px 0px 743px;
		font-size: 18px;
		line-height: 24px;
		display: block;
		clear: both;
		position: absolute;
		top: 0px;
		left: 17px;
		color: #ffffff;
		background: transparent url(../gfx/promobox/arrow.png) no-repeat top left;
	}
	div.promobox img.image {
		display: none;
		position: absolute;
		top: 31px;
		left: 185px;
	}
	div.promobox img.leaf {
		display: none;
		position: absolute;
		top: 354px;
		left: 267px;
	}
	div.promobox div.textbox {
		width: 370px;
		height: 578px;
		display: block;
		clear: both;
		position: absolute;
		top: 0px;
		left: 17px;
		background: transparent url(../gfx/promobox/text.png) no-repeat top left;
	}
		div.promobox div.businesses {
			display: block;
			position: absolute;
			top: 344px;
			left: 57px;
			wifth: 205px;
			height: 200px;
		}
			div.promobox div.businesses a {
				line-height: 13px;
				font-size: 14px;
				color: #404142;
				text-decoration: none;
				display: block;
				width: 162px;
				height: 32px;
				padding: 4px 0px 0px 43px;
				cursor: pointer;
				background: transparent url(../gfx/promobox/business-inactive.png) no-repeat top left;	
			}
			
			div.promobox div.businesses a:hover,
			div.promobox div.businesses a.active {
				color: #000;
				background: transparent url(../gfx/promobox/business-active.png) no-repeat top left;
			}
		div.box-title {
			position: absolute;
			top: 294px;
			left: 50px;
			color: #ffffff;
			font-size: 14px;
		}
	div.business {
		display: none;
		width: 210px;
		height: 250px;
		top: 70px;
		left: 46px;
		position: absolute;
		font-size: 12px;
	}
	div.buttons {
		display: block;
		width: 210px;
		height: 20px;
		top: 228px;
		left: 120px;
		position: absolute;
	}
	div.buttons a {
		background: transparent url(../gfx/promobox/ref-inactive.png) no-repeat center center;
		width: 14px;
		height: 14px;
		display: block;
		float: left;
		text-decoration: none;
	}
		div.buttons a:hover,
		div.buttons a.active {
			background: transparent url(../gfx/promobox/ref-active.png) no-repeat center center;
		}
		
div.contact-message {
	display:none;
	width:221px;
	height:27px;
	line-height:27px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	margin-bottom:10px;
	background:url(/layout/gfx/contact-message-bg.png) no-repeat left top;
}

