* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
html {
	min-width:971px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.125em;
	color: #313131;
	background-color: #E7E7E0;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
table, td {
	border:none;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
}
/*==== GLOBAL =====*/
#main, .container {
	width:971px;
	margin:0 auto;
}
#header {
	height:180px;
}
#dl_sound {
	width: 850px;
	height: 70px;
	padding-top:2px;
	padding-left:80px;
	background-image: url(../images/dl_sound.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#dl_video {
	width: 850px;
	height: 70px;
	padding-top:2px;
	padding-left:80px;
	background-image: url(../images/dl_video.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#partners {
	margin: 10px;
	padding: 10px;
	padding-top: 5px;
	background-color:#FFF;
	min-height:60px;
}
#partners:hover {
	background-color:#FAFAF5;
}
#partners img {
	float:left;
	margin-right:10px;
}
#dl_sound p, #dl_video p, #partners p {
	line-height:17px;
	text-align:left;
}
/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box {
	width:950px;
	overflow:hidden;
	padding-bottom:10px;
	padding-left: 10px;
}
.img-box h4 {
	padding-top:18px;
}
.img-box img {
	float:left;
	margin:0 20px 20px 0;
}
p {
	padding-top:10px;
	padding-bottom:10px;
}
/*----- txt, links, lines, titles -----*/
a {
	color:#FF5711;
	outline:none;
}
a:hover {
	text-decoration:none;
	color: #E85010;
}
h1 {
	font-size:24px;
	line-height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#FF5711;
}
h1 a {
	text-decoration:none;
	color:#FF821E;
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size: 30px;
}
h1 a:hover {
	text-decoration:none;
}
h2 {
	font-size:16px;
	line-height:20px;
	color:#4A493E;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBB9B;
	text-transform: uppercase;
}
h3 {
	font-size:16px;
	line-height:1.2em;
	color:#787662;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCBB9;
	text-transform: uppercase;
}
h3.alt {
	padding-bottom:4px;
}
h3 em {
	float:right;
	font-size:14px;
	line-height:18px;
	color:#999;
	padding:5px 0 0 0;
}
h3 em img {
	margin-left:13px;
}
h4 {
	font-size:13px;
	color:#2C2C2C;
	margin-bottom:12px;
	text-transform: uppercase;
}
h5 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:8px;
}
/*===== header =====*/
#header .row-1 {
	height:135px;
	overflow:hidden;
	width: 650px;
	background-image: url(../images/ogyl-logo-2021.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .logo {
	float:left;
	padding: 0px;
}
#header .logo h1 {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 160px;
}
#header ul {
	list-style:none;
}
#header .nav li {
	float:left;
	padding-right:1px;
}
#header .nav li a {
	float:left;
	line-height:43px;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	background-color: #E3E1D3;
	padding-right: 19.45px;
	padding-left: 19.45px;
	/*padding-right: 39px;
	padding-left: 39px;*/
}
#header .nav li a:hover, #header .nav li a.current {
	background-color: #FF5711;
	color: #ffffff;
}
#header .nav li.first a {
	background-color: #E3E1D3;
	background-image: url(../images/nav-first.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .nav li.first a:hover, #header .nav li.first a.current {
	background: url(../images/nav-first-act.gif) no-repeat 0 0;
	background-color: #FF5711;
}
#header .nav li.last a {
	padding-top: 0;
	padding-right: 38px;
	padding-bottom: 0;
	padding-left: 38px;
	background-color: #E3E1D3;
	background-image: url(../images/nav-last.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#header .nav li.last a:hover, #header .nav li.last a.current {
	background-color: #FF5711;
	background-image: url(../images/nav-last-act.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
/*===== content =====*/
#content .indent {
	padding:20px 0 20px 0;
}
#content .section {
	padding-bottom:60px !important;
}
#content .indent .indent {
	padding:0 0 0 28px;
}
.main-box {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
.main-box #slider {
	float:left;
	width:642px;
	height:414px;
	overflow:hidden;
	position:relative;
}
.main-box .tabs-box {
	float:left;
	width:329px;
	height:414px;
	overflow:hidden;
}
.col-2 {
	padding:20px;
}
#content p {
	text-align:justify;
}
#content ul {
	list-style-position: inside;
	list-style-type: decimal;
	background-color:#E3E1D3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul .ul2{
	list-style-type: disc;
}
#content li {
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	font-size: 11px;
}
#content li:hover {
	color:#707056;
}
.d-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
	text-transform: uppercase;
}
.partnerek img {
	width: 240px;
	height: auto;
}
/*--- tabs ---*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 40px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 40px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
	font-size:11px;
	color:#5E5E5E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #E3E1D3;
}
ul.tabs li.last-item {
	border-right:none;
}
ul.tabs li.last-item a {
	background-color: #E3E1D3;
	background-image: url(../images/tab-last.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
ul.tabs li a {
	text-decoration: none;
	color: #5E5E5E;
	display: block;
	outline: none;
	width:109px;
	text-align:center;
}
ul.tabs li a:hover {
	background-color: #CBCBB9;
}
ul.tabs li.last-item a:hover {
	background-color: #CBCBB9;
	background-image: url(../images/tab-last-act.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #CBCBB9
}
html ul.tabs li.active a.last, html ul.tabs li.active a.last:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #CBCBB9;
	background-image: url(../images/tab-last-act.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background-color: #cbcbb9;
	height: 374px;
}
.tab_content {
	display: none;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 26px;
}
.tab_content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 36px;
	color: #787662;
	font-weight: normal;
	margin-bottom: 15px;
	border:none;
}
.tab_content a {
	font-size: 14px;
	line-height: 18px;
	color: #8C8972;
	text-decoration: none;
}
.tab_content a:hover {
	color: #313131;
}
/*--- news ---*/
#content .news {
	list-style:none;
	background-color:#EFEEE7;
}
.news p, .news p:hover {
	color:#707056;
}
#content .news li {
	position:relative;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#E3E1D3;
}
.news li.last {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.news li h2 {
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight:normal;
	border:none;
}
.news li h2 a {
	color: #45422C;
	text-decoration:none;
}
.news li h2 a:hover {
	color:#FF5711;
}
.news li .img-box h4 {
	color:#64644D;
	padding-top:25px;
	text-transform: none;
}
.news li span.date {
	position:absolute;
	left:10px;
	top:10px;
	width:55px;
	height:58px;
	display:block;
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/date-bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.news li span.date b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	padding-top: 5px;
}
/*===== footer =====*/
#footer {
	background-color: #E3E1D3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBFBFB;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
#footer h5 {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/nord2.gif);
	background-repeat: no-repeat;
	background-position: center 13px;
	padding-bottom: 30px;
	font-weight: normal;
	color: #BFBA99;
	text-decoration:none;
}
#footer h5:hover {
	background-image: url(../images/nord.gif);
	background-repeat: no-repeat;
	background-position: center 13px;
	color: #FF5711;
}
#footer .container {
	font-size:10px;
}
#footer a {
	color:#FF5307;
	text-decoration:none;
}
#footer span {
	color:#313131;
	text-transform:uppercase;
}
#footer .nav {
	text-align: center;
	margin-left:-7px;
	padding-bottom:0px;
}
#footer .nav li {
	display:inline;
}
#footer .nav li a {
	color:#2C2C2C;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 15px 0 15px;
}
#footer .nav li a:hover {
	color:#FF5711;
}
