<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: normal;	
	src:
		local('Trebuchet MS'),
		url('../fonts/TrebuchetMS.eot'),
		url('../fonts/TrebuchetMS.woff') format('woff'),
		url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrebuchetMS.ttf') format('truetype');
}

@font-face {
	font-family: 'courgette';
	src: 	url('../fonts/courgette.eot');
	src: 	url('../fonts/courgette.eot?#iefix') format('embedded-opentype'),	
			url('../fonts/courgette.woff') format('woff'),
			url('../fonts/courgette.ttf') format('truetype');  
	font-style: normal;
	font-weight: 400;
}

@font-face {
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('../fonts/fontawesome-webfont.woff') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
}

@font-face {
  font-family: 'HShelleyAndanteBT';
  src: url('../fonts/HShelleyAndanteBT.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HShelleyAndanteBT.woff') format('woff'),
  url('../fonts/HShelleyAndanteBT.ttf')  format('truetype'),
  url('../fonts/HShelleyAndanteBT.svg#HShelleyAndanteBT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BookmanOldStyle';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/BookmanOldStyle.eot');
  src: url('../fonts/BookmanOldStyle.eot?#iefix') format('eot'), 
  url('../fonts/BookmanOldStyle.woff') format('woff'), 
  url('../fonts/BookmanOldStyle.ttf') format('truetype'), 
  url('../fonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
}


@font-face {
    font-family: 'HColonnaMT';
    src: url('../fonts/HColonnaMT.eot');
    src: local('H_Colonna MT'), local('HColonnaMT'),
        url('../fonts/HColonnaMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HColonnaMT.woff2') format('woff2'),
        url('../fonts/HColonnaMT.woff') format('woff'),
        url('../fonts/HColonnaMT.svg#HColonnaMT') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'aniversregular';
    src: url('../fonts/anivers-regular-webfont.eot');
    src: url('../fonts/anivers-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anivers-regular-webfont.woff') format('woff'),
         url('../fonts/anivers-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gabriola';
    src: local('Gabriola'),
        url('../fonts/Gabriola.woff2') format('woff2'),
        url('../fonts/Gabriola.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body{
	margin:0;
}

html,
body {
  height: 100%;
}

html { 
/* Fix (1) Háttérkép */
/*
	background: url(../img/bgs/bg.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
*/	
}


/* ****************** */
.mobilSearchContainer,
.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 800px) {	
	.fej-menu{
		display:none;
	}
	.mobilSearchContainer,
	.slicknav_menu {
		display:block;
	}

/*	
	div.logo_container{
		width:100px;
	}	
*/

/*	
	div.cegled_logo_container{
		max-width:25%;
	}
*/	
}  

@media only screen and (max-width: 400px) {

/*
	div.logo_container{
		width:50px;
	}
*/

/*
	div.cegled_logo_container{
		max-width:25%;
	}
*/
}  

/* ***************** */


.mobilSearchContainer{
	position:absolute;
	width:auto;
	left:8px;
	top:10px;
	background-color:#000;
	color:#fff;
	padding:5px;
	border-radius:5px;
}

.searchInpMobil{
	width:150px;
	font-size:0.875em;
	padding:2px 40px 2px 2px;
	margin:0;
	color:#000!important;
	border:0 none;
	outline: none;
}

.mobilSearchBtn{
	width:46px;
	border:0 none;
	padding:2px;
	margin:0 0 0 -40px;
	font-size:0.875em;
	color:#fff;
	background-color:#000;
	outline: none;	
}

/* FEJ */
/* ******************** */

#fej{
	background: linear-gradient(to bottom,rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%); 
}


.fejlec{
	box-sizing:border-box;
	position:relative;
	max-width:990px;
	margin:0 auto 0 auto!important;
	padding:0;	
}

div.logo_container{
	display:inline;
	position:absolute;
	left: 0;
	top:0;
	max-width:16%;
	text-align:center;
	z-index:2;
	
	border-radius:100%;

}
img.logo{
	width:100%;
	border:0 none;
}


div.cegled_logo_container{
	display:inline;
	position:absolute;
	right: 0;
	top:0;
	max-width:7%;
	text-align:center;
	z-index:2;
}

img.cegled_logo{
	width:100%;
	border:0 none;
}

h1#oldalnev1{
	box-sizing:border-box;
	text-align:center;
	line-height:1em;
	padding:3px !important;
	color:#4b843d;  /*    006dad     */
	text-shadow: 0 1px 0 #ccc,
			   0 2px 0 #c9c9c9,
			   0 3px 0 #bbb,
			   0 4px 0 #b9b9b9,
			   0 5px 0 #aaa,
			   0 6px 1px rgba(0,0,0,.1),
			   0 0 5px rgba(0,0,0,.1),
			   0 1px 3px rgba(0,0,0,.3),
			   0 3px 5px rgba(0,0,0,.2),
			   0 5px 10px rgba(0,0,0,.25),
			   0 10px 10px rgba(0,0,0,.2),
			   0 20px 20px rgba(0,0,0,.15);
	font-family: "Gabriola";  /* aniversregular HColonnaMT */
	/* font-style:italic; */
	/* transform:scale(1,1.33); */
	letter-spacing: 2px!important;	
	font-size:80px; /* 40px;	 */
	
	font-weight:bold;	
	
	display:block;
	width:auto;
	margin:0 auto!important;
	
	/*
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;
	*/
	
}

h1#oldalnev2{
	box-sizing:border-box;
	text-align:center;
	line-height:1em;
	padding:10px !important;
	color:#fff; /* 4b843d    #4b843d;  #006dad; */
	
	/**/
	text-shadow: 0 1px 0 #ccc,
			   0 2px 0 #c9c9c9,
			   0 3px 0 #bbb,
			   0 4px 0 #b9b9b9,
			   0 5px 0 #aaa,
			   0 6px 1px rgba(0,0,0,.1),
			   0 0 5px rgba(0,0,0,.1),
			   0 1px 3px rgba(0,0,0,.3),
			   0 3px 5px rgba(0,0,0,.2),
			   0 5px 10px rgba(0,0,0,.25),
			   0 10px 10px rgba(0,0,0,.2),
			   0 20px 20px rgba(0,0,0,.15);
			   
			   
	font-family: "Gabriola"; /* aniversregular HColonnaMT   */
	font-size:60px;

	/* transform:scale(1,1.33); */
	letter-spacing: 2px!important;	
	font-weight:bold;
	
	
}

.fixTop{
	position:fixed;
	top:-186px;
	right:0px;
}	

#fsmenuContainer{
	margin-top:0px!important;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 100%)!important;
}

.tt_menu_vonal_top{
	background: linear-gradient(to right, rgba(199,172,90,0) 0%, rgba(199,172,90,1) 100%)!important;
	margin:0 0 4px 0;
	height:4px;
	line-height:4px;
}
.tt_menu_vonal_bottom{
	background: linear-gradient(to right, rgba(199,172,90,0) 0%, rgba(199,172,90,1) 100%)!important;
	margin:4px 0 0 0;
	height:4px;
	line-height:4px;
}

#searchDiv{
	background-color:transparent!important;
}

.tartalom{
	clear:both;
	background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.85) 25px ) no-repeat border-box;	
	max-width:990px;
	margin:0 auto 0 auto;
	padding:10px;
	cursor:default;
}

.tartalom_bal{
	padding-right:0 10px 0 0;
}

.tartalom_jobb{
	min-width:190px;
	padding:0;
}

.tartalom img,
.tartalom iframe,
.tartalom object{
	max-width:100%!important; /*  766px;   */
	max-height:auto;
}

.lab{
	margin:0 auto ;
	padding:10px!important;
	max-width:990px;
	color:#fff;
	/*
	background:rgba(0,109,173,0.85);
	*/
	background:rgba(111,160,81,0.85);
	text-align:center;
	font-size:80%;
}
.lab a{
	color:#fff!important;
}
.lab a:hover{
	color:#ff0!important;
}

.footerlab{
	clear:both;
	height:50px;
	background: linear-gradient(to top, rgba(111,160,81,0) 0%, rgba(111,160,81,0.85) 100%);
	max-width:990px;
	margin:0 auto;
	cursor:default;	
}

.box{
	position:relative;
	background-color:#fff;
	border-radius:4px;
	padding:4px 0;
	margin-bottom:8px;
	
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);	
}

.box div.boxpad{
	padding:0 10px;
}

.videoThumb{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 10px 10px 0!important;
	width:140px;
	height:150px;
	overflow:hidden;
	background-color:#000;
}

.videoThumb p{
	text-align:center;
	font-size:11px;
	max-width:140px;
	padding:2px;
	color:#fff;
}

/* ***************** */
h1.csCim{
	clear:both;
	color:#c68e17;
	/**/
	font-family:courgette; 
	
	font-size:1.2em;
	line-height: 20px;
	padding: 2px 0;
	margin: 5px 5px 10px 5px;
	position:relative;
}
h1.csCim:before{
	content: '❏ ';
}

h1.csCim:after{
	position:absolute;
	width:170px;
	height:1px;
	bottom:10px;
	left:0px;
	content:url('../img/box_h1_linie.png');
}

p.bottomline{
		border-bottom:1px dotted #ddd;
		padding-bottom:5px;
		margin-bottom:5px;
}
 
/* ***************** */
#calendar {
	margin:0 auto 0 auto;
    width: 178px;
    table-layout: fixed;
	border-collapse:collapse;
	overflow:hidden;
	border:0 none;
	line-height:140%;
	font-size:80%;
}

#calendar col{
	width:24px;
}

#calendar th.datum{
	padding:4px 0px;
	font-weight:normal;
}

#calendar th.datum a,
#calendar th.datum a:hover{
	text-decoration:none;
	font-size:16px;
	color:#be5a02;
}

#calendar th.datum select::-ms-expand {
    display: none;
}

#calendar th.datum select.date_year{
	font-size:12px;	
	background-color: #fffddd;
	margin:0 1px 0 0;
	padding:2px 1px !important;
	width:54px;
	border:1px solid #ccc !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none !important;
	background: #fffddd url(../img/cal_selArr.png) no-repeat 97% center !important;	
}

#calendar th.datum select.date_month{
	font-size:12px;	
	background-color: #fffddd;
	margin:0 1px 0 0 !important;
	padding:2px 1px !important;
	width:86px; 
	border:1px solid #ccc !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none !important;
	background: #fffddd url(../img/cal_selArr.png) no-repeat 97% center !important;	
}

#calendar span.prev_month,
#calendar span.next_month{
	color:#bead82; /* #be5602; */
	padding:0;
	font-size:33px;
}
#calendar span.prev_month{
	margin:0 4px 0 2px;
}
#calendar span.next_month{
	margin:0;
}
#calendar span.prev_month:hover,
#calendar span.next_month:hover{
	color:#f00;
}

#calendar tr.hetnapok th{
	height:24px;
    color: #c68e17;
    text-align: center;
    padding:4px 0 !important;
    background-color: #efe6a7;
	border:0 none;
}
#calendar tr.hetnapok th.vasarnap{
	color:#f00;
}

#calendar td{
	border:1px solid #fff;
    background-color: #e5e0cd; 
    text-align: center;
    height:24px;
}

#calendar td.ures{
}

#calendar td a {
    color: #000;
    background-color:#fff; 
    text-decoration:none;
    display:block;
    padding:4px 0px 4px 0px;
    border:1px solid #e9eac8; 
}

#calendar td.ma{
    font-weight: bold;
    background-color:#f2ee8a;
}

#calendar td.ma a{
    border: 1px solid #f00 !important;
    font-weight: bold;
    background-color:#f2ee8a;
}

#calendar td.esma a{
    background-color:#fad459;
    font-weight: bold;
    color: #f00;
}

#calendar td.es a{
    border: 1px solid #cba674; 
    background-color:#fad459;
    font-weight: bold;
    color: #f00;
}

#calendar td a:active, #calendar td a:hover {
    color: #f00;
    background-color:#ffeb96;
    text-decoration:none;
}

/* ************************** */
.Hmenu ul
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size:13px;
}

.Hmenu ul li {
	display: inline-block;
	margin: 0px -2px 0 0!important;
	padding:0;
}

.Hmenu ul li a{
	text-decoration: none;
	padding: 4px 8px;
	color: #000;
	line-height:2.3;
	background-color: #ccc;
	border:1px solid #aaa;
	
	transition: 0.5s;
}
.Hmenu ul li a:hover{
	color: #fff;
	background-color: #999;
}

.Hmenu ul li.aktiv,
.Hmenu ul li a.aktiv{
	text-decoration: none;
	padding: 4px 8px;
	color: #fff;
	line-height:inherit;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	background-color: #d6bb65;
	border-color:#b19651;
	transition: 0.5s;	
}

.Hmenu ul li.aktiv:hover,
.Hmenu ul li a.aktiv:hover{
	text-decoration: none;
	background-color: #b09a52;
	border-color:#9a803c;
}


/* ************* */
.pir{
	max-width: 400px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background: #f00;
	border:2px solid #ffb423;
	border-radius:4px;
}

.pir a:link, .pir a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

.pir a:active, .pir a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #f00;
	background: #fff;
	text-decoration: underline overline;
}

/* ***************** */
.zold{
	max-width: 400px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background: #090;
	border:2px solid #ffb423;
	border-radius:4px;	
}

.zold a:link, .zold a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

.zold a:active, .zold a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #090;
	background: #fff;
	text-decoration: underline overline;
}

/* ******************* */
.t1 {
	color:#333;
	background-color:#ccc;
	background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #eeeeee 100%);
	border:1px solid #999;
	border-radius:6px;
	padding:0;
}

table.t1,
table.t2{
	border-spacing:0;
	overflow:hidden;
}

.t1 th{
	font-weight:normal;
	text-align:left;
	color: #666;
	background-color:#fff;
}
.t1 th.cim{
	padding:3px 6px;
	border-radius:4px 4px 0 0;
}
.t1 th a:link, .t1 th a:visited {
color: #d4a017 ;
text-decoration: none;
}
.t1 th a:active, .t1 th a:hover {
color: #c00;
text-decoration: none;
}

.t1 td{
	padding:5px;
	vertical-align:top;
}

.t1 td a:link, .t1 td a:visited {
	color: #0060a5;
	text-decoration: none
}

.t1 td a:active, .t1 td a:hover {
	color: #c00;
	text-decoration: none;
}

/****************/
.t2 {
	color:#000;
	background-color:#efddac; /*  e3c26c  */
	background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #efddac 100%);
	border:1px solid #d4a017;
	border-radius:6px;
}

.t2 th{
	font-weight:normal;
	text-align:left;
	color: #666;
	background-color:#fff;
}

.t2 th a:link, .t2 th a:visited {
color: #d00 ;
text-decoration:  none;
}
.t2 th a:active, .t2 th a:hover {
color: #f00;
text-decoration:  none;
}

.t2 td{
	padding:5px;
	vertical-align:top;
}

.t2 td a:link, .t2 td a:visited {
color: #0060a5;
text-decoration: none;
}

.t2 td a:active, .t2 td a:hover {
color: #c00;
text-decoration: none
}


.commentDiv1{
color:#333;
background-color:#ccc;
background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #dddddd 100%);
border:1px solid #999;
border-radius:6px;
}
.commentDiv2 {
color:#333;
background-color:#e3c26c;
background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #e3c26c 100%);
border:1px solid #d4a017;
border-radius:6px;
}

.commentDiv1 div:first-child,
.commentDiv2 div:first-child{
	color:#888;
	background:#fff;
	border-radius:4px;
}

.commentDiv1 div:first-child{
	border:1px solid #999;
}
.commentDiv2 div:first-child{
	border:1px solid #d4a017;
}
.commentDiv1 div:last-child,
.commentDiv2 div:last-child{
	margin-top:3px;
	color:#888;
}

.commentDiv1 div:first-child img,
.commentDiv2 div:first-child img{
	width:15px;
	height:15px;
	border:0 none;
	vertical-align:middle;
}

/***************/
table.lapozo {
	font-size: 12px;
	font-weight: normal;
	background:#fff;
	border:none;
}

.lapozo .jelenlegi {
	background-color:#eee;
	margin: 0;
	padding: 1px 3px;
}

.lapozo a:link, .lapozo td a:visited {
	color: #999;
	text-decoration: none;
}

.lapozo a:active, .lapozo td a:hover {
	color: #f00;
	text-decoration: underline;
}

/* ***************** */
.pagerCont{
	margin:0 auto 4px auto;
	text-align:right;
}

span.currPage{
	display:inline-block;
	text-align:center;
	min-width:22px;
	height:22px;
    border-radius:4px;
    border:1px solid #ccc;
    padding:2px 2px;
	background-color:#f00;
	color:#fff;
	vertical-align:middle;	
	margin-left:3px;
	line-height:16px;
}

a.linkPage{
	display:inline-block;
	min-width:22px;
	height:22px;
	text-align:center;
    border:1px solid #ccc;
    border-radius:4px;
    padding:2px 2px;
	background-color:#ffc;
	display:inline-block;
	vertical-align:middle;		
	text-decoration:none;
	vertical-align:middle;	
	margin-left:3px;
	line-height:16px;
}
a.linkPage:hover{
	background-color:#0175ac;
	color:#fff;
}

a.firstPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:0px 0px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/first_page.png) no-repeat 0 0;
}
a.firstPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;	
}

a.prevPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/prev_page.png) no-repeat 0 0;	
}
a.prevPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}

a.nextPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/next_page.png) no-repeat 0 0;		
}
a.nextPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}

a.lastPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;	
    border-radius:4px;
	background:#ffc url(../img/last_page.png) no-repeat 0 0;
}
a.lastPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}
/* ******************* */


/* ////////////////////////// AKTUÁLS //////////////////////////// */

.recordinfo{
	margin:0 auto 4px auto;
	padding:0;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#999;
}

.akt_cont{
	width:100%;
	border:0 none;
	margin:0 0 15px 0;
	padding:0;
}

.akt_cont_kiemelt{
	width:566px !important;
	background-color:#fff8f5;
	border:2px solid #f00;
	padding:10px;
	border-radius:10px;
}

.akt_cont img{
	max-width:590px;
	height:auto;
}

.akt_cont object,
.akt_cont iframe
{
	max-width:590px;
}

.akt_cim{
	clear:both;
	font-size:18px;
	text-align:left;
	color:#c68e17;
	padding:0;
	margin:0 0 5px 0;
}

.akt_cim a:link,
.akt_cim a:visited{
	color:#055b8f;
	text-decoration:none;
}
.akt_cim a:hover,
.akt_cim a:active{
	color:#ff6600;
}

.akt_datum{
	font-size:11px;
	color:#888;
	padding: 0 0 2px 0;
	margin:0 0 7px 0;
	border-bottom: 1px dotted #888;
}

.akt_bovebben{
	clear:both;
	margin:4px 0 0 0;
}

.akt_bovebben a{
	background-color:#056dac; 
	color:#fff !important;
	font-size:11px;
	border-radius:6px;
	padding:2px 6px;
}

.akt_bovebben a:hover{
	color:#fff;
	background-color:#c7ac5b;
 	text-decoration:none;
}

.aktKkep{
	float:left;
	margin:0 12px 7px 0;
	padding: 6px !important;
	border: 1px rgba(0,0,0,.4) solid !important;
	background-color: white !important;
	border-radius: 6px !important;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2) !important;
}

.akt_forras{
	clear:both;
	text-align:right;
	font-size:10px;
	padding:3px 0;
}

.akt_hszoveg_elrejt{
	clear:both;
	margin:4px 0;
}

.akt_hszoveg_elrejt a{
	background-color:#056dac; 
	color:#fff !important;
	font-size:11px;
	border-radius:6px;
	padding:2px 6px;
}

.akt_hszoveg_elrejt a:hover{
	background-color:#c7ac5b;
 	text-decoration:none;
}

td.akt_askto_comment{
	padding:0;
	text-align:right;
	vertical-align:top;
}

/* ********************************** */
.hir-lab{
	 margin-top:10px;
}

/* /////////////////// */
.ratingTableContainer{
	min-width:212px;
	padding:2px;
	font-size:80%;	
}

.ratingTable{
	clear:both;
	width:212px;
	border-spacing: 0px;
	border:0 none;
}

.ratingTable td{
	padding:2px;

}

.ratingTable td.cell1{
    min-width:70px;
    padding-left:0;
}

.ratingTable td.cell2{
    min-width:90px;
    position:relative;
    vertical-align:top;
}

.ratingTable td.cell3{
   min-width:40px;
    vertical-align:top;
}

.rating{
    min-width:80px;
    height:16px;
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float:left;
    /* end hide*/
    text-indent:-999em;
}

ul.rating li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}

ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

ul.rating li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0; 
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

.akt-hozzaszolas{
	text-align:right;
	padding:2px;
	font-size:80%;
}

/* /////////////////////// */

html .fb_share_link {
	display:block;
	clear:both;
	padding:0;
	text-align:right;
}

html .fb_share_link a{
	padding:4px 0 4px 20px;
	height:16px;
	background:url(../img/facebook_share_icon.gif) no-repeat 0 3px; 
	font-size:10px;
}


.loginFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background: transparent url(../img/login_feher_gomb.png) no-repeat 0 0;
	cursor: pointer;

}	
.loginFeherGomb:hover {
	background-position: 0 bottom;
}

a.regFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background: url(../img/reg_feher_gomb.png) no-repeat 0 0;
	cursor: pointer;
}	
a.regFeherGomb:hover {
	background-position: 0 bottom;
}

/* ************* */
.gomb1{

	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:4px 10px;    
    text-shadow: 1px 1px 1px #666;
	border-radius: 2em 1em 4em / 0.5em 3em;	
}

.gomb1,
.gomb2{
    color: #fff;
    background-color: #c7a317;
	box-shadow: 1px 1px 2px 2px #959595;
	border: none;
	
}

.gomb1:hover,
.gomb2:hover{
    background-color: #ce1a10;
    cursor:pointer;
}

.gomb1:active,
.gomb2:active{
    background-color: #f00;
	position:relative;
	top:1px;
}

.gomb1:focus,
.gomb2:focus{
       border:0 none;
	   outline: 0 none;
}

.gomb2 {
	font-size:11px;
	padding:2px 6px;
	border-radius: 2em 1em 4em / 0.5em 3em;		
}

.zoomincursor{
	outline: none;
	text-decoration: none; 
	cursor:  url('../img/loupe.png'), url('http://www.cegled.hu/img/loupe2.cur'), auto;
}
/* opera */
x:-o-prefocus, .zoomincursor {
	cursor: zoom-in;
}


/* *************** */
div.selBoxHead400{
	height: 24px;
	width: auto;
	font: 11px/24px Verdana,arial,sans-serif;
	font-weight: bold;
	text-align:center;
	color: #fff;
	padding: 0 20px 0 8px;
	margin-bottom: 4px !important;
	
	background-color:#c7ac5a;	
	box-shadow: 1px 1px 10px 3px #947c32 inset !important;
	
	background-image: url('../img/selArr.png');		
	background-repeat: no-repeat;
	background-position: 380px 3px;
	
	border:0 none;
	border-radius:10px;
}


div.selBoxHead400:hover{
	background-color: #ce1a10;
	box-shadow: 1px 1px 10px 3px #91120b inset !important;	
	
	cursor: pointer;
}


/* *********** */
div.selBoxBody{
	height: 150px;
	width: auto;
	border:0 none;
	display: none;
	overflow-y: auto;
}

div.selBoxBody a{
	display: block;
	font-size: 11px;
	width:auto;
	text-decoration: none;
	margin: 1px;
	padding:3px 1px;	
	color:#000;
	overflow-x: hidden;
	cursor: pointer;
}

div.selBoxBody a.cl1{
	background-color:#f7f4e0;
}

div.selBoxBody a.cl2{
	background-color:#f2ee8a;
}

/* selected */
div.selBoxBody a.cl3{
	background-color:#da251d;
	color:#fff;
}

div.selBoxBody a:hover{
background-color:#ccf;
}

span.hilite,
span.hiliteYellow{
background-color:#ff0;
color:#000;
}


/********************/
.divselbox_head{
border:1px solid #7f9db9;
background-color:#fff;
background-image:url('../img/selbox.png');
background-repeat: no-repeat;
background-position: center right;
text-align:left;
}

.divselbox_head a{
display:block;
padding:2px 3px;
color:#000;
}

.divselbox_head a:link, .divselbox_head a:visited{
color:#000 !important;
text-decoration: none !important;
}

.divselbox_head a:hover, .divselbox_head a:active{
color:#fff !important;
text-decoration: none !important;
background-color:#316ac5 !important;
background-image:url('../img/selbox2.png');
background-repeat: no-repeat;
background-position: center right;
}

.divselbox_body{
text-align:left;
border-top:none;
border-right:1px solid #7f9db9;
border-bottom:1px solid #7f9db9;
border-left:1px solid #7f9db9;
background-color:#fff;
}

.divselbox_body a{
display:block;
padding:1px 3px;
color:#000;
}

.divselbox_body  a:link, .divselbox_body  a:visited{
background-color:#fff;
color:#000 !important;;
}

.divselbox_body  a:hover, .divselbox_body a:active{
color:#fff !important;
background-color:#316ac5 !important;
text-decoration: none !important;
}


p.keywords{
	clear:both;
	color:#ccc;
	font-size:11px;
	margin-top:8px;
}

/* ************* */
.rendezvenykepek_container{
	position:relative;
	padding:0;
	margin:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#rendezvenykepek{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
#rendezvenykepek ul{
	margin:0;
	padding:0;
}
#rendezvenykepek ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style-type:none;
	padding-right:6px;
	margin:0;
	width:100px !important;
	font-size:11px;
	line-height:13px !important;
	text-align:center;
	float:left;
	cursor:pointer;	
}

#rendezvenykepek ul li img{
	border:0 none;
	width:100px;
	height:100px;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

/* ********************* */
#panoramakepek_carusel{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
#panoramakepek_carusel ul{
	margin:0;
	padding:0;
}
#panoramakepek_carusel ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style-type:none;
	padding:0;
	margin:0;
}

/* *********** */
.tt_hscrollContainer .leftBtn,
.tt_hscrollContainer .rightBtn{
	display:none;
	visibility:visible;
	position:absolute;
	width:30px;
	height:100px;
	top:0px !important;
	z-index:999999;
	cursor:pointer;	
	cursor:pointer;	
}
.tt_hscrollContainer .leftBtn{
	left:0px !important;
	background: #fff url(../img/scroll_left.png) no-repeat center center;
}
.tt_hscrollContainer .rightBtn{
	right:0px !important;
	background: #fff url(../img/scroll_right.png) no-repeat center center;
}

/****************/
table.koponyeg{
font-size: 11px;
color:#0175ac; 
}

table.koponyeg td.nowrap{
	white-space:nowrap;
}

table.koponyeg td.center{
text-align:center;
}

table.koponyeg td.lab{
	font-size:13px;
	color:#fff;
	background-color:#70a4d8;
	border-radius: 0 0 10px 10px;	
}

table.koponyeg td.lab a{
	color:#ff0;
}


/* *********** */
table.telefonok  tr.telefon_fej th{
	background-color:#def !important;
	color:#000;
	font-weight:normal !important;;
}

table.telefonok tr.telefon_alcsoport td:not(:first-child){
	background-color:#3cf !important;
	color:#fff !important;
}



/* ********************************** */
table#rovatok{
	table-layout:fixed;
	width:590px;
	border-spacing:0;
	border-collapse:collapse;
}

table#rovatok td{
	vertical-align:top;
}

table#rovatok td.b{
	width:270px !important;
	padding:0 10px 10px 0;
	border-right:1px solid #ccc;
}

table#rovatok td.j{
	width:270px !important;
	padding:0 0 10px 10px;
	border:0 none;
}

table#rovatok .rFej{
font-family: courgette;
	padding:5px 5px 5px 5px;
	font-size:18px;
	/*
	font-weight:bold;
	*/
	border-radius:0 10px 0 0;
	margin-bottom:5px;
}

table#rovatok .rFej span{
	font-weight:normal !important;
}

table#rovatok .rArany{
	color:#fff;
	background-color:#c7ac5a !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #947c32 inset !important;	
}
table#rovatok .rBordo{
	color:#fff;
	background-color:#9e0b0f !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #630a0d inset !important;		
}
table#rovatok .rZold{
	color:#fff;
	background-color:#007236 !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #003f1e inset !important;		
}
table#rovatok .rKek{
	color:#fff;
	background-color:#004a80 !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #01223b inset !important;
}
table#rovatok .rEzust{
	color:#fff;
	background-color:#959595 !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #656565 inset !important;	
}
table#rovatok .rLila{
	color:#fff;
	background-color:#ed145b !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #8a0b35 inset !important;		
}
table#rovatok .rNarancs{
	color:#fff;
	background-color:#f26522 !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #923d15 inset !important;		
}
table#rovatok .rBarna{
	color:#fff;
	background-color:#9b8666 !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #5c4829 inset !important;		
}
table#rovatok .rRozsaszin{
	color:#fff;
	background-color:#f5989d !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #a85257 inset !important;		
}
table#rovatok .rCiankek{
	color:#fff;
	background-color:#00aeef !important;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #0179a6 inset !important;		
}

table#rovatok a.bovebben{
	display:block;
	background-color:#c7ac5b; 
	color:#fff;
	font-size:12px;

	border-radius:0 0 10px 0;
	padding:2px 4px;
}

table#rovatok a.bovebben:hover{
	background-color:#00707a; 
 	text-decoration:none;
}
table#rovatok a.tovabb{
	white-space:nowrap;
}

table#rovatok ul{
	clear:both;
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 7px 20px;

}
table#rovatok ul li{
	list-style-image: url('../img/rovatbull3.png');
}
table#rovatok ul li:hover{
	list-style-image: url('../img/rovatbull3_on.png');
}


/* **** MOZI ************ */
.mozibox{
	border-collapse:collapse;
	width:100%;
}

.mozibox .moziInfoDiv{
	margin-top:5px !important;
	position:relative;
	width:60px !important;
	height:60px !important;
	margin-right:5px;
	float:left;
}

.mozibox .moziInfoDiv .dim3{
	position:absolute;
	top:0px;
	left:0px;
	width:48px;
	height:26px;
	background: url(../mozi/img/3d_k.png) no-repeat top left;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.mozibox .moziInfoDiv img.korhatar{
	display:inline-block;
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	bottom:-5px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.mozibox .moziInfoDiv img{
	width:60px;
	height:60px;
	border-radius:6px;
}

.mozibox .jegyfoglalas{
	font-size:11px !important;
}

.mozibox .hr{
	line-height:5px;
	border-bottom:1px solid #ccc;
}

/* ********************** */
div#eloadasokDiv{
	padding:10px 0px;
	width:590px !important;
	height:auto;
}

div#eloadasokDiv table{
	table-layout:fixed;
	width:590px !important;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
div#eloadasokDiv table td{
	padding:5px;
	background-color:transparent;
}
div#eloadasokDiv table td.datum h1{
	margin:10px 0px 0px 0px !important;
	padding:5px 10px !important;
	background: rgb(235,235,235);
	background: linear-gradient(to right,  rgba(235,235,235,1) 10%, rgba(255,255,255,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=1 );
	border-radius:10px;
}

div#eloadasokDiv table td.idopont{
	width:40px;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	padding-top:8px;
}
div#eloadasokDiv table td.terem{
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	padding-bottom:0 !important;
}

div#eloadasokDiv table a.cim{
	display:block;
	position:relative;
    color:#fff;
	width:410px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	padding:12px 10px !important;
	border-radius:10px;
	box-shadow: 1px 1px 5px 2px #999;
}

div#eloadasokDiv .p{
	color:#fff;
	background: #ce1a10 url(../mozi/img/filmcimbg.jpg) no-repeat  0px top;
}
div#eloadasokDiv .p:hover{
    color: #c00;
	background-position: -450px top;	
	text-decoration:none;
}

div#eloadasokDiv .h{
	color:#fff;
	background: #ce1a10 url(../mozi/img/filmcimbg.jpg) no-repeat -900px top;	
}
div#eloadasokDiv .h:hover{
    color: #36f;
	background-position: -450px top;		
	text-decoration:none;
}

div#eloadasokDiv table a.d3{
	position:relative;
	width:315px;
	padding: 12px 105px 12px 10px !important;
}

div#eloadasokDiv a.d3 span{
	display:block;
	position: absolute;
	top:0px; /* -7px */
	right:33px;
	width:72px;
	height:40px;
	background: url(../mozi/img/3d.png) no-repeat;
}

div#eloadasokDiv a img.korhatar{
	position:absolute;
	right: -15px;
	top:0px;
	width:40px;
	height:40px;
	border:0;
	display:block;
	float:right;
	margin-right:5px;
}

div#eloadasokDiv  td.info{
 vertical-align:bottom;
 text-align:right;
}

div#eloadasokDiv  a.info{
	display:block;
    color:#fff;
	width:60px !important;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:5px 10px;
	border:2px solid #fff;
	border-radius:10px;
	box-shadow: 1px 1px 5px 2px #999;
}

div#eloadasokDiv img.fkep{
	width:60px;
	height:60px;
	border:0 none;
	border-radius:10px; 
	cursor: pointer;
}



/* PESTMEGYE.HU ************************ */
#pmhu{
	width:560px;
	background-color:#fff;
	border:1px solid #999;
	border-radius:10px;
	padding:10px;
	margin:10px auto;
	font-size:13px;
}

#pmhu h2.oldalcim{
	font-size:18px;
}

#pmhu h3.cim{
	padding:0;
	margin:12px 0 0 0;
	text-shadow: none !important;
}

#pmhu a:link,
#pmhu a:visited{
	color:#669;
	text-decoration:none;
}

#pmhu a:hover,
#pmhu a:active{
	color:#c00;
	text-decoration:none;
}


#pmhu span.datum{
	color:#999;
	font-size:10px;
}

#pmhu .szoveg{
	text-align:justify;
}

img.sprocket-lists-image{
	display:block;
	float:left;
	margin:0 10px 5px 0;
	max-width: 100px !important;
	height: auto;
	max-height: 75px;	
}

#pmhu span.bovebben a:link,
#pmhu span.bovebben a:visited{
	background-color:#8bf;
	color:#fff;
	padding:1px 4px;
	font-size:10px;
	border-radius:5px;
	text-decoration:none;
}

#pmhu span.bovebben a:hover,
#pmhu span.bovebben a:active{
	background-color:#36f;
}

#pmhu p.timer{
	color:#999;
	font-size:10px;
	text-align:center;
}

/* PEST MEGYEI KORMÁNYHIVATAL */
.rovat_hszoveg{
	display:none;
}
.hosszuszoveg{
	text-align:justify;
}

/* ADATTÁR */
div.adattarJobb{
	width:164px;
	margin:3px auto -3px auto;
	padding:0;
}
div.adattarJobb .atIco:nth-child(3n){
	margin-right:0!important;
}

div.adattarTurizmus{
	width:570px;
	margin:3px auto -3px auto;
	padding:0;
}
div.adattarTurizmus .atIco:nth-child(10n){
	margin-right:0!important;
}


.atIco{
	display:inline-block;
	width:50px !important;
	height:50px !important;
	
	background-image:url(../adattar/img/adattar.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0 7px 2px 0;

	zoom: 1;
	*display: inline;

	transition: 0.3s ease-in-out;
	
	overflow:hidden;
}

.atIco:hover{
	text-decoration: none;	
}

.atIco1{background-position:0 0;}
.atIco1:hover{background-position: 0 -50px;}
.atIco2{background-position:-50px 0;}
.atIco2:hover{background-position: -50px -50px;}
.atIco3{background-position:-100px 0;}
.atIco3:hover{background-position: -100px -50px;}
.atIco4{background-position:0 -100px;}
.atIco4:hover{background-position: 0 -150px;}
.atIco5{background-position:-50px -100px;}
.atIco5:hover{background-position: -50px -150px;}
.atIco6{background-position:-100px -100px;}
.atIco6:hover{background-position: -100px -150px;}
.atIco7{background-position:0 -200px;}
.atIco7:hover{background-position: 0 -250px;}
.atIco8{background-position:-50px -200px;}
.atIco8:hover{background-position: -50px -250px;}
.atIco9{background-position:-100px -200px;}
.atIco9:hover{background-position: -100px -250px;}
.atIco10{background-position:0 -300px;}
.atIco10:hover{background-position: 0 -350px;}
.atIco11{background-position:-50px -300px;}
.atIco11:hover{background-position: -50px -350px;}
.atIco12{background-position:-100px -300px;}
.atIco12:hover{background-position: -100px -350px;}
.atIco13{background-position:0 -400px;}
.atIco13:hover{background-position: 0 -450px;}
.atIco14{background-position:-50px -400px;}
.atIco14:hover{background-position: -50px -450px;}
.atIco15{background-position:-100px -400px;}
.atIco15:hover{background-position: -100px -450px;}
.atIco16{background-position:0 -500px;}
.atIco16:hover{background-position: 0 -550px;}
.atIco17{background-position:-50px -500px;}
.atIco17:hover{background-position: -50px -550px;}
.atIco18{background-position:-100px -500px;}
.atIco18:hover{background-position: -100px -550px;}
.atIco19{background-position:0 -600px;}
.atIco19:hover{background-position: 0 -650px;}
.atIco20{background-position:-50px -600px;}
.atIco20:hover{background-position: -50px -650px;}
.atIco21{background-position:-100px -600px;}
.atIco21:hover{background-position: -100px -650px;}
.atIco22{background-position:0 -700px;}
.atIco22:hover{background-position: 0 -750px;}
.atIco23{background-position:-50px -700px;}
.atIco23:hover{background-position: -50px -750px;}
.atIcoNincs{background-position:-100px -700px;}
.atIcoNincs:hover{background-position: -100px -750px;}

.atIco span{
	display:block;	
	font-size:10px;
	font-weight:bold;
	line-height:100%;
	margin:6px 3px!important;
	text-align:center;
}

/* *********** */
.adattarkereso{
	width:100%;
	border:1px solid #edda74;
	border-radius:10px;
	margin:0 auto 8px auto;
}

.adattarkereso table{
	width:100%;
	border:0;
	border-spacing:0;
}
.adattarkereso table td{
	padding:5px;
}



.videoContainer,
.imageContainer{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	z-index:0;
	position:relative;
	margin:0 2px 2px 0;
}

.cegkepContainer{
display:inline-block;
*display: inline;
zoom: 1;
z-index:1;
position:relative;
}


/* ********************************* */
.ttSelHead{
	/* border-radius:8px; */
	background-color:#c7ac5a;
	color:#fff;
	padding:3px 30px 3px 10px;
	text-align:center;
	
	background-image:url(../img/arr.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	/*
	ie7 8
	*/
	background-position-x:95% ;
	background-position-y:center;
	
	cursor:pointer;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #947c32 inset;

	font-size:16px;	
}

.ttSelHead:hover{
	background-color:#369;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 3px #147 inset;		
}

.ttSelBody{
	position:absolute;
	left: 0;
	top: 100%;
	display:none;
	background-color:#fff; /*dcedef */
 	color:#000;
	padding:5px 2px 5px 5px;
	margin:0px auto 0 auto;
	border:2px solid #c7ac5a;
	border-radius:8px;
	max-height:300px;
	overflow-y:auto;	
	overflow-x:hidden;
	white-space: nowrap;
}

.ttSelBody ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	position: relative;
	/* IE*/
	zoom: 1;
}

.ttSelBody ul li a{
	color: inherit;
	display:block;
	padding:2px 4px;
	border-radius:4px;
	margin-bottom:1px;
	text-decoration:none;
}

.ttSelBody ul li:nth-child(even) a{
	background-color: #f8f0d9;
}

.ttSelBody ul li.active a{
	background-color:#c00;
	color:#fff;
}

.ttSelBody ul li a:hover{
	background-color:#00aeef;
	color:#fff!important;
	text-decoration:none;
}

/* ***************************** */
table.tabboxlist {
	width:100%;
	border-collapse: collapse;
}
table.tabboxlist td{
	vertical-align:top;
	padding:5px 10px 5px 10px;
	width:50%;
	color:#006dad; /*  #caa201*/
	border-radius:0 6px 6px 0;	
	font-size:15px;
}
table.tabboxlist tr td:first-child {
	border-right: 1px solid #76b2dd;
	border-radius:6px 0 0 6px;		
}
table.tabboxlist td:hover{
	background-color:#eef3fa;
	cursor:pointer;
}
table.tabboxlist td img {
	float:left;
	margin:0 6px 2px 0;
	max-width:50px;
	border:1px solid  #76b2dd;
	border-radius:4px;
}
table.tabboxlist td div {
	clear:both;
	font-size:13px !important;
	text-align:justify;
	color:#000;
}
table.tabboxlist td div &gt; span.tovabb {
    color:#006dad;
	white-space:nowrap;	
}

/* ////////////////////////////////////////////////// */

div.hcontainer{
	width:600px;
	margin:0 auto;			
}

div.hcontainer h1.hcim{
	margin-bottom:2px;	
	color:#4b94c4;
	cursor:pointer;
	/*
	padding:5px 5px 5px 30px;
	*/
	padding:5px;
	
	border:1px solid #ccc;
	border-radius:3px;
	/*
	background:#f7f7f7 url(../img/harrow.png) no-repeat 5px 3px;
	*/
	box-shadow: 1px 1px 11px 0px #ccc inset;	
	font-size:12px;
}

div.hcontainer h1.hcim:hover{
	background-color:#fef9e2 !important;
	box-shadow: 1px 1px 11px 1px #e1ddc8 inset !important;	
}

div.hcontainer h1.hactive,
div.hcontainer h1.hactive:hover{
	color:#d17405;
	border:1px solid #9cf;
	/*
	background:#fef9e2 url(../img/harrow.png) no-repeat 5px bottom;
	*/
	box-shadow: 1px 1px 11px 1px #e1ddc8 inset !important;		
}




div.hcontainer h1.hcim:before { 
	display: inline-block;
	content:" ";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #ef8c08;
	margin: -4px 10px -2px 10px;
}



div.hcontainer h1.hcim.hactive:before,
div.hcontainer h1.hcim.hactive:hover:before { 
	display: inline-block;
	content:" ";
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #ef8c08;
	margin: 0px 10px -8px 10px;

}

div.hcontainer div.hcontent{
	display:none;
}

/*div.hcontainer div.hcontent .helrejt{*/
div.hcontainer a.helrejt{

	display:block;
	text-align:center;
	width:50px;
	margin:0 20px 8px auto;
	padding:1px 3px;
	font-size:11px;
	color:#fff;
	background-color:#c7ac5a;
	border-radius:4px;
	text-decoration:none;
}

div.hcontainer a.helrejt:hover{
	background-color:#056dac;
}

div.hcontainer  a.helrejt span{
	font-size:18px;
	font-weight:bold;
}

/* ************** */
table.videok_tabla{    
	table-layout:fixed;
	width:580px !important;
	margin:0 auto;
	border-spacing:0;
}
table.vidTabla td{
	text-align:center;
	vertical-align:top;
}

table.vidTabla td.clickedCell{
background-color: #e9debb;
border-bottom:5px solid #f00;
}

table.vidTabla tr.insertedRow td{
	background-color: #000;	
	color:#fff;
}

table.vidTabla #closeVideo{
	height:26px;
	margin-right:5px;
	background: url(../img/popdivclose.png) no-repeat center right;	
	cursor: pointer;	
}

.vidKisKepContainer{
	width:128px;
	position:relative;
	margin:0 auto;
	padding:0;

}

.vidKisKepPlay{
	position:absolute;
	top:25px;
	left:50px;
	width:40px;
	height:40px;
	background: transparent url('../img/play.png') no-repeat center center;
	opacity:0.6;
}

.vidKisKep{
	width:120px;
	height:90px;
	border:4px double #c93;
	margin:0;
	padding:0; 
	background: url(../img/video.png) no-repeat 0 0;
	border-radius:8px;
}

.vonal_gold{
	line-height:0;
	height:1px;
	background-color:#c7ac5a;
	margin:5px 0;
}

	
#m_bejel{
	position:absolute;
	right:0;
	top:0;
	width:230px;
	height:auto;
	background: #cdf url('../img/m_log.png') no-repeat 2px top;
	border-radius:6px;
	padding:2px 2px 2px 36px;
	color:#144698;
	text-decoration:none;
	font-size:15px;
	line-height:20px;		
	cursor:pointer;	
	z-index:999;	
}
#m_bejel:hover{
	background:#edf5f6 url('../img/m_log.png') no-repeat 2px -22px;	
	background:#edf5f6 url('../img/m_log.png') no-repeat 2px -22px;
	color:#e6007c;
}
#m_bejel span.username{
	color:#e6007c;
	font-weight:bold;
	background-color:#fff;
	background-color:rgba(255,255,255,0.75);
	padding:2px 6px;
	border-radius:4px;
	font-size:15px;
	line-height:15px;		
	font-weight:bold;
}
#m_bejel &gt; #m_bejel_content{
	display:none;
	background-color:#fff;
	background:rgba(255,255,255,0.75);	
}
#m_bejel &gt; #m_bejel_content.be{
	width:480px;
	height:275px;
	border:0 none;
	overflow:hidden;
	margin-left:-250px;
	margin-bottom:-8px;
}

/* *********** */
.hideShowLink{
	display:inline-block;
	*display:inline;
	*zoom:1;		
	background-color:#bead82; 
	color:#fff!important;
	border-radius:4px;
	padding:2px 6px;
	margin-bottom:8px;
}

.hideShowLink::after { 
    content: " ▼";
}

.hideShowLink:hover{
	color:#fff!important;
	background-color:#be5602;
 	text-decoration:none;
	cursor:pointer;		
}

.hideShowDiv{
	display:none;
	clear:both;
}

.hideShowCloseButton{
	display:block;
	text-align:center;
	font-size:12px;
	width:70px;
	margin:0 0 0 auto;
	background-color: #bead82;
	color:#fff !important;
	padding:1px 2px;
	border-radius:4px;
}


.hideShowCloseButton:hover{
	background-color:#be5602;
	text-decoration: none;
	color:#fff !important;	
}

.hideShowCloseButton span{
	vertical-align:middle;
	text-decoration: none;	
}


/* ************* */
.g-plusone_{
	width:32px;
	height:20px;
	background: url(../img/ico/gplus.png) no-repeat left top;
	margin-right:5px;
	vertical-align:middle;
	cursor:pointer;
	transition: 0.5s;
}
.g-plusone_:hover{
	background: url(../img/ico/gplus.png) no-repeat left bottom;
}

.fb-share-button_{
	width:84px;
	height:20px;
	background: url(../img/ico/fbshare.png) no-repeat left top;
	/*	*/
	vertical-align:middle;

	cursor:pointer;
	transition: 0.5s;	
}
.fb-share-button_:hover{
	background: url(../img/ico/fbshare.png) no-repeat left bottom;
}

/* ********** */
.loadtime{
	font-size:12px;
	color:#888;
	text-align:center;
	
}

/* ********** */
ul.oldalterkep{
	max-width:400px;
	margin:0 auto;	
}

ul.oldalterkep ul  li{
		margin-left:40px;
		padding:0!important;
	
}
ul.oldalterkep li a{
	display:block;
	padding:5px;
}
ul.oldalterkep  li a:hover{
	background-color:#c7ac5a;
	color:#fff!important;
}

/* ************* */
/*
#randomkeptarak_container{
	position:relative;
	padding:0;
	margin:0 0 10px 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	padding:10px 0!important;
	background-color:#fff;	
	border-top:4px solid #c7ac5a;
	border-bottom:4px solid #c7ac5a;

	height:220px!important;
}

#randomkeptarak{
	position:relative;	
	overflow:hidden;
	height:193px!important;
	margin:0;
	padding:0;	
}
#randomkeptarak ul{
	margin:0;
	padding:0;
}
#randomkeptarak ul li{
	display: inline-block;
	list-style-type:none;
	padding-right:20px;
	margin:0;
	width:164px !important;
	font-size:11px;
	line-height:13px !important;
	text-align:center;
	float:left;
	cursor:pointer;	
}

#randomkeptarak ul li img{
	border:0 none;
	width:150px;
	height:auto;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

#randomkeptarak ul li a{
	color:#006dad!important;
}
#randomkeptarak ul li a:hover{
	color:#f00!important;
}
*/


/* tt_HSCROLL *********************************************** */
.keptarkepek_container{
	position:relative;
	padding:0;
	margin:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color:#fff;	
	height:205px!important;
}

#keptarkepek{
	position:relative;	
	overflow:hidden;
	height:193px!important;
	margin:0;
	padding:0;	
}

#keptarkepek ul{
	margin:0;
	padding:0;
}

#keptarkepek ul li{
	display: inline-block;
	list-style-type:none;
	padding-right:20px;
	margin:0;
	width:164px !important;
	font-size:11px;
	line-height:13px !important;
	text-align:center;
	float:left;
	cursor:pointer;	
}

#keptarkepek ul li a{
	color:#006dad!important;
	text-decoration:none;
}
#keptarkepek ul li a:hover{
	color:#f00!important;
}

#keptarkepek ul li img{
	border:0 none;
	width:150px;
	height:auto;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

.tt_hscrollContainer .leftBtn{
	display:none;
	visibility:visible;
	position:absolute;
	width:30px;
	height:150px;
	left:6px !important;
	top:6px !important;
	opacity:0.6;
	z-index:999999;
	background:#006dad url(../img/larr.png) no-repeat center center;
	cursor:pointer;
	border-radius: 5px 0 0 5px;	
}

.tt_hscrollContainer .rightBtn{
	display:none;
	visibility:visible;	
	position:absolute;
	width:30px;
	height:150px;
	right:6px !important;
	top:6px !important;
	opacity:0.6;
	z-index:999999;
	background:#006dad url(../img/rarr.png) no-repeat center center;
	cursor:pointer;
	border-radius: 0 5px 5px 0;
}

/* //////////////////////////////////////////////////// */

.columns
{   
    /*
	-moz-column-width: 11.5em;
    -webkit-column-width: 11.5em;
    column-width: 11.5em;
	*/

    column-width: 13em;	
	
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}

hr.divider {
	border:0 none;
    background:url(../img/divider2.png) no-repeat center center;
    height:38px;
}

a.button{
	user-select: none;
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;	
    background-color: #95b9e2!important;	
}	
a.button:hover {
    color: #fff!important;
    background-color: #2196F3!important;
	box-shadow:0px 4px 12px 3px #999;  
}

/* *********************** */
div.jscroll-inner,
div.jscroll-added{
	
	width:100%!important;
	margin:0!important;
	padding:0!important;
	
}

ul.keptarBlokk {
	list-style-type: none;
	width:100!important;
	padding:0!important;
	margin:0!important;
	text-align:center;	
}

ul.keptarBlokk li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0;
	margin:0px 22px 20px 0px;	
}

ul.keptarBlokk li:nth-child(4n){
	margin-right:0;
}

ul.keptarBlokk li img.keptarKiskep{
	width:164px;
	height:164px;
}



/* *********************************** */
div.mozaik{
	display:table;
	text-align:center;
	margin:8px auto;
	line-height: 0;
}
.enaplo{
	width:94px;
	height:88px;
	border:0 none;
	margin:0 3px 0 0;
	vertical-align:middle;
	cursor:pointer;
}
.email{
	width:85px;
	height:88px;
	border:0 none;
	margin:0;
	vertical-align:middle;	
}
.face{
	width:78px;
	height:88px;
	border:0 none;
	margin:3px 3px 0 0;
	vertical-align:middle;
}
.galeria{
	width:101px;
	height:88px;
	border:0 none;
	margin:3px 0 0 0;
	vertical-align:middle;	
}

/* ************************************** */
.eredmenyDiv{
	padding:10px;
	margin-bottom:20px;
	border:1px solid #dbe3aa;
}
.eredmenyDiv1{
	padding:10px 10px 10px 40px;
	margin-bottom:20px;
	border-width:1px 1px 1px 0;
	border-style: solid;
	border-color: #d4a017;
	background: linear-gradient(to right, rgba(212,160,23,0.85), transparent 30px ) no-repeat border-box;
}
.eredmenyDiv2{
	padding:10px 10px 10px 40px;
	margin-bottom:20px;
	border-width:1px 1px 1px 0;
	border-style: solid;
	border-color: #999;	
	background: linear-gradient(to right, rgba(159,159,159,0.85), transparent 30px ) no-repeat border-box;
}
.eredmenyDiv3{
	padding:10px 10px 10px 40px;
	margin-bottom:20px;
	border-width:1px 1px 1px 0;
	border-style: solid;
	border-color: #c8a47f;		
	background: linear-gradient(to right, rgba(200,164,127,0.85), transparent 30px ) no-repeat border-box;
}

.eredmeny1{
	color:#d4a017!important;
}
.eredmeny1:after{
	vertical-align:-50%;
	content:url('../img/eredmeny1.png');
}

.eredmeny2{
	color:#888!important;
}
.eredmeny2:after{
	vertical-align:-50%;	
	content:url('../img/eredmeny2.png');
}
 
.eredmeny3{
	color:#935f22!important;
}
.eredmeny3:after{
	vertical-align:-50%;
	content:url('../img/eredmeny3.png');
}

/* *********************************** */
#hiba{
	box-sizing:border-box;
	padding: 4px;
	margin:4px 0;
	color: #fff;
	background: #f00;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:2;
}

#hiba a:link,
#hiba a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

#hiba a:active,
#hiba a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #f00;
	background: #fff;
	text-decoration: underline overline;
}

#hiba:after{
    content: " ";	
    position: absolute;
    border: 10px solid transparent;
	border-top-color: #f00;	
    height: 0;
    width: 0;	
    left: 15%;
    top: 100%;	
    margin-left: -10px;
}

/* //////////////////////////////////////////////////////////// */
/* Navigation Styles */

nav {
	font-size:90%;
}

nav a{
	color:#fff!important;
}

nav ul {
  font-size: 0;	
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
  
background: #83b05d; /* 83b05d; */ 

  margin:2px 2px 0 0!important; 
}

nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 4px 6px;
  

  
  transition: 0.3s linear;

  
}

nav ul li:hover { background: #5a9046; }

nav ul li ul {
  /*
  border-bottom: 5px solid #666;
  */
  display: none;
  position: absolute;
  width: 250px;
  z-index:2;
}

nav ul li ul li {
	
background: #5a9046;	
	
	
  border-top: 1px solid #fff;
  display: block;
}

nav ul li ul li:first-child { border-top: none; }

nav ul li ul li a {
  /*
  background: #83b05d;
  */
  display: block;
  padding: 4px 6px;
}

nav ul li ul li a:hover { background: #385f2d; }

nav .fa.fa-angle-down { margin-left: 6px; }</pre></body></html>