@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:#0071bc;
    margin-bottom:15px;
}

.tovabbLink{
    color: #ffffff;
    display: block;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00b2e9;
    *background-color: #00b2e9;
    background-image: -moz-linear-gradient(top, #00b2e9, #007ac2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b2e9), to(#007ac2));
    background-image: -webkit-linear-gradient(top, #00b2e9, #007ac2);
    background-image: -o-linear-gradient(top, #00b2e9, #007ac2);
    background-image: linear-gradient(top bottom, #00b2e9, #007ac2);
    background-repeat: repeat-x;
    border: solid 2px rgba(190,230,241,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b2e9', endColorstr='#007ac2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    max-width:65px;
    font-size: .7em;
}

.tovabbLink > span{
    display: block;
    text-align: left;
    padding:1px 15px 1px 5px; 
    background: url(../image/tovabb.png) center right no-repeat;
}

.tovabbLink:hover{
    color: #fff;
}