@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; */

/**
 * Színek: #97bf0d #e95d0f #58585a
 */

/**
 * 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;
}

/**
 * HTML5 tagek
 */
header, footer, nav, article, section, aside {
    display: block;
}

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

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

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[type=text],
select {
    background: #fff;
    color: #000;
}

input[type=submit],
input[type=button],
input.submit,
button,
select {
    cursor: pointer;
}

hr {
    clear: both;
    color: #bfbfbf;
    background-color: #bfbfbf;
    border: 0;
    height: 1px;
}

.front .hr + hr {
    display: none;
}

.front .hr,
.front hr {
    height: 43px;
    width: 443px;
    display: block;
    margin: 15px auto;
    background: url(images1/hr.png) no-repeat;
    color: #fff;
    border: 0;
}

h1 {
    margin-top: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #97bf0d;
    margin-bottom: 20px;
}

h2 {
    font-weight: normal;
    font-size: 1.4em;
    color: #e95d0f;
    line-height: 22px;
    margin-top: 1.5em;
    margin-bottom: .2em;
}

h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #58585a;
}

a {
    font-weight: normal;
    color: #e95d0f;
}

a:visited {
    color: #58585a;
}

a[rel~=external] {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(images1/external.png);
    padding-right: 15px;
    color: #97bf0d;
}

/**
 * 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.
 */

.webma-contact-form {
    width: 70%;
    background: #f5f6f1;
    padding: .2em .5em;
}

.webma-contact-form sup.required {
    color: red;
}

.webma-contact-form fieldset {
    border: 1px solid #eaedde;
    background: #eaedde;
    margin: .5em;
    padding: .5em;
}

input.submit {
    font-size: 1.1em;
}

.webma-contact-form legend {
    font-weight: bold;
}

.webma-contact-form label span {
    display: block;
}

.webma-contact-form p,
.webma-contact-form p.valid {
    background: #f5f6f1;
    margin: .5em 0;
    padding: .5em;
}

.webma-contact-form p.error {
    background: #f2caca url(images1/warning.png) no-repeat 130px center;
}

.webma-contact-form input.text,
.webma-contact-form textarea,
.webma-contact-form select {
    border: 1px solid #aaa;
}

.webma-contact-form input.text:focus {
    border-color: #000;
}

.webma-contact-form input.radio {
    float: left;
    height: 1em;
    margin-right: .5em;
}

/**
 * Dátum mező
 */
.tundra .dijitTextBox {
    background: #fff url(/templates/default/images1/calendar.gif) no-repeat right top;
}

/**
 * body
 */
body {
    font-size: 62.5%; /* 1em=10px */
    font-family: Helvetica, Arial, Liberation Sans, FreeSans, sans-serif;
    background: #fff;
    color: #58585a;
}

/**
 * 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.25em; /* 12px */
    line-height: 1em;
    width: 875px;
}

/**
 * Menü
 */
#nav {
    position: absolute;
    left: 0;
    top: 158px;
    top: -50px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

#nav ul,
#subnav ul {
    margin: 0;
    padding: 0;
    float: left;
}

#nav li,
#subnav li {
    list-style: none;
    float: left;
}

#nav li a,
#subnav li a {
    text-decoration: none;
    display: block;
    _float: left; /* IE6 fix */
}

/**
 * Felső, 1. szintű menüpontok
 */
#nav .menulevel1 {
    position: absolute;
    left: 0;
    top: 0;
    /** 40 height */
}

#nav .menulevel1 li a {
    line-height: 20px;
    font-weight: bold;
    text-transform: lowercase;
    color: #58585a;
    padding: 0 5px;
    margin: 0 10px;
    font-family: Trebuchet MS, Helvetica, Arial, Liberation Sans, FreeSans, sans-serif;
    font-size: 1.1em;
}

#nav .menulevel1 li.selected a {
    color: #97bf0d;
    border-bottom: 1px solid #97bf0d;
}

#nav .menulevel1 li a:hover {
    color: #97bf0d;
}

/**
 * Oldalsó, 2. szintű menüpontok
 */
#subnav {
    float: right;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #8c8a8c;
    width: 194px; /* 240 - border - padding */
    padding: 10px 17px 10px 27px;
    background: #fff;
}

#subnav .menulevel2 {
}

#subnav .menulevel2 > li > a {
    vertical-align: middle;
    display: table-cell;
    color: #58585a;
    width: 160px; /* 194 - padding */
    padding: 2px 0 2px 34px;
    background: url(images1/m2.png) no-repeat left center;
    height: 30px; /* 36px - padding */
    line-height: 15px;
}

#subnav .menulevel2 > li.selected > a {
    color: #97bf0d;
    background-image: url(images1/m2_active.png);
}

#subnav .menulevel2 > li > a:hover {
    color: #e95d0f;
}

/**
 * Oldalsó, 3. szintű menüpontok
 */
#subnav .menulevel3 {
    background: url(images1/m3_bg.png) no-repeat;
}


#subnav .menulevel3 > li > a {
    vertical-align: middle;
    display: table-cell;
    width: 137px; /* 184 - padding */
    padding: 3px 0 3px 46px;
    color: #58585a;
    font-size: .95em;
    background: url(images1/m3.png) no-repeat 31px center;
    line-height: 13px;
    height: 26px;
}


#subnav .menulevel3 > li.selected > a {
    color: #97bf0d;
    background-image: url(images1/m3_active.png);
}

#subnav .menulevel3 > li > a:hover {
    color: #97bf0d;
}

/**
 * Fejléc elemek konténere: logó, kiemelt linkek, kereső stb.
 */
#header {
    height: 90px;
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

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

#home {
    color: #58585a;
    font-size: 2em;
    height: 90px;
    width: 582px;
    height: 90px;
    line-height: 90px;
    display: block;
    position: relative;
}

#home span {
    position: absolute;
    left: 0;
    top: 0;
    width: 582px;
    height: 90px;
    display: block;
    background: #fff url(images1/webma.png) no-repeat left center;
}

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

#site {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}

/**
 * Breadcrumb menü.
 */
.breadcrumbs {
    text-align: left;
    background: #97bf0d;
    color: #fff;
    line-height: 26px;
    text-transform: lowercase;
    font-family: Trebuchet MS, Helvetica, Arial, Liberation Sans, FreeSans, sans-serif;
    margin: 0 -30px;
    width: 560px; /* 520 - margin - padding */
    padding: 0 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #fff;
}

/**
 * Cikk
 */
#article {
    float: left;
    display: inline;
    overflow: hidden;
    width: 520px; /* 582 - border - padding */
    padding: 0 30px;
    border: 1px solid #8c8a8c;
}

.front #article {
    border: 0;
    width: 100%;
    padding: 0;
}

/**
 * Lábléc
 */
#footer {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 10px;
    font-size: .9em;
}

#footer a {
    color: #58585a;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
}

.footer-links li {
    line-height: 22px;
    float: left;
    list-style: none;
    border-left: 1px solid #8c8a8c;
    padding: 0 12px;
}

.footer-links li.first {
    padding-left: 0;
    border-left: 0;
}

/**
 * Általános stílusosztályok.
 */
.centre {
    text-align: center;
}

.align-right {
    text-align: right;
}

span.centre {
    display: block;
}

img.float-right {
    float: right;
    margin: 0 0 1em 1em;
}

img.float-left {
    float: left;
    margin: 0 1em 1em 0;
}

.clear {
    clear: both;
}

/**
 * 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%;
}

.row .col2:first-child,
.col2.first {
    margin-left: 0;
    margin-right: 1%;
}

/**
 * Három egyenlő széles oszlophoz
 */
.col3 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.row .col3:first-child,
.col3.first {
    margin-left: 0;
}

/**
 * Dobozokhoz használt keret stílus
 */
.bordered-box {
    border: 1px solid #8c8a8c;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/**
 * "Szolgáltatás" lista lábjegyzetben
 */
#service-list {
    float: left;
    width: 833px; /* 875 - padding - border */
    background: #f2f2f3;
    padding: 15px 20px;
    margin-bottom: 18px;
}

#service-list a {
    color: #58585a;
    text-decoration: none;
}

#service-list a:hover {
    color: #e95d0f;
    text-decoration: underline;
}

#service-list h2 {
    font-size: 1em;
    font-weight: normal;
    background: #868889;
    color: #fff;
    line-height: 23px;
    width: 144px; /* 166 - margin - border */
    margin: 0 20px 1em 0;
    float: left;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#service-list .col {
    width: 166px;
    float: left;
}

#service-list ul {
    margin-bottom: 0;
}

#service-list li {
    list-style: none;
}

#service-list .scheme-am h2 {
    border-color: #e95d0f;
    background: #e95d0f;
}

#service-list .scheme-seo h2 {
    border-color: #97bf0d;
    background: #97bf0d;
}


#service-list .scheme-adwords h2 {
    border-color: #e95d0f;
    background: #e95d0f;
}

#service-list .scheme-webma h2 {
    border-color: #97bf0d;
    background: #97bf0d;
}


/**
 * Oldalon belüli kereső
 */

#webma-search-webma3 {
    position: absolute;
    right: 0;
    top: -100px;
    _top: -50px;
}

#webma-search-webma3 p {
    margin-bottom: 0;
}

#webma-search-field-webma3 {
    background: #fff;
    color: #868889;
    text-transform: lowercase;
    width: 173px; /* 175 - padding */
    height: 17px; /* 19 - padding */
    padding: 1px;
    vertical-align: middle;
    border: 1px solid #868889;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-right: 60px;
}

#webma-search-button-webma3 {
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    color: #fff;
    height: 21px;
    line-height: 19px;
    border: 0;
    font-weight: bold;
    background: #868889;
    text-transform: lowercase;
    text-align: center;
    width: 75px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}


/**
 * Beágyazott videók és fotók
 */
.photo,
.video {
    margin: 2em 0;
}

/**
 * Max szélesség: 446px
 * Fotó szélesség: 440px
 */
.photo img {
    padding: 2px;
    border: 1px solid #bfbfbf;
}

.video dt {
    width: 425px;
    margin: 0 auto;
}

.video object {
    margin-bottom: .5em;
}

.photo dd,
.video dd {
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.photo dt {
    text-align: center;
}


/**
 * Táblázat stílus
 */
.style1 {
    width: 100%;
}

.style1 thead {
    background: #343434;
    color: #d1d1d1 ;   
}

.style1 th,
.style1 td {
    border: 1px solid #d1d1d1;
    padding: .3em;
}

/**
 * Főoldali scroll komponens.
 */
#slogan-wrapper {
    width: 558px; /* 580 - padding - border */
    height: 200px;
    padding: 10px;
}

#slogan {
    width: 558px;
    height: 200px;
    color: #58585a;
    background-color: #fff;
    font-size: 1.5em;
    overflow: hidden;
    border: 0;
}

/**
 * Főoldali dobozok
 */
#front-blocks {
    width: 580px;
    float: left;
    display: table-row;
}

#front-blocks .col3 {
    width: 190px; /* 192 - border */
    margin-left: 2px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #8c8a8c;
    background: #f6f6f6;
}

#front-blocks .first {
    margin-left: 0;
}

.front .block p {
    padding: 0 10px;
}

.front .block ul {
    margin-left: 15px;
}

.front .block li a {
    color: #58585a;
    text-decoration: none;
}

.front .block h2 {
    background-color: #868889;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 27px;
    height: 27px;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: .5em;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.front .block h2 a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

.front .scheme-webma h2 {
    border-color: #e95d0f;
    background: #e95d0f;
}

.front .scheme-blog h2 {
    border-color: #97bf0d;
    background: #97bf0d;
}

/**
 * Főoldali kiemelt hír
 */
#article-block {
    width: 578px; /* 580 - border */
}

#article-block h2 {
    background: #e95d0f;
    color: #fff;
    font-size: 1em;
    line-height: 27px;
    font-weight: bold;
    margin-top: 0;
    padding-left: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#article-block h2 a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#article-block p {
    padding: 0 10px;
}

#article-block .date {
    font-weight: bold;
    margin-bottom: 0;
}

/**
 * Főoldali kiemelt menüpontok jobb oldalon
 */
#quickbar {
    float: right;
    width: 236px; /* 238 - border */
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

#quickbar ul {
    background: transparent url(images1/quickbar.png) no-repeat;
    margin: 0;
    margin: 10px;
    width: 216px; /* 236 - margin */
}

#quickbar li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#quickbar li a {
    text-transform: lowercase;
    display: block;
    padding: 10px 0 10px 64px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 20px;
    color: #58585a;
    text-decoration: none;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    height: 43px; /* 63 - padding */
}

#quickbar li a:hover {
    color: #97bf0d;
}

/**
 * "Rólunk mondták" doboz a főoldalon
 */
#testimonial-block {
    width: 238px;
    height: 240px;
    float: right;
    color: #58585a;
    position: relative;
}

#testimonial-block h2 {
    display: none;
}

#testimonial-inner-block {
    width: 198px; /* 238 - padding */
    padding: 0 20px;
}

#testimonial-block a {
    color: #58585a;
    text-decoration: none;
}

#testimonial-block blockquote {
    margin: 0;
    display: none;
}

#testimonial-block blockquote.active {
    display: block;
}

#testimonial-block .controller {
    width: 20px;
    height: 100px;
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 60px;
}

#testimonial-block .controller span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100px;
    display: block;
    cursor: pointer;
}

#testimonial-block .controller-prev {
    left: 0;
}

#testimonial-block .controller-next {
    left: 218px;
}

#testimonial-block .controller-prev span {
    background: #fff url(images1/left_arrow.gif) no-repeat left center;
}

#testimonial-block .controller-next span {
    background: #fff url(images1/right_arrow.gif) no-repeat right center;
}

.quick {
    padding-top: 20px !important;
    margin-bottom: 20px;
}

/**
 * Partner logók
 */
#partner-logos {
    clear: right;
    width: 240px;
    float: right;
    text-align: center;
}

#partner-logos img {
    border: 2px solid #fff;
    margin-right: 5px;
}

#partner-logos a[rel~=external] {
    background: 0;
    padding: 0;
}

/**
 * Blog widget a főoldalon.
 */
#webma-blogwidget h3 {
    padding: 0 10px;
    margin-bottom: 1em;
}

#webma-blogwidget p {
    padding: 0 10px;
    margin: 0;
}

#webma-blogwidget em {
    font-style: normal;
}

#webma-blogwidget .date {
    margin: 0;
}

/**
 * Hírek aloldal
 */
.news .float-left {
    margin: 1em 2em 1em 1em;
}

/**
 * Rerenciák
 */
.references dt {
    font-size: 1em;
}

/**
 * Szótár
 */
.szotar dt {
    font-weight: normal;
    font-size: 1.4em;
    color: #e95d0f;
    line-height: 20px;
    margin-top: 2em;
    margin-bottom: 0;
}

.szotar dd {
    padding-left: 1em;
}

/**
 * Általános kapcsolat felvételi űrlap stílus.
 */
.webma-form {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #bfbfbf;
}

.webma-form legend {
    font-weight: bold;
    color: #58585a;
    margin-bottom: 1em;
}

.webma-form h2 {
    color: #e95d0f;
}

.webma-form fieldset {
    border: 1px solid #bfbfbf;
    padding: 10px;
    margin-left: 20px;
    width: 326px;
    background: #fff;
}

.webma-form input[type=submit],
.webma-form input.submit {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e95d0f;
    border-radius: 5px;
    border: 1px solid #e95d0f;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1.2em;
    margin-right: 100px;
    padding: 3px 5px;
}

/**
 * Címkék
 */
.webma-form label span {
    width: 150px;
    float: left;
    margin-right: 15px;
    text-align: right;
    font-weight: bold;
}

.webma-form input.text,
.webma-form textarea {
    width: 200px;
    border: 1px solid #aaa;
}

.webma-form .error textarea,
.webma-form .error input.text {
    border-color: #e95d0f;
}

.webma-form input.radio {
    float: left;
    height: 1em;
    margin-right: .5em;
}

.webma-form sup {
    font-weight: bold;
}


.ref_logo {clear: both;}

.ref_logo img {
    padding: 3px;
}
