@charset "utf-8";
/* CSS Document */

/*Betű típusok*/
@font-face {
    font-family: 'HelveticaNeueLTCom75Bold';
    src: url('../font/helveticaneueltcom-bd.eot');
    src: url('../font/helveticaneueltcom-bd.eot') format('embedded-opentype'),
         url('../font/helveticaneueltcom-bd.woff') format('woff'),
         url('../font/helveticaneueltcom-bd.ttf') format('truetype'),
         url('../font/helveticaneueltcom-bd.svg#HelveticaNeueLTCom75Bold') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom56Italic';
    src: url('../font/helveticaneueltcom-it.eot');
    src: url('../font/helveticaneueltcom-it.eot') format('embedded-opentype'),
         url('../font/helveticaneueltcom-it.woff') format('woff'),
         url('../font/helveticaneueltcom-it.ttf') format('truetype'),
         url('../font/helveticaneueltcom-it.svg#HelveticaNeueLTCom56Italic') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom55Roman';
    src: url('../font/helveticaneueltcom-roman.eot');
    src: url('../font/helveticaneueltcom-roman.eot') format('embedded-opentype'),
         url('../font/helveticaneueltcom-roman.woff') format('woff'),
         url('../font/helveticaneueltcom-roman.ttf') format('truetype'),
         url('../font/helveticaneueltcom-roman.svg#HelveticaNeueLTCom55Roman') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom35Thin';
    src: url('../font/helveticaneueltcom-th.eot');
    src: url('../font/helveticaneueltcom-th.eot') format('embedded-opentype'),
         url('../font/helveticaneueltcom-th.woff') format('woff'),
         url('../font/helveticaneueltcom-th.ttf') format('truetype'),
         url('../font/helveticaneueltcom-th.svg#HelveticaNeueLTCom35Thin') format('svg');
}



.texttitle{
	font:normal 24px/26px 'HelveticaNeueLTCom75Bold', Arial, Helvetica, sans-serif;
	color:#00a99d;
	margin-bottom:15px;
}




