img {
    max-width: 100%;
    height: auto
}

body {
    margin: 0;
    padding: 0;
    background: url('images/background_1.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

body,
th,
td,
input,
textarea {
    font-family: "HELVETICA", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666
}

.header {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 4px 4px 20px #000;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.logo {
    float: left;
    height: 120px;
    margin-left: 10px;
    background: url(images/logo.webp) no-repeat 34px center;
    padding: 0 40px 0 40px
}

.logo h1 {
    margin: 0;
    padding: 25px 0 0 85px;
    letter-spacing: -2px;
    font-size: 2.5em;
    font-weight: normal;
    color: #3b73b9
}

.logo h1 a {
    color: #000
}

.logo p {
    margin: -10px 0 0 2px;
    padding: 10px 0 0 85px;
    color: #000
}

.search {
    padding-top: 30px;
    float: right
}

.mezo {
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    padding: 7px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

a {
    text-decoration: none
}

.upinside {
    width: 100px;
    padding: 5px 15px;
    line-height: 20px;
    background-color: #fff;
    color: #08c
}

.upinside:hover {
    width: 100px;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 20px;
    color: #f756ef;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6)
}

.upactive {
    width: 100px;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6)
}

.upmenu {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 4px 4px 20px #000;
    margin-top: 15px;
    text-align: center;
    height: 40px;
    border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px
}

.upmenu a {
    color: #08c
}

.upmenu a:hover {
    color: #f756ef
}

.btn {
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    line-height: 20px;
    color: #08c;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover {
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    line-height: 20px;
    color: #f756ef;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fff));
    background-image: -webkit-linear-gradient(tope6e6e6, #fff);
    background-image: -o-linear-gradient(top, #e6e6e6, #fff);
    background-image: linear-gradient(to bottom, #e6e6e6, #fff);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.uppermenu {
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    background-color: #fff
}

.page {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 4px 20px #000
}

.link a {
    color: #00f
}

.end_page {
    width: 1000px;
    margin: 0 auto;
    color: #000
}

.end_page p {
    text-align: center
}

.content {
    float: left;
    max-width: 700px;
    padding: 11px 11px 0 5px
}

.pagetitle {
    height: 33px;
    margin: 0;
    padding: 8px 0 0 15px;
    font-size: 1.4em;
    color: #fff
}

.content #rss-posts {
    display: block;
    margin: -30px 15px 0 0;
    padding: 0 20px 0 0;
    text-align: right;
    font-weight: bold;
    color: #fff
}

.post {
    padding: 40px 30px 0 30px
}

.title {
    margin: 0;
    font-size: 2.4em;
    font-weight: normal
}

.byline {
    margin: 0 0 20px 0
}

.meta {
    border-top: 1px dotted #ccc;
    text-align: right
}

.meta .more,
.meta .comments {
    padding-left: 15px
}

#main-vonat {
    position: relative;
    height: 355px;
    width: 640;
    margin: 0 auto;
    background: #fff
}

#main-vonat .main-vonat-inner {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#main-vonat ul {
    padding: 0;
    margin: 0;
    position: relative
}

#main-vonat li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute
}

#main-vonat ul li .main-hirek {
    width: 326px;
    height: 347px;
    padding-right: 11px
}

#main-vonat ul li .main-hirek .main-hirek-cim {
    height: 32px
}

#main-vonat ul li .main-hirek .main-hirek-cim h1 {
    color: navy;
    font-size: 17px;
    line-height: 30px
}

#main-vonat ul li .main-hirek .main-hirek-kep {
    width: 326px;
    height: 215px
}

#main-vonat ul li .main-hirek .main-hirek-kep img {
    width: 326px;
    height: 215px
}

#main-vonat ul li .main-hirek .main-hirek-leiras {
    height: 100px
}

#main-vonat ul li .main-hirek .main-hirek-leiras p {
    color: navy;
    margin: 5px 0 10px 0;
    line-height: 18px;
    font-size: 13px
}

.szuro tr td {
    vertical-align: bottom;
    height: 30px
}

.page-result {
    width: 100%;
    margin: 0 0 10px 0
}

.page-result table {
    width: 100%
}

.page-result table tr td.prev-result {
    width: 120px;
    text-align: left
}

.page-result table tr td.page-result {
    width: 636px;
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0
}

.page-result table tr td.next-result {
    width: 120px;
    text-align: right
}

div.page-result table tr td.page-result a.btn {
    margin: 1px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #adadad;
    background: #e0e0e0;
    color: #666;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 18px;
    text-align: center
}

div.page-result table tr td.page-result a.btn:hover {
    margin: 1px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #2c7bb8;
    background: #4192d1;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 18px;
    text-align: center
}

div.page-result table tr td.page-result a.btnselected {
    margin: 1px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #2c7bb8;
    background: #4192d1;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 18px;
    text-align: center
}

div.page-result table tr td.prev-result a.kovi {
    margin: 2px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #adadad;
    background: #e0e0e0;
    color: #666;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 16px
}

div.page-result table tr td.prev-result a.kovi:hover {
    margin: 2px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #2c7bb8;
    background: #4192d1;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 16px
}

div.page-result table tr td.next-result a.kovi {
    margin: 2px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #adadad;
    background: #e0e0e0;
    color: #666;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 16px
}

div.page-result table tr td.next-result a.kovi:hover {
    margin: 2px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #2c7bb8;
    background: #4192d1;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 16px
}

.lista-long {
    width: 215px;
    border: 1px solid #666;
    padding: 2px;
    margin: 1px;
    color: navy
}

.lista-long-akcio {
    width: 215px;
    border: 1px solid #666;
    padding: 2px;
    margin: 1px;
    color: #f00;
    font-weight: bold
}

.lista-short {
    width: 215px;
    border: 1px solid #666;
    padding: 2px;
    margin: 1px;
    color: navy
}

span.label {
    font-size: 13px
}

.lista-red {
    color: #f00
}

.lista-navy {
    color: navy
}

.footer {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 4px 4px 20px #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.footer a {
    color: #fff
}

#Lista_ar {
    color: #000080;
    padding: 0;
    margin: 0
}