body {
    font: 13px Arial, Helvetica, sans-serif;
}

/* helper divs for design */
div#site-bg-top-center {
    background: transparent url("/static/img/header_background.jpg") no-repeat top center;
}

div#site-bg-top-center-english {
    background: transparent url("/static/img/header_background_english.jpg") no-repeat top center;
}

div#site-bg-bottom-center {
    background: transparent url("/static/img/footer_background_center.jpg") no-repeat bottom center;
}


div#site-content {
    width: 940px;
    min-height: 400px;
    margin: auto;
}

div#header {
    height: 105px;
}

div#header h1.logo,
div#header h1.english-logo  {
    float: left;
    clear: left;
    height: 105px;
    margin: 0;
    padding: 0;
    border: 0;
}

div#header h1.logo {
    width: 220px;
}

div#header h1.english-logo  {
    width: 240px;
}

div#header h1.logo a,
div#header h1.english-logo a {
    display: block;
    height: 105px;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: 1000px;
    overflow: hidden;
}
div#header h1.logo a {
/*    
	background: transparent url('/static/img/logo.png') no-repeat 0 0; 
*/
    background: transparent url('/static/img/adverticum_logo_2018.png') no-repeat 0 0; 
    width: 288px;
    height: 105px;
}

div#header h1.english-logo {
    background: transparent url('/static/img/english_logo.png') no-repeat 0 0;
    width: 240px;
}

div#header div.login-box {
    width: 230px;
    margin: 20px 0 0 0;
    float: right;
}

div#header div.login-box div.title {
    font-size: 10px;
    text-transform: uppercase;
    color: #8dd60e;
}

div#header div.login-box div.title div.lang-box {
    float: left;
    width: 100px;
}

div#header div.login-box div.title div.facebook-box {
    float: right;
    width: 100px;
    margin-top: -4px;
    margin-right: 5px;
}
div#header div.login-box div.box {
    margin: 8px 2px 0px 0px;
    padding: 3px 10px;
    background: #3c3d3d;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    float: left;
}

div#header div.login-box div.button {
    margin: 7px 0px 0px 0px;
    float: left;
}

div#main-container {
    min-height: 400px;
    margin: 20px;
}

div#footer {
    height: 157px;
    padding: 30px 20px 0px 20px;
    font-size: 10px;
}

div#footer span.copyright {
    color: #898A8A;
}

div#footer ul.footer-menu {
    list-style: none;
    float: right;
}

div#footer ul.footer-menu li{
    display: inline;
}

div#footer ul.footer-menu li a {
    text-transform: uppercase;
    color: #8dd60e;
    text-decoration: none;
    font-weight: bold;
}

div#footer ul.footer-menu li a:hover {
    text-decoration: underline;
}

div#footer ul.footer-menu span.foot-separator {
    color: #D1D2D2;
    width: 4px;
    height: 5px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -1px;
}


div.clear {
    clear: both;
    height: 0;
    font-size: 1px;
}

img {
    border: none;
}

a {
    color: #4d92bd;
}

del {
    text-decoration: line-through;
}

div#search {
    float: right;
    display: inline;
    margin-top: 13px;
    margin-right: 15px;
}

input#search_form-text {
    background: white url("/static/img/search_inputfield_bg.gif") repeat-x;
    border: 1px solid #b0b0b0;
    width: 175px;
    height: 17px;
}

input.search-gray {
    color: #999999;
}

.lang-eng {
    display: block;
    width: 17px;
    height: 10px;
    background: url("/static/img/flag-eng.png") no-repeat;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    text-indent: 1000px;
}

.lang-hun {
    display: block;
    width: 17px;
    height: 10px;
    background: url("/static/img/flag-hun.png") no-repeat;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    text-indent: 1000px;
}


div#main-container div.main-block {
    width: 940px;
    overflow: hidden;
}

div#main-container div.main-block div.main_nivo_slider {
    float: left;
    width: 690px;
    height: 268px;
    margin: 20px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
}

.main_scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 690px;
    height: 269px;
    z-index: 10;
    margin: 0;
}

.main_scrollable .main_items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    z-index: 10;
}

.main_scrollable .main_items div a {
    display: block;
    width: 690px;
    height: 269px;
    border: 0;
    margin: 0;
    padding: 0;
}


div#main-container h2,
div#main-container h2 a {
    font-family: Verdana;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    color: #8dd60e;
}

div#main-container h2 a {
    text-decoration: none;
}

p.more, span.more, a.more:link, a.more:visited {
    color: #4d92bd;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

a.more:hover {
    color: #4d92bd;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

div#main-container div.more-box {
    margin-top: 4px;
}

div#main-container div.more-box a.more-button {
    display: block;
}




div.right-content {
    float: left;
    margin-left: 19px;
    width: 230px;
    display: inline;
}

div.left-content {
    float: left;
    width: 670px;
    display: inline;
    padding-right: 19px;
    color: #666666;
    /*border-right: 1px solid #C3C4C4;*/
}

div.col-box {

    margin-top: 20px;

    display: inline; /* fix of ie double-margin bug */

}

div.cooperation-box {
    width: 316px;
    float: left;
    margin-right: 20px;
}

div.news-box {
    width: 334px;
    float: left;
}
div#cooperation-container {
    margin-top: 24px;
}
div#cooperation-container h5.cooperation-title {
    color: #8dd60e;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
}

div.memberships-container img {
    border: 0;
    margin: 5px 37px;
}

div.box-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.twitter-box-outer {
    margin-top: 30px;
}

div.twitter-box-container {
    margin-top: 20px;
}

div.twitter-box-container p.follow {
    margin-top: 15px;
}

div.twitter-box {
    background: url("/static/img/twitter-box.gif") no-repeat 0 0 #FFFFFF;
    padding: 10px;
}

div.twitter-box p.tweet {
    color: #4D92BD;
    font-size: 10px;
}

div.twitter-box p.tweet span.time-elapsed {
    color: #666565;

}

div.normal-bubble {
    background: url("/static/img/bubble-box.gif") no-repeat 0 0 #FFFFFF;
    padding: 10px 17px 17px;
}
div.small-paddinged-bubble {
    padding-bottom: 5px;
    padding-top: 5px;
    background: #FFFFFF;
}

h6.side-box {
    color: #8dd60e;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

h6.side-box a {
    color: #8dd60e;
    text-decoration: none;
}


div.bubble-box h6 {
    color: #575959;
    font-size: 15px;
}

div.bubble-box h6.news,
div.bubble-box h6.blog	{
    color: #8dd60e;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}


div.bubble-box a.rss_icon {
    display: block;
    background: url("/static/img/rss-icon.png") no-repeat 0 0 transparent;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -19px;
    margin-bottom: -15px;
}

div.bubble-box p.bubble-box-text {
    font-size: 11px;
    color: #666565;
    margin-top: 7px;
}

div.bubble-box p.bubble-box-text-nomargin {
    font-size: 11px;
    color: #666565;
}

div.bubble-box-text-nomargin p {
    font-size: 11px;
    color: #666565;
}

div.small-paddinged-bubble p.article-title {
    margin-top: 3px;
    margin-bottom: 5px;
}

div.small-paddinged-bubble p.article-title a:hover,
div.small-paddinged-bubble p.article-title a:link,
div.small-paddinged-bubble p.article-title a:visited {
    font-size: 12px;
    color: #4D92BD;
    text-decoration: underline;
    font-weight: bold;
}

div.line-title {
    background: url("/static/img/title-back.gif") repeat-x 0 8px;
}
div.line-title h4 {
    background: #FFFFFF;
    color: #575959;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

div.line-title h4#cooperation-title {
    width: 382px;
}

div.line-title h4#memberships-title {
    width: 110px;
}

div.line-title h4#fresh-news-title {
    width: 137px;
}

div.line-title h4#references-title {
    width: 110px;
}

div.article-container {
    margin-top: 15px;
}
div.article-container a.more-article {
    background: url("/static/img/more-news.gif");
    width: 335px;
    height: 21px;
    display: block;
    margin-top: 20px;
}


div.article-box span.article-date,
div.bubble-box span.article-date {
    background: url("/static/img/date.gif") no-repeat 0 center;
    padding-left: 15px;
    color: #666565;
    font-size: 10px;
}

div.article-box h5.article_title {
    font-weight: bold;
    font-size: 12px;
}

div.article-box {
    margin-bottom: 15px;
}
div.normal-article {
    padding-bottom: 17px;
    border-bottom: 1px solid #C3C4C4;
}

div.last-article {
    border-bottom: 0 none;
}

div.article-box h5.article-title {
    margin-top: 3px;
}

div.article-box h5.article-title a {
    color: #4D92BD;
    font-size: 12px;
}

div.article-box p.article-body {
    color: #666565;
    font-size: 11px;
    margin-top: 7px;
}

p.blog-info {
    font-size: 11px;
    color: #4D92BD;
}

div.follow-box {
    margin-top: 10px;
}

div.follow-box a.follow-button {
    background: url("/static/img/follow_sprite.gif");
    display: inline;
    height: 21px;
}

div.follow-box a#follow-on-twitter {
    margin-right: 22px;
    width: 101px;
    float: left;
}

div.follow-box a#follow-on-facebook {
    background-position: -101px 0;
    width: 106px;
    float: left;
}

span.hidden-info {
    display: none;
}

div.references-container {
    margin-top: 24px;
}
div.references-box {
    margin-top: 10px;
    padding-top: 17px;
    /*padding-bottom: 20px;*/
    /* background: url("/static/img/references_back.gif") repeat-y 0 0; */
    position: relative;
    width: 670px;
}
div.references-box span.fade {
    width: 50px;
    height: 71px;
    position: absolute;
    background: transparent url(../img/scroller.png) no-repeat;
    top: 3px;
    z-index: 999;
    overflow: hidden;
}
div.references-box span.fade-left {
    background-position: 0 0;
    left: 30px;
}
div.references-box span.fade-right {
    left: 597px;
    background-position: -50px 0;
}

div.references-box a.reference-icon {
    background: url("/static/img/references.png");
    display: block;
    float: left;
    width: 108px;
    margin-right: 1px;
    height: 40px;
}

div.references-box a.reference-row {
    display: block;
    background: url("/static/img/rows.png");
    float: left;
    width: 17px;
    height: 19px;
    margin-top: 10px;
}
div.references-box a#left-row {
    margin-right: 17px;
}
div.references-box a#right-row {
    background-position: -17px 0;
    margin-left: 15px;
}

div.scrollable {
    overflow: hidden;
    position: relative;
    width: 603px;
    float: left;
    height: 60px;
}

div.scrollable div.items {
    width: 20000em;
    position: absolute;
}


div.site-content-home {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FFFFFF url(../img/index_background.gif) repeat-y;
}

div.site-content {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent url(../img/index_background.gif) repeat-y;
}

div#news-container {
    /*	background: #FFFFFF; */
}
div#news-container div.news-item {
    margin-bottom: 20px;
    /* background: #FFFFFF; */
}
div#news-container div.news-item div.news-head h3.news-title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #4d92bd;
}
div#news-container div.news-item div.news-head h3.news-title a {
    color: #4d92bd;
    text-decoration: none;
}

div#news-container div.news-item div.news-head div.further {
    float: right;
}

div#news-container div.news-item div.news-head div.further span.date {
    float: left;
    color: #666565;
    font-size: 10px;
    font-weight: bold;
}
div#news-container div.news-item div.news-head div.further div.separator {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
    width: 2px;
    height: 10px;
    color: #D1D2D2;
}

div#news-container div.news-item div.news-head div.further span.author {
    float: left;
    color: #666565;
    font-size: 10px;
    font-weight: bold;

}


div#news-container div.news-item div.news_bottom {
    text-align: right;
    background: url(../img/news_bottom_line.gif) repeat-x 0 center;
}
div#news-container div.news-item div.news_bottom a.to_news {
    background: #FFFFFF;
    padding-left: 20px;
    text-transform: uppercase;
    color: #8dd60e;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
div#news-container div.news-item div.lead {
    color: #666565;
    font-size: 12px;
    margin: 15px 0;
}
div#news-container div.news-item div.lead p {
    margin-bottom: 17px;
}

div.news-slot {
    margin-top: 10px;
}

/* adstat box */
div#stat-container {
    margin-top: 15px;
    margin-bottom: 10px;
}
div#stat-container div.logos {
    width: 25px;
    padding-top: 5px;
    float: left;
}
div#stat-container div.logos div.logo {
    width: 23px;
    height: 23px;
}

div#stat-container div.stats {
    float: left;
    width: 195px;
    margin-left: 5px;
    background: url(../img/chart_back.jpg) #F3F3F3 no-repeat;
    border: 1px solid #e9e9e9;
    height: 50px;
    position: relative;
}

div#stat-container div.stats div.graphs {
    position: absolute;
    left: 49px;
    width: 126px;
    height: 50px;
    top: 0;
    padding-top: 6px;
}
div#stat-container div.stats div.graphs div.graph-line {
    width: 150px;
    position: relative;
    height: 15px;
}
div#stat-container div.stats div.graphs div.graph-line div.arrow-line {
    background: url(../img/stat_line.jpg) repeat-x;
    position: relative;
    height: 15px;
    float: left;
    overflow: hidden;
}
div#stat-container div.stats div.graphs div.graph-line div.arrow-line span.label {
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    display: block;
    padding-left: 10px;
}

div#stat-container div.stats div.graphs div.graph-line div.arrow {
    background: url(../img/stat_arrow.gif) no-repeat;
    width: 8px;
    position: relative;
    height: 15px;
    float: left;
}


div#stat-container div.stats div.graphs div.normal-line {
    margin-bottom: 8px;
}

div#stat-container div.stats div.graphs div.last-line {
    margin-bottom: 6px;
}

div#stat-container div.stats div.results {
    padding-left: 10px;
    margin-top: 8px;
}
div#stat-container div.stats div.results div {
    height: 15px;
    margin-bottom: 7px;
    font-size: 10px;
    color: #737c1a;
    font-weight: bold;
    width: 35px;
}

div#bubble-news {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 230px;
    display: inline;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
    height: 238px;
}

div.right-content div#bubble-news {
    margin-left: 2px;
    margin-top: 1px;
    /* border-bottom: 1px solid #C4C4C4; */
}

div.reference-text-container {
    width: 670px;
    text-align: center;
    margin: 0;
}

div.reference-text-container div.left-quote {
    display: block;
    clear: none;
    float: left;
    width: 26px;
    height: 17px;
    background: transparent url("/static/img/quote.png") no-repeat 0 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
}

div.reference-text-container div.right-quote {
    float: right;
    display: block;
    clear: none;
    width: 26px;
    height: 17px;
    background: transparent url("/static/img/quote.png") no-repeat 0 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
}

div.reference-text-container p {
    text-align: center;
    font-size: 10px;
    color: #5A5A5A;
    width: 588px;
    padding-left: 42px;
}

div.reference-text-container p span.reference-source{
    font-size: 9px;
    color: #8dd60e;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana;
}

div.reference-text-container div {
    text-align: right;
    padding-right: 20px;
    font-style: italic;
}


a.row_link {
    position: relative;
    top: 1px;
}

div.rss_and_newsletter {
    padding: 10px;
}

div#newsletter_subscribe {
    height: 40px;
}

div.rss_and_newsletter h2 {
    color: #8dd60e;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}

div.rss_and_newsletter hr {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 1px;
    border: 0;
}

div.rss_and_newsletter ul li {
    padding-left: 10px;
    padding-bottom: 5px;
}

div.rss_and_newsletter ul li a {
    text-decoration: none;
}

div.ajax_loading {
    display: block;
    width: 32px;
    height: 32px;
    background: url("/static/img/loading.gif") no-repeat 0 0 transparent;
}

/* Tooltip */

span.tooltip_subject {
    color: #527D0A;
    font-weight: bold;
}

span.underlined {
    text-decoration: underline;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 2px solid #8dd60e;
    background-color: #fff;
    padding: 5px;
    max-width: 400px;
    color: #555555;
}

#tooltip h3, #tooltip div { margin: 0; }

div.site-content-home div.right-content div.blog-box {
    margin-top: 0;
}

div.site-content div.right-content div.bubble-box-blog {
    margin-top: 40px;
}
div.bubble-box-blog a.read-more {
    text-decoration: none;
}
div.bubble-box-blog a.read-more:hover {
    text-decoration: underline;
}

div.bubble-box a.blog-button,
div.bubble-box a.blog-button-en {
    display: block;
    width: 230px;
    height: 21px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.bubble-box a.blog-button {
    background: url("/static/img/button/hu/blog_button.gif") no-repeat 0 0 transparent;
}
div.bubble-box a.blog-button-en {
    background: url("/static/img/button/en/blog_button.gif") no-repeat 0 0 transparent;
}


div.left-content h3 {
    display: block;
    width: 670px;
    height: 22px;
    padding: 7px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #4d92bd;

}

/* Fix for news head */
div.news-head h3 {
    background: none;
    display: inline;
    width: auto;
    height: auto;
    padding: 1px 0 0 0;
    margin: 0;
    line-height: 1em;
}

div.left-content h4 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 10px;
}

div.left-content h5 {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 10px;
}

div.left-content ul {
    margin-bottom: 10px;
}

div.left-content ul li {
    margin-left: 15px;
    list-style: disc outside none;
}

div.left-content ul li ul li{
    list-style: circle outside none;
    margin-left: 15px;
}

div.left-content ol {
    margin-bottom: 10px;
    margin-left: 5px;
}

div.left-content ol li {
    margin-left: 15px;
    list-style: decimal outside none;
}


div.left-content hr {
    border: 0;
    height: 1px;
    background-color: #C1C13D;
}

div.left-content table {
    margin-bottom: 20px;
}
div.left-content table tr td {
    padding-right: 15px;
    padding-top: 10px;
}

div.left-content table.management {
    margin-bottom: 20px;
}
div.left-content table.management tr td {
    padding: 15px;
}

div.left-content p {
    line-height: 1.5em;
    margin-bottom: 10px;
}

div.left-content div p.about-us {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    line-height: 1.5em;
    margin-top: 10px;
}

p.strong {
    font-weight: bold;
}

div.left-content div p.about-us a {
    text-decoration: none;
}

ul.bubble-list{
    margin-top: 10px;
}

ul.bubble-list li {
    font-size: 11px;
    list-style: circle outside none;
}

div.cooperation {
    height: 120px;
}

img.uj_magyarorszag_logo {
    border: 0px;
    margin: 40px 0 0 42px;
    float: left;
    clear: left;
}

a.symboltech_logo {
    border: 0px;
    margin: 15px 0 0 45px;
    float: left;
    clear: left;
}

a.symboltech_logo img {
    width: 140px;
    height: 45px;
}

p.symboltech {
    width: 140px;
    margin: 10px 0 0 45px;
    float: left;
    clear: left;
    font-size: 9px;
    color: #666565;
}

input.map-start {
    width: 300px;
    height: 16px;
    margin: 0 10px 0 0;
}

input.map-submit {
    width: 50px;
    height: 20px;
    padding: 1px;
    border: solid 1px #8dd60e;
    margin: 0px;
    color: #ffffff;
    background-color: #8dd60e;
    font-weight: normal;
}

input.map-submit:active {
    border: solid 1px #9EA039;
    color: #ffffff;
    background-color: #9EA039;
}

.x-panel, .x-panel-body {
    border: 0 !important;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-top-color: #99BBE8;
}

ul.BannerType {
    list-style: square;
}

p.ADV_info {
    margin-bottom: 17px;
}

div.ImgNotReady {
	background: #FFFFFF url(../img/load.gif) no-repeat 50% 50%;
}

div.bord {
	margin-bottom: -1px;
	background: url("../img/line.gif") repeat-x;
	clear: both;
	height: 16px;
}

.warnings {
	background-color: #f9f9e9;
	color: red;
	border: 1px solid black;
	margin: 2px;
	padding: 10px;
	text-align: justify;
}

.error {
	color: red;
	font-weight: bold;
}

div.field-table {
	overflow: hidden;
	margin: 0px;
	padding: 10px;
}

div.row {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

div.property-cell {
	float: left;
	width: 200px;
}


.clickable {
	cursor: pointer;
}

.lang-en { }
.lang-hu { }
.l-hidden { display: none; }
.l-active { font-weight: bold; }
