@font-face {
    font-family: oblik;
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/tour_de_force_oblikbold.otf") format('opentype'), url("/fonts/tour_de_force_oblikbold.ttf") format('truetype'), url("/fonts/tour_de_force_oblikbold.svg#font") format('svg');
}

.fl {
    float:left;
}
.clear {
    clear: both;
}
strong {
    font-weight: bold;
}

body {
    width:100%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 10pt;
    font-family: verdana,Trebuchet MS, arial;
    color:#404040;
}

body > .flash {
    display: none;
}



h1, h2 {
    font-family: oblik, verdana, arial;
    font-size: 25px;
    color: #3c8dc5;
    margin:20px 0;
}
h1 a, h2 a {
    color: #3c8dc5;
    text-decoration: none;
}

h3 {
    font-family: oblik, verdana, arial;
    font-size: 18px;
    color: #3c8dc5;
}

/* CMS2: a menü h3-akat tegyük "láthatatlanná" */
ul.navigation li > h3 {
    margin-top: 0;
    margin-bottom: 0;
    font: inherit;
    color: inherit;
}


.region.header {
    /*height: 360px;*/
}
.region.header section._website-title, .region.header section._main-menu{
    width: 1200px;
    margin: 5px auto 0;
    height: 35px;
}
section.menu.general._main-menu > nav > ul > li {
    float:left;
    margin: 0 15px 0 0;
    padding-right:15px;
    padding-bottom:6px;
    border-right: 1px solid #404040;
}
section.menu.general._main-menu > nav > ul > li > h3 > a {
    color:#404040;
}
section.menu.general._main-menu > nav > ul > li:hover {
    cursor: pointer;
    color: #3c8dc5;
}
section.menu.general._main-menu > nav > ul > li > h3 > a:hover {
    color: #3c8dc5;
}
section.menu.general._main-menu > nav > ul > li:last-child {
    float:none;
    border-right: none;
}
section.menu.general._main-menu > nav > ul > li, section.menu.general._main-menu > nav > ul > li:hover, section.menu.general._main-menu > nav > ul > li:visited {
    text-decoration: none;
    line-height: 22px;
    display: block;
}
/*new code */
section.menu.general._main-menu ul li > ul, .menu ul li > div {
    display:none;
    width:auto;
    position:absolute;
    top:88px;
    background-color:rgba(256,256,256,0.7);
}
section.menu.general._main-menu ul li:hover > ul, .menu ul li:hover > div {
    display:block;
}
section.menu.general._main-menu ul li > ul li, section.menu.general._main-menu ul li > ul li:last-child {
    display:block;
    list-style:inside none;
    padding:0;
    margin:0;
    position:relative;
}

section.menu.general._main-menu ul li > ul li a {
    outline:none;
    display:block;
    position:relative;
    margin:0;
    padding:8px 10px;
    color:#000;
    text-decoration:none;

}

section.menu.general._main-menu > nav > ul > li > ul > li a:hover {
    background:white;
    color: #3c8dc5;
}
/*new code end */
section.pageTitle._page-title {
    width:100%;
    background-color: #404040;
    height:50px;
}
section.pageTitle._page-title h1 {
    width:1200px;
    margin:0 auto;
    font-family: oblik, verdana, arial;
    color:#fff;
    font-size:20px;
    background-color:#404040;
    line-height: 50px;
}

.region.header section.image {
    width: 100%;
    background-color: #404040;
    height:200px;
    text-align: center;
}
.region.header section.image img {
    width: 1200px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}


.region.content {
    padding: 40px 0;
    background: url("/img/nfb_bg.png");
    -webkit-box-shadow: inset 0px 12px 8px -8px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 12px 8px -8px rgba(0, 0, 0, 0.8);
}

.region.content section {
    margin: 0 auto;
    width:880px;
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 3px solid #404040;
    border-right: 3px solid #3c8dc5;
    padding: 25px 40px;
}
.region.content div.separator {
    display: none;
}
.region.content section div {
    margin: auto;
    width: auto;
    background: none;
    border:none;
    padding: 0px;
}
.region.content h2, .region.content h1 {
    display: none;
}
.region.content {
    line-height: 18px;
}
.region.content p {
    margin-bottom: 10px;
}
/*
.content div p {
	padding:25px 0;
	margin: 0 auto;
	width:820px;
	line-height: 18px;
}

.content div img {
	margin:0 0 0 65px;
}*/



.region.footer {
    width: 100%;
    -webkit-box-shadow:  0px 1px 4px 3px rgba(0, 0, 0, 1.0);
    box-shadow:  0px 1px 4px 3px rgba(0, 0, 0, 1.0);
}
.region.footer section.stat {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 20px;
}

.region.footer section._footer-info {
    line-height: 16px;
    height:135px;
}

.region.footer section._srg-logo {
    height:55px;
    width: 100%;
    text-align: center;
    background-color: #b2d1e5;
    -webkit-box-shadow:  0px 1px 4px 4px rgba(0, 0, 0, 0.8);
    box-shadow:  0px 1px 4px 4px rgba(0, 0, 0, 0.8);
}
.footer ._footer-info p {
    float:left;
    margin-right: 60px;
}

.region.content table {
    width: 100%;
}
.region.content table td {
    padding:20px 40px;
}
.region.content table td p {
    margin: 0px;
    padding: 0px;
}
.region.content table td h2 {
    display: block;
}

.region.content table tr:nth-child(odd) {
    background-color: #fff;
}

.region.content table tr:nth-child(even) {
    background-color: rgba(60, 141, 197, 0.35);
}


.region.content .postEntry h2 {
    display: block;
}
.region.content .postEntry .postDate{
    display: none;
}

.region.content .postEntry .postEntrySectionHeader {
    display: none;
}



/* MAIN PAGE */

body.mainpage .region.header {
    height: 502px;
}
body.mainpage .region.header section.image {
    background-image: url(/img/infographic_bg.png);
    height: 364px;
    border-bottom: 10px solid #404040;
}
body.mainpage .region.header section.image img {
    border: none;
}

body.mainpage .region.content {
    height:315px;
    text-align: center;
    padding-top: 70px;
    box-shadow: none;
    background-image: linear-gradient(bottom, rgb(227,239,247) 0%, rgb(254,254,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(227,239,247) 0%, rgb(254,254,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(227,239,247) 0%, rgb(254,254,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(227,239,247) 0%, rgb(254,254,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(227,239,247) 0%, rgb(254,254,255) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(227,239,247)),
            color-stop(1, rgb(254,254,255))
    );
}
body.mainpage .region.content h2 {
    display: block;
}

body.mainpage .region.content section.stat {
    position: relative;
    width: 217px;
    margin-right: 80px;
    display: inline-block;
    text-align: left;
    border:none;
    padding:0px;
    background: none;
    height:300px;
    vertical-align: top;
    line-height: 20px;
}
body.mainpage .region.content section.stat:last-child {
    margin-right: 0;
}
body.mainpage .region.content section.stat .imageWrapper {
    position:absolute;
    top:0px;
    right:0px;
}
body.mainpage .region.content section.stat .imageWrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
body.mainpage .region.content section.stat .imageWrapper:hover:before {
    -webkit-box-shadow: inset 0 0 5px 1px #000000;
    -moz-box-shadow: inset 0 0 5px 1px #000000;
    box-shadow: inset 0 0 5px 1px #000000;
}
body.mainpage .region.content section.stat img {
    display: block;
}
body.mainpage .region.content section.stat h2 {
    font-size: 15px;
    margin-top: 95px;
    width: 129px;
    color: inherit;
    font-family: verdana;
}
body.mainpage .region.content section.stat a:last-child {
    color: #404040;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;
    position:absolute;
    bottom:0px;
    left: 0px;
}
body.mainpage .region.content section.stat a:last-child:hover {
    color: #dc6b3b;
}



/*.teaser_text {
	font-size: 15px;
	margin-top:25px;
	width:129px;
	float: left;
	padding-top:140px;
}

.teaser_pic {
	width:109px;
	float:left;
	margin-top:-110px;
	background-repeat: no-repeat;
}

#teaser_pic1 {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_01.png");
	float:right;
}

#teaser_pic1:hover {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_01_hover.png");
	float:right;
}

#teaser_pic2 {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_02.png");
	float:right;
}

#teaser_pic2:hover {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_02_hover.png");
	float:right;
}

#teaser_pic3 {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_03.png");
	float:right;
}

#teaser_pic3:hover {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_03_hover.png");
	float:right;
}

#teaser_pic4 {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_04.png");
	float:right;
}

#teaser_pic4:hover {
	width: 109px;
	height:109px;
	background-image: url("images/roundpic_04_hover.png");
	float:right;
}

.col_4 p {
	height: 120px;
	margin-top:20px;
	line-height: 20px;
}

.col_4 a {
	color: #404040;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
.col_4 a:hover {
	color: #dc6b3b;
}


/* Subpages */



.divider {
    height:30px;
    background-color: #ffffff;
}



#panorama {
    background-color: #404040;
}

#panorama div{
    height:240px;
    -webkit-box-shadow: inset 0px 3px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 3px 3px 3px rgba(0, 0, 0, 0.5);
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    background-image: url("images/panoramique_02.png");
    background-repeat: no-repeat;
    width: 1200px;
    margin: 0 auto;
}

