@charset "utf-8";

/** sprite: vert; sprite-image: url(images1/webma-vert.png); sprite-layout: vertical; */
/** sprite: horiz; sprite-image: url(images1/webma-horiz.png); sprite-layout: horizontal; */

/**
 * CSS reset.
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td, caption {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
a img,
iframe {
    border: 0;
}

q:before, q: after {
    content: '';
}

img { 
    -ms-interpolation-mode: bicubic; /* IE7 képtömörítés fix */
}

textarea, input, select, button {
    font-family: inherit;
    font-size: inherit;
}

/**
 * Alapértelmezett távolságok és tipográfia.
 */

p, li, td, th, dd, dl {
    line-height: 1.6em;
}

sup {
    line-height: 1em;
}

h1, h2, h3, p, table, ul, ol, dl, caption, fieldset, iframe, object, embed,
blockquote, hr {
    margin-bottom: 1em;
}

ul, ol {
    padding-left: 1em;
}

dd {
    padding-left: 3em;
}

textarea, input.text, select {
    background: #fff;
    color: #000;
}

hr {
    clear: both;
}

h1 {
    background: url(images1/h1.png) no-repeat;
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
    font-size: 2em;
    color: #35446b;
    line-height: 28px;
    padding-left: 36px;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
    font-size: 1.4em;
    color: #35446b;
    line-height: 1.3em;
    font-weight: normal;
}

h3 {
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
    font-size: 1.3em;
    color: #35446b;
    line-height: 1.3em;
    font-weight: bold;
}

a {
    color: #35446b;
}

/**
 * Oldaltérkép számozása és stílusa.
 */

.sitemaplevel1 {
    counter-reset: m1;
}
.sitemaplevel1 li:before {
    content: counter(m1) '. ';
    counter-increment: m1;
}
.sitemaplevel2 {
    counter-reset: m2;
}
.sitemaplevel2 li:before {
    content: counter(m1) "." counter(m2) ". ";
    counter-increment: m2;
}
.sitemaplevel3 {
    counter-reset: m3;
}
.sitemaplevel3 li:before {
    content: counter(m1) "." counter(m2) "." counter(m3) ". ";
    counter-increment: m3;
}


/**
 * Általános kapcsolat felvételi űrlap stílus.
 */

label span {
    width: 140px;
    float: left;
    text-align: left;
}

input.text,
textarea {
    border: 1px solid #aaa;
}

input.radio {
    float: left;
    height: 1em;
    margin-right: .5em;
}
sup {
    font-weight: bold;
}
#content .error {
    background-color: #f8cc9b;
    border: 1px solid #dd5003;
}

/**
 * body
 */
#www-webbase-hu {
    font-size: 62.5%; /* 1em=10px */
    font-family: Verdana, Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
    background: #daebf2;
    
}

/**
 * Az egész weboldal konténer eleme. Itt lehetséges a teljes weboldal
 * szélességének beállítása, és középre rendezése.
 */
#container {
    margin: 0 auto;
    font-size: 1.0em; /* 12px */
    width: 960px;
    position: relative;
}

/**
 * Felső menüsor, általában az első szintű.
 */

#topmenu {
    background: url(images1/topmenu.png) repeat-x;
    height: 60px;    
    width: 960px;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}

#topmenu ul {
    margin: 0;
    padding: 0;
    float: left;
}

#topmenu li {
    list-style: none;
    float: left;
}

#topmenu li a {
    background: url(images1/topmenu_li.png) no-repeat;
    color: #203b7e;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 15px 13px 15px 29px;
    line-height: 15px;
    height: 40px;
    font-size: 1.25em;
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
    width: 150px; /* 192 - padding */
}

#topmenu li a:hover,
#topmenu li.sdoc a,
#topmenu li.docz a {
    color: #fff;
}

#topmenu #ujdonsagok a,
#topmenu #gps_jarmukovetes a,
#topmenu #magunkrol a {
    line-height: 30px;
}

#toc #magunkrol_impresszum,
#toc #magunkrol_online_befektetes_megterules_kalkulator,
#toc #magunkrol_viszonteladoknak_bejelentkezes,
#toc #magunkrol_webbase_bejelentkezes {
    display: none;
}

/**
 * Fejléc elemek konténere: logó, kiemelt linkek, kereső stb.
 */
#header {
    background: url(images1/header.jpg) no-repeat 0 0;
    width: 960px;
    height: 162px;
    position: relative;
    float: left;
}

/**
 * Fejlécben elhelyezett logó, cégembléma, amely a főoldalra visz
 */

#home {
    height: 160px;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#home span {
    background: url(images1/header.jpg) no-repeat 0 0;
    height: 160px;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

/**
 * Konténer elem a tartalomhoz és oldalsávokhoz
 */

#site {
    width: 960px;
    float: left;
    background: url(images1/articletop.png) no-repeat 0 60px;
}

#site-container {
    width: 960px;
    float: left;
    background: #8bc0e0 url(images1/site.jpg) repeat-y 267px;
}

/**
 * Breadcrumb menü.
 */
#locator {
    text-align: left;
    color: #35446b;
}

#locator a{
    text-decoration: none;
    font-weight: bold;
}

/**
 * Cikk
 */
#article {
    float: left;
    color: #000;
    width: 656px; /* 686 - padding */
    padding: 0 15px 15px 15px;
    background: url(images1/articlebottom.png) no-repeat left bottom;
    min-height: 500px;
    _height: 600px; /* IE6 fix */
    margin: 0;
}

/**
 * Második szintű menüpontok.
 */
#sidemenu {
    display: inline;
    float: left;
    overflow: hidden;
    margin-top: -10px;
    width: 267px;
    padding-bottom: 11px;
}

#toc {
    float: left;
    width: 253px; /* 267 - padding */
    padding: 0 8px 27px 6px;
    background: url(images1/sidemenu_bottom.png) no-repeat 6px bottom;
    margin-bottom: 10px;
}

#toc ul {
    float: left;
    margin: 0;
    padding: 0;
}

#toc .menulevel2 {
    padding-top: 105px;
    background: url(images1/sidemenu_top.jpg) no-repeat;
}

#toc li {
    float: left; /* IE6 fix */
    list-style: none;
    padding-bottom: 2px;
    background: url(images1/sidemenu_sep.png) no-repeat left bottom;
}

#toc li a {
    width: 202px; /* 253 - padding */
    color: #203b7e;
    background: #88aef0 url(images1/sidemenu_li.png) no-repeat left center;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 12px 4px 39px;
    font-size: 1.3em;
    line-height: 1.1em;
    display: block;
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
}

#toc li.sdoc a,
#toc li a:hover {
    background-image: url(images1/sidemenu_li_hover.png);
    color: #fff;
}

/**
 * Harmadik szintű menüpontok.
 */
#toc li.sdoc li,
#toc li li {
    padding-top: 2px;
    padding-bottom: 0;
    background: url(images1/sidemenu_sep.png) no-repeat left top;
}

#toc li.sdoc li a,
#toc li li a {
    background-image: url(images1/sidemenu_li2.png);
    padding-left: 59px;
    width: 182px; /* 202 - padding */
    color: #203b7e;
}


#toc li li.sdoc a,
#toc li.sdoc li a:hover,
#toc li li a:hover {
    background-image: url(images1/sidemenu_li2_hover.png);
    color: #fff;
}

/**
 * Harmadik szintű menüpontok.
 */

#submenu {
    margin: -4px -7px 10px -6px;
    float: left;
    width: 667px;
    padding-bottom: 2px;
    background: url(images1/submenu_bottom.png) no-repeat left bottom;
    clear: both;
}

#submenu ul {
    margin: 0;
    float: left;
    padding: 5px 2px;
    width: 667px; /* 669 - padding */
    background: transparent url(images1/submenu_top.png) no-repeat;
}

#submenu li {
    list-style: none;
    float: left;
    padding-bottom: 2px;
    background: url(images1/submenu_sep.png) no-repeat left bottom;
}

#submenu li a {
    color: #203b7e;
    background: url(images1/submenu_li.png) no-repeat 5px center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-decoration: none;
    padding: 4px 10px 4px 28px;
    width: 183px; /* 221 - padding */
    font-size: 1.3em;
    line-height: 1.1em;
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
}

/**
 * Lábléc
 */
#footer {
    background: url(images1/footer.png) no-repeat;
    color: #fff;
    height: 41px;
    line-height: 41px;
    width: 960px;
    clear: both;
    padding: 0 20px;
    width: 920px; /* 960 - padding */
    border-top: 9px solid #89c0e0;
    float: left;
    _float: none; /* IE6 fix */
    font-size: 1.2em;
    padding-bottom: 10px;
}

#footer a {
    color: #fff;
    text-decoration: none;
    padding-left: 2em;
}

.footer-copyright {
    float: left;
}

.footer-links {
    float: right;
}

/**
 * Általános stílusosztályok.
 */
.centre {
    text-align: center;
}
span.centre {
    display: block;
}
img.float-right, img.right {
    float: right;
    margin: 0 0 1em 1em;
}
img.float-left, img.left {
    float: left;
    margin: 0 1em 1em 0;
}
.break-it, .clear {
    clear: both;
}

img.illustr {
    margin-bottom: .5em;
}

.right {
    text-align: right;
}

/**
 * Az alábbi CSS osztályokkal lehet a tartalmat táblázatos (grid) megjelenésre
 * hozni. Például egy szövegrészt az alábbi módon lehet két azonos szélességű és
 * egymással egyenlő magasságú oszlopra formázni: 
 *
 * <div class="row">
 *   <div class="col2 first">
 *     Első oszlop tartalma.
 *   </div>
 *   <div class="col2">
 *     Második oszlop tartalma.
 *   </div>
 * </div>
 */

/**
 * Sor. Ez garantálja az oszlopok egyforma magasságát.
 */
.row {
    overflow: hidden;
    margin-bottom:1em;
}
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/**
 * Két egyenlő széles oszlophoz
 */
.col2 {
    float: left;
    width: 49%;
    margin-left:1%;
}
.col2.first, /* IE6 fix */
.row .col2:first-child {
    margin-left: 0;
    margin-right: 1%;
}

/**
 * Három egyenlő széles oszlophoz
 */
.col3 {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.col3.first, /* IE6 fix */
.row .col3:first-child {
    margin-left: 0;
}

#webbase {
    background: url(images1/webbase.jpg);
    width: 248px;
    height: 155px;
    margin-left: 9px;
    margin-top: 17px;
    position: relative;
}

#webbase .tovabb a {
    background: url(images1/side_box_tov.png) no-repeat;
    text-decoration: none;
    width: 69px;
    height: 26px;
    position: absolute;
    top: 121px;
    left: 170px;
    text-indent: -10000px;
}

#webbase .tovabb a:hover {
    background: url(images1/side_box_tov_hover.png) no-repeat;
}

#webbase h2 {
    color: #203b7e;    
    font-size: 1.2em;
    padding: 20px 0 0 38px;
}

#news {
    background: url(images1/news.jpg);
    width: 248px;
    height: 155px;
    margin-left: 9px;
    margin-top: 15px;
    position: relative;
}

#news .tovabb a {
    background: url(images1/side_box_tov.png) no-repeat;
    text-decoration: none;
    width: 69px;
    height: 26px;
    position: absolute;
    top: 121px;
    left: 170px;
    text-indent: -10000px;
}

#news .tovabb a:hover {
    background: url(images1/side_box_tov_hover.png) no-repeat;
}

#news h2 {
    color: #203b7e;
    font-size: 1.2em;
    padding: 106px 0 0 38px;
    line-height: 1.1em;
}

#szakmai_blog {
    background: url(images1/szakmai_blog.jpg);
    width: 248px;
    height: 183px;
    margin-left: 9px;
    margin-top: 16px;
    position: relative;
}

#szakmai_blog .tovabb a {
    background: url(images1/side_szakmai_box_tov.png) no-repeat;
    text-decoration: none;
    width: 69px;
    height: 26px;
    position: absolute;
    top: 150px;
    left: 170px;
    text-indent: -10000px;
}

#szakmai_blog .tovabb a:hover {
    background: url(images1/side_szakmai_box_tov_hover.png) no-repeat;
}

#szakmai_blog h2 {
    color: #203b7e;
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 106px 0 0 38px;
}
#box {
    background: url(images1/box.png) no-repeat;
    width: 652px;
    height: 158px;
    margin-top: 7px;
    padding: 12px 0 0 0;
    position: relative;
}
/*
#box .tovabb {
    background: url(images1/box_tov.png) no-repeat;
    position:absolute;
    top: 124px;
    left: 572px;
    width: 63px;
    height: 23px;
}
*/
#box .tovabb a {
  background: url(images1/box_tov.png) no-repeat;
    position:absolute;
    top: 125px;
    left: 572px;
    width: 63px;
    height: 23px;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    font-size: .9em;
/*    padding: 11px;*/
}


#box .tovabb a:hover {
    background: url(images1/box_tov_hover.png) no-repeat;
}

/**
 * Oldalon belüli kereső
 */
.webma-search {
    position: absolute;
    right: 15px;
    bottom: 26px;
    font-size: 1.2em;
    display: block;
}

.webma-search label {
    position: absolute;
    color: #203b7e;
    font-weight: bold;
    left: -70px;
    bottom: 13px;
}

#webma-search-field-secret {
    width: 160px;
}

#webma-search-button-secret {
    color: #203b7e;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    padding: 0 5px;
}

/**
 * Kapcsolat űrlap
 */

#kapcsolat_form {
    background: url(images1/contactform.jpg) no-repeat;
    color: #4f4f4f;
    font-size: 1.35em;
    width: 632px;
    height: 343px;
    position: relative;
    margin-left: -10px;
}

#kapcsolat_form p {
    overflow: hidden;
    margin-bottom: 0;
    padding: 5px 0;
}

#kapcsolat_form legend {
    font-size: 1.2em;
    color: #203b7e;
    font-weight: normal;
    padding-top: 20px;
    line-height: 25px;
    padding-bottom: 1em;
}

#kapcsolat_form fieldset {
    border: 0;
}

#kapcsolat_form .required {
    color: red;
}

#kapcsolat_form .row {
    margin-bottom: 0;
}

#kapcsolat_fieldset_kapcsolatteremtes {
    width: 330px;
    padding-left: 43px;
    margin: 0;
}


#kapcsolat_fieldset_temavalasztas label {
    width: 200px;
    float: left;
}

#kapcsolat_fieldset_temavalasztas {
    padding-left: 20px;
    margin: 0;
    width: 220px;
    _width: 230px;
}

#kapcsolat_form input.text {
    width: 183px;
}

#kapcsolat_submit {
    background: transparent;
    color: #000;
    border: 0;
    position: absolute;
    right: 20px;
    bottom: 14px;
    cursor: pointer;
    width: 69px;
    header: 26px;
}

#kapcsolat_form #kapcsolat_csillaggaljelolt_block,
#kapcsolat_form #kapcsolat_mivelkapcsolatbanerdeklodik_block {
    padding: 0 0 0 43px;
}

#kapcsolat_form #kapcsolat_mivelkapcsolatbanerdeklodik {
    width: 342px;
}

/**
 * Tartalmi képek
 */

.figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Láblécben lévő linket felül kell a kereső mellett megjeleníteni
 */
#footer #footer-kapcsolat {
    font-weight: bold;
    position: absolute;
    left: 532px;
    top: 92px;
    color: #203b7e;
}

/**
 * Login doboz
 */

#loginbox {
    float: left;
    width: 213px; /* 252 - padding */
    height: 109px; /* 159 - padding */
    background: url(images1/loginbox.jpg) no-repeat;
    color: #4f4f4f;
    margin-left: 6px;
    _margin-left: 3px; /* IE6 fix */
    font-size: 1.3em;
    padding: 50px 0 0 39px;
    position: relative;
    margin-bottom: 10px;
}

#loginbox h3 {
    display: none;
}

#loginbox label {
    float: left;
    width: 90px;
}

#loginbox .field {
    margin-bottom: 10px;
    float: left;
    width: 200px;
}

#loginbox input.text {
    float: right;
    width: 100px;
}

#loginbox_submit {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/**
 * Kapcsolat oldal módosított kinézete
 */
.contactpage h1 {
    background-image: url(images1/h1_contact.png);
    padding-bottom: 8px;
    margin-right: -10px;
    margin-bottom: 5px;
}

.contactpage .page {
    padding-left: 37px;
}

/**
 * Kiemelt szövegek
 */
.emph {
    color: #a00;
}

.emph2 {
    color: #ef7900;
}

.emph3 {
    color: #35446b;
}

.article-lead {
    margin-bottom: 10px;
}

.bovebb {
    font-weight: bold;
}

.forras {
   text-align: right;
}

/**
 * "Akció GPS szolgáltató váltásához" menü egyéni formázása
 */
.akcio_valtas_box {
    background: url(images1/secret_valtas_bg.jpg) no-repeat;
    padding: 20px 35px 25px 35px;
    height: 516px; /* 561 - padding */
    overflow: hidden;
    margin-bottom: 1em;
}

.akcio_valtas_box h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}

.akcio_valtas_box li {
    margin-bottom: .5em;
}

/**
 */

.arak_dijak h2 {
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.arak_dijak strong {
    color: #35446b;
}

.arak_dijak {
}

/**
 * Főoldali dobozok a lap alján
 */
.front-row {
    width: 671px;
    margin: 0 -10px 0 -7px;
}

.front-box {
    background: url(images1/frontbox_bg.png) no-repeat;
    height: 122px;
    width: 223px;
    position: relative;
    overflow: hidden;
}

.front-row .col3 {
    margin: 0 0 0 1px;
}

.front-row .first {
    margin-left: 0;
}

.front-box h2 {
    font-family: Arial, Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
    font-size: 1.8em;
    color: #35446b;
    line-height: 46px;
    padding-left: 46px;
    margin: 0;
}

.front-box p {
    padding-left: 36px;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0;
}

.front-box p.tovabb {
    overflow: hidden;
}

.front-box .tovabb a {
    float: right;
    height: 31px;
    width: 73px;
    padding-right: 2px;
    line-height: 31px;
    text-align: right;
    color: #000;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.front-box .tovabb span {
    background: url(images1/frontbox_tovabb.png) no-repeat;
    width: 75px;
    height: 31px;
    position: absolute;
    right: 2px;
    bottom: 1px;
    _right: 0;
    _bottom: 0;
    cursor: pointer;
}

.front-box form {
    overflow: hidden;
}

.front-box form div {
    padding-left: 36px;
}

.front-box input.text {
    width: 160px;
    margin-bottom: 4px;
    *margin-bottom: 0; /* IE fix */
}

.front-box input.tovabb {
    width: 75px;
    height: 31px;
    border: 0;
    position: absolute;
    bottom: 5px;
    right: 7px;
    _bottom: 4px;
    _right: 7px;
}

/**
 * 'Hírek' doboz az oldalsávban
 */
#newsbox {
    width: 252px;
    height: 159px;
    background: url(images1/newsbox.jpg) no-repeat;
    float: left;
    margin-left: 9px;
    _margin-left: 4px;
    margin-bottom: 10px;
}

#newsbox h2 a {
    width: 212px;
    height: 44px;
    padding: 105px 0 10px 42px;
    line-height: 20px;
    color: #203b7e;
    font-size: 1.25em;
    text-decoration: none;
    display: block;
}

/**
 * Kilapított lista
 */
.flat-list {
    float: left;
    width: 100%;
    padding-left: 0;
}

.flat-list li {
    float: left;
    list-style: none;
}

.flat-list-2 li {
    width: 50%;
}

.flat-list-4 li {
    width: 25%;
}

/**
 * Táblázat stílusok
 */

.table1 {
    width: 100%;
}

.table1 td,
.table1 th {
    text-align: center;
    padding: 2px;
}

.table2 {
    width: 100%;
}

.arak {
}

.arak2 {
    width: 100%;
}

.arak2 th {
    font-weight: normal;
    text-align: left;
}

.arak2 strong {
    font-weight: bold;
    color: #35446b;
}

.arak td,
.arak th {
    font-weight: bold;
    color: #35446b;
}

/**
 * "Referencia" menükben eltérő háttérkép
 */
.reference_container {
    width: 656px;
    padding: 0 15px 0 15px;
    margin: 0 -15px 0 -15px;
    background: url(images1/reference_bg.jpg) no-repeat 0 15px;
    min-height: 420px;
    _height: 420px;
}

/**
 * Kalkulátor dobozok
 */
.kalkulator-row {
    float: left;
    width: 660px;
    margin: 0 -2px;
    clear: both;
}

.kalkulator-row .first {
    margin-right: 2px;
}

.kalkulator-box {
    background: url(images1/kalkulatorok.png) no-repeat;
    width: 249px; /* 329 - padding */
    padding: 0 40px;
    height: 177px; /* 177 - padding */
    float: left;
    position: relative;
    margin-bottom: 1em;
}

.kalkulator-box h2 {
    font-size: 1.8em;
    padding-top: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

.kalkulator-box h2 a {
    text-decoration: none;
}

.kalkulator-box p {
    margin-bottom: 0;
}

.kalkulator-box p a {
    text-decoration: none;
    color: #4f4f4f;
    font-size: 1.4em;
}

.kalkulator-box .tovabb a {
    display: block;
    width: 80px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    outline: none;
    text-indent: -1000em;
}
