<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* KĂZĂS a tiny editorokkal */

/* ************* */
h1,h2,h3,h4,h5,h6,p,form{
    margin:0;
    padding:0;
}

h1{
    font-size:1.4em;
}

h2{
    font-size:1.2em;
}

h3{
    font-size:1em;
}

h4,h5,h6{
    font-size:0.9em;
}

button{
    font-size:13px;
    font-weight: normal;
}

iframe,
object{
	z-index:0!important;
}

h1.cim{
    font-size:1.4em;
    color: #006dad; /* 0175ac */
    margin-top:6px;
    margin-bottom:6px;
    text-shadow: 1px 1px 1px #000; 
    letter-spacing:1px;
}

h2.cim{
    font-size:1.2em;
    color: #006dad;
    margin-top:5px;
    margin-bottom:5px;
    text-shadow: 1px 1px 1px #000;
}

h3.cim{
    font-size:1em;
    font-weight: bold;
    color: #006dad;
    margin-top:5px;
    margin-bottom:5px;
    text-shadow: 1px 1px 1px #000;
}

h1.alcim,
h2.alcim,
h3.alcim{
	color:#ff6600;
}

h1.alcim{
	font-size:1.4em;
    margin-top:0;
    margin-bottom:0;
	padding:0;	
}
h2.alcim{
	font-size:1.2em;
    margin-top:0;
    margin-bottom:0;
	padding:0;		
}
h3.alcim{
	font-size:1em;
    margin-top:0;
    margin-bottom:0;
	padding:0;		
}




ul,ol{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:40px;
}

/*
ul.kepmelle,
ol.kepmelle{
	overflow: hidden;
}
*/

ul.kepmelle,
ol.kepmelle{
    /*
	list-style: outside disc;
	*/
	overflow: hidden;
    margin-left: 1.5em;
}
ul.kepmelle li,
ol.kepmelle li {
    position: relative;
    left: 2em;
    padding-right: 2em;    
}â



/* override user-agent style */
a{
	text-decoration: none !important;
}

a:link, a:visited{
	color: #00f;
	/**/
	text-decoration: none !important;
	
}

a:active, a:hover{
	color: #f00;
	/**/
	text-decoration:none !important;
	
}

.clear_both{clear:both;}

.shadow{
	box-shadow: 4px 4px 4px #959595; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#636363')"; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#636363');
}

video,
.kshadow{
	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;
}

.textShadow{
    text-shadow: 1px 1px 1px #000;  
}

/* ********** */
.ures1 {height:1px; line-height: 1px; content: ""; display:block; margin:0; }
.ures2 {height:2px; line-height: 2px; content: ""; display:block; margin:0;}
.ures4 {height:4px; line-height: 4px; content: ""; display:block; margin:0;}
.ures8 {height:8px; line-height: 8px; content: ""; display:block; margin:0;}

/* ********* */
ul.lnk {
	margin:0!important;
	list-style-type: none;
	margin:5px 0 5px 0px;
	padding:0 0 0 20px;
	line-height:140%;
	display:inline-block;	
	color: #006dad;
}

ul.lnk li:before {
    content: "â¤ ";  /* â&nbsp;    â¤ â˘ âľ â˛ â â­ */
    color: #006dad;
    font-size: 14px;
}
ul.lnk li:hover:before{
    color: #f00;
}

ul.lnk li,
ul.lnk li a {
	margin: 0 -3px;
	text-decoration: none;
	border-radius:4px;
}

ul.lnk li a {
	color:#006dad;	
	padding:2px 4px;
	display:inline-block;
	cursor: pointer !important;
}
ul.lnk li a:hover {
	color:#fff !important;
	background-color:#006dad;	
	text-decoration: none;
}

ul.lnk li a:active {
	color:#fff;
	background-color:#f00;	
	text-decoration: none;
}

/* ************** */
a.link_pdf, a.link_doc, a.link_docx, a.link_rtf, a.link_xls, a.link_xlsx, a.link_txt, a.link_zip, a.link_internet, a.link_mp3 {
	padding: 8px 4px 0 22px;
	line-height: 200%;
	text-decoration:none;
}
a.link_pdf:hover, a.link_doc:hover, a.link_docx:hover, a.link_rtf:hover, a.link_xls:hover, a.link_xlsx:hover, a.link_txt:hover, a.link_zip:hover, a.link_internet:hover, a.link_mp3:hover {
	padding: 8px 4px 0 22px;
	line-height: 200%;
	text-decoration:none;
	color:#f00;
}

a.link_pdf{
	background: url(../img/ico/pdf.png) left 90% no-repeat;
}
a.link_pdf:hover{
	background: url(../img/ico/pdf_on.png) left 90% no-repeat;
}

a.link_doc,a.link_docx,a.link_rtf{
	background: url(../img/ico/word.png) left 90% no-repeat;
}
a.link_doc:hover,a.link_docx:hover,a.link_rtf:hover{
	background: url(../img/ico/word_on.png) left 90% no-repeat;
}

a.link_xls,a.link_xlsx{
	background: url(../img/ico/xls.png) left 90% no-repeat;
}
a.link_xls:hover,a.link_xlsx:hover{
	background: url(../img/ico/xls_on.png) left 90% no-repeat;
}


a.link_txt{
	background: url(../img/ico/txt.png) left 90% no-repeat;
}
a.link_txt:hover{
	background: url(../img/ico/txt_on.png) left 90% no-repeat;
}

a.link_zip{
	background: url(../img/ico/zip.png) left 90% no-repeat;
}
a.link_zip:hover{
	background: url(../img/ico/zip_on.png) left 90% no-repeat;
}

a.link_internet{
	background: url(../img/ico/internet.png) left 90% no-repeat;
}
a.link_internet:hover{
	background: url(../img/ico/internet_on.png) left 90% no-repeat;
}

a.link_mp3{
	background: url(../img/ico/mp3.png) left 90% no-repeat;
}
a.link_mp3:hover{
	background: url(../img/ico/mp3_on.png) left 90% no-repeat;
}


/* *************************************** */
ul.pdflnk li{
	list-style-image: url('../img/ico/pdf.png');
}
ul.pdflnk li:hover{
	list-style-image: url('../img/ico/pdf_on.png');
}

ul.ziplnk li{
	list-style-image: url('../img/ico/zip.png');
}
ul.ziplnk li:hover{
	list-style-image: url('../img/ico/zip_on.png');
}

ul.wordlnk li{
	list-style-image: url('../img/ico/word.png');
}
ul.wordlnk li:hover{
	list-style-image: url('../img/ico/word_on.png');
}

ul.exellnk li{
	list-style-image: url('../img/ico/xls.png');
}
ul.exellnk li:hover{
	list-style-image: url('../img/ico/xls_on.png');
}

ul.urllnk li{
	list-style-image: url('../img/ico/internet.png');
}
ul.urllnk li:hover{
	list-style-image: url('../img/ico/internet_on.png');
}

ul.pdflnk li.nolnk,
ul.ziplnk li.nolnk,
ul.wordlnk li.nolnk,
ul.exellnk li.nolnk,
ul.urllnk li.nolnk{
	list-style-image:none;
	list-style-type:none;
}

/**/
ul.pdflnk li a,
ul.ziplnk li a,
ul.wordlnk li a,
ul.exellnk li a,
ul.urllnk li a{
	/*
	display:block;
	*/
	padding: 2px 5px;
}



/*
ul.pdflnk li:hover,
ul.pdflnk li a:hover,

ul.ziplnk li:hover,
ul.ziplnk li a:hover,

ul.wordlnk li:hover,
ul.wordlnk li a:hover,

ul.exellnk li:hover,
ul.exellnk li a:hover,

ul.urllnk li:hover,
ul.urllnk li a:hover{
	color:#fff !important;
	background-color:#006dad;
	border-radius:4px;
	
}
*/

ul.pdflnk li a:hover,


ul.ziplnk li a:hover,


ul.wordlnk li a:hover,


ul.exellnk li a:hover,

ul.urllnk li:hover,
ul.urllnk li a:hover{
	color:#fff;
	background-color:#006dad;
	border-radius:4px;
	text-decoration: none;
}


/* ************** */
table.felsorol{
	border-collapse:separate;	
	border-spacing:0;
	height:auto;
	
	border-radius:20px;
	border:1px solid #ccc;	
	overflow:hidden !important;
	color:#000; 
	background:transparent;	
}

table.felsorol th{

	overflow:hidden;
	
	color:#666;
	background-color:#ccc; /* 70a4d8  */
	background-image: none;
	padding:3px;
	margin:0;
	border:0 none;
	border-right:1px solid #fff;	
}

table.felsorol th:last-child{
	border-right:0 none;
}


table.felsorol td{
	/*
	background-color:#fff;	
	*/
	
	vertical-align:top;
	border-color:#fff;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:3px !important;
}
table.felsorol td:last-child{
	border-right:0 none;
}


table.felsorol tr.kiemelt td{
	background-color: #f00 !important;
	color:#fff !important;
}

table.felsorol tr:first-child th:first-child  {border-radius:20px 0 0 0}
table.felsorol tr:first-child th:last-child  {border-radius: 0 20px 0 0 }
table.felsorol tr:last-child th:first-child  {border-radius:0 0 0 20px}
table.felsorol tr:last-child th:last-child  {border-radius: 0 0 20px 0 }

table.felsorol tr:nth-child(even) {background-color: #ffd}
table.felsorol tr:nth-child(odd) {background-color: #fff;}

table.felsorol tr:first-child {background-color: transparent!important}
table.felsorol tr:last-child {background-color: transparent!important}


table.felsorol tr:hover{background-color: #def!important}


/* ************** */
table.felsorol_noborder{
	border-collapse: collapse;
	border-spacing:0;
	overflow:hidden;
	color:#000; 
	background-color:#fff;
	border:0 none;
	border-radius:10px;
}

table.felsorol_noborder th{
	color:#fff;
	background-color:#70a4d8;
	background-image: none;
	padding:3px;
	margin:0;
	border:0 none;
	border-right:1px solid #fff;	
}

table.felsorol_noborder tr:first-child th:first-child{
	border-radius: 10px 0 0 0;
}
table.felsorol_noborder tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
	border-right:0 none;
}

table.felsorol_noborder tr:last-child th:first-child{
	border-radius: 0 0 0 10px;
}
table.felsorol_noborder tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
	border-right:0 none;
}

table.felsorol_noborder td{
	border:0 none;
	padding:3px !important;
}


table.felsorol_noborder tr:nth-child(even) {background-color: #ffd}
table.felsorol_noborder tr:nth-child(odd) {background-color: #fff}
table.felsorol_noborder tr:hover{background-color: #def;}


/* **************** */
span.dropcap{
/*
	display:inline-block;
	*display:inline;
	zoom: 1;
*/
	float: left;
	color: #c7ac5a;
	font-size: 75px;
	line-height: 60px;
	padding:4px 8px 3px 0;
	font-family:"courgette";

	/*
	font-style: italic;	
	font-weight: bold;
	*/
}

/* **************** */
hr {
    display:block;
    height: 0px;
    margin: 0;
    padding: 0;
    color: #def;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #70a4d8;
}

/* ************* */
img.kleft{
	float:left;
	margin:0 12px 7px 0;
	border:0 none;
}

img.kright{
	float:right;
	margin:0 0 7px 12px;
	border:0 none;
}

img.kcenter{
	float:none;
	display:block;
	margin:6px auto;
	border:0 none;
}

.radius10{
	border-radius:10px;
}
.radius5{
	border-radius:5px;
}


.faw{
font-family:fontawesome;
line-height:100%;
padding:2px 5px;
margin:0px 5px 0px 0px;
vertical-align:middle;
}


/* *************************************** */
/**/
ol {
    counter-reset: item;
	margin-left:40px;
}

ol &gt; li {
    counter-increment: item;
}

ol ol &gt; li {
    display: block;
}

ol ol &gt; li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

ol ul{
	
	margin-left:40px;
}



a.aranygomb{
	padding: 8px;
	border-radius: 6px;
	background-color: #ebdd14;
	box-shadow: 1px 1px 10px 3px #947c32 inset;
	text-align: center;	
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

a.aranygomb:hover{
	background-color: #c00;
	box-shadow: 1px 1px 10px 3px #900 inset;

}

.korzet{
	background-color:#c7ac5a;
	color:#fff;
	cursor:pointer;
	text-align:center;
	vertical-align:middle!important;
	box-shadow:0px 0px 10px 3px #947c32 inset;
}
.korzet:hover{
	background-color:#c00;
	box-shadow:0px 0px 10px 3px #600 inset;
}

/* ************** */
div.alairas{
	width: 250px;
	margin: 0 0 0 auto;
	text-align: center;
}
div.alairas p{
	text-align: center!important;
}



/* ************* */
table.ktabla{
	border-collapse:collapse;
	/*
	table-layout:fixed;
	*/
	width:auto;
	height:auto;
}
table.ktabla td.img{
	padding:0 0 5px 0;
	text-align: center;		
}
table.ktabla td.img img{
	margin:0!important;
}
table.ktabla td.caption{
	padding:0 2px;
	font-size:80%!important;
	font-style:italic!important;
	text-align: center!important;
}
table.ktabla.right{
	float:right;
	margin:5px 0 5px 10px;
}
table.ktabla.left{
	float:left;
	margin:5px 10px 5px 0;
}
table.ktabla.center{
	clear:both;	
	margin:8px auto;
}


.utvonalterv-input{
	max-width:400px;
	transition:width 0.4s ease-in-out
}
.utvonalterv-input:focus{width:70%!important}



/*
.utvonalterv-submit{
	padding: 1px 4px;
	color: #607d8b;
}
*/


.w3-blue-grey a:link,.w3-blue-grey a:visited{
	color:#fff !important;
}
.w3-blue-grey a:hover{
	color:#ff0 !important;
}
.w3-blue-grey input[type=submit] {
	padding: 0px 4px !important;
	color: #3e5059 !important; /* 607d8b */
}
.w3-blue-grey input[type=submit]:hover{
	color: #c00 !important; 
}


/* ********************** */
.elevelContainer{
	display:inline-block;
}

.elevelContainer a{
	text-decoration:none!important;	
	
}

a.elevel:hover *{
	color:#f00!important;
	
}

.emailContainer{
display:inline-block;
	position:relative;
	overflow:visible;	
}

.displayedEmail{
	display:inline-block;
	z-index:1;
	overflow:visible!important;	
	position:absolute;
	width:auto;
	height:auto;
	top:-20px;
	left:0px;
	font-size:13px;
	line-height:23px;
	padding:0 5px;
	margin:5px auto;
	border:1px solid #fff !important;
	background-color:#900;
	color:#fff !important;
	border-radius:4px !important;
}

.displayedEmail a{
	color:#fff!important;
	display:block;
	text-decoration:none!important;
	white-space:nowrap;
}	
.displayedEmail a:hover{
	color:#ff6!important;
	text-decoration:none!important;
}

.displayedEmail .emailCim{
display:inline-block;
	float:left;
	text-align:center;
}

.bezarGombContainer{
	display:inline-block;
}

.displayedEmail .bezarGombContainer{
	postion:relative;
	height:40px;
}

.displayedEmail .bezarGombContainer .bezarGomb{
	position:absolute;
	width:23px;
	height:23px;
	right:-18px;
	top:-16px;
	line-height:23px;
	text-align:center;
	border-radius:100%;
	background-color:#900;
}
.displayedEmail .bezarGombContainer .bezarGomb a:hover{
	border-radius:100%;
	text-decoration:none;
	background-color:#f00;
}

.elevelAlfa{
	font-size: 16px;
	color: #0066ff;
	margin:0 2px 0 0!important;
	padding:0!important;
}


/* *************************************** */
ol {
    counter-reset: item;
	margin-left:10px!important;
	padding-left:10px;
}

ol &gt; li {
    counter-increment: item;
}

ol ol {
	margin-left:10px!important;
	padding-left:10px;	
}

ol ol &gt; li {
    display: block;
}

ol ol &gt; li:before {
    content: counters(item, ".") ". ";
    margin-left: -10px!important;
	margin-right: 6px;
	float:left;
}

ol ul{
	margin-left:0!important;
	padding-left:10px!important;
}

.break{

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

input[type=text],
textarea{
	padding:5px;
	border:2px solid #ccc;
	
}


</pre></body></html>