/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* PAGE STYLE*/

body{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-style : normal;
font-size : 14px;
color: #000000;
} 


  .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #f5f5f5;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: Arial, sans-serif;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #D9D9D9;
  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #2F5BB7;
    background-color: #357AE8;
    background-image: none;
    filter: none;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #CCCCCC;
    border-bottom-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #CCCCCC;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #0D5BDD;
    font-size: 18px;

  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #6daef6;
    font-size: 18px;

  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #1155CC;
    font-size: 18px;

  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #0D4299;
    font-size: 18px;

  }
  .gsc-cursor-page {
    color: #0D5BDD;
    font-size: 24px;

  }
  a.gsc-trailing-more-results:link {
    color: #0D5BDD;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet,
  .gs-fileFormatType {
    color: #555555;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #888888;
    font-size:10px;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #888888;
    font-size:10px;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: block;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #0D5BDD;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #6daef6;
  }
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #F6F6F6;
    background-color: #F6F6F6;
  }
  .gsc-completion-title {
    color: #0D5BDD;
  }
  .gsc-completion-snippet {
    color: #555555;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0D4299;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0D4299;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0D4299;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0D4299;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #333333;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #009933;
  }

#page{
clear:both;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
width:830px;
background-color: #fff;
}

#fejlec{
width:800px;
background-color: #FFFFFF;
}

#logok{
float:left;
}

#search_items{
float:left;
}

#logo{
margin-left:20px;
margin-right:20px;
}

#homepagelink{
margin-left:50px;
text-decoration:underline;
} 
 
#homepagelink:hover{
margin-left:50px;
text-decoration:none;
} 

.mainlink{
margin-left:75px;
text-decoration:underline;
}

.mainlink:hover{
margin-left:75px;
text-decoration:none;
}

.mainlink_red{
margin-left:75px;
text-decoration:underline;
color:#FF0000;
font-weight:bold;
}

.mainlink_red:hover{
margin-left:75px;
text-decoration:none;
color:#FFAAAA;
font-weight:bold;
}


.morelink_red{
text-decoration:underline;
color:#FF0000;
font-weight:solid;
}

.morelink_red:hover{
text-decoration:none;
color:#FFAAAA;
font-weight:solid;
}

#navilinkek{
clear:both;
margin-left:15px;
width:780px;
}

#content{
clear:both;
padding-top:15px;
margin-left:20px;
width:780px;
}

#left_column{
float: left;
display: block;
overflow: hidden;
width: 380px;
background: #ffffff;
}

#empty_column{
float: left;
width: 20px;
background: #ffffff;
display: block;
overflow: hidden;
}

#right_column{
float: left;
display: block;
overflow: hidden;
width: 380px;
background: #FFFFFF;
}

#footer{
	padding-left:60px;
	clear:both;
	width:100%;
	height:120px;
	background-color: #eee;
}


.kepes_doboz{
border-bottom-width:3px; 
border-style:solid;
border-color:#E8F0FD;
width: 380px;
height: 290px;
background:#F5F5F5;
margin-top:0px;
margin-bottom:15px;
color: #000000;
font-family: arial;
font-size: 18px;
font-weight: solid;
padding-left:10px;
padding-right:8px;
padding-top:10px;
}

img.hirkep{
margin-bottom:10px;
}

img.hirkep:hover{
opacity:0.4;
margin-bottom:10px;
}

.rovatcim{
font-size: 24px;
font-family: arial;
font-weight: bold;
text-decoration:none;
margin-left:180px;
margin-right:100px;
}

.hircim{
font-size: 18px;
font-family: arial;
font-weight: bold;
text-decoration:none;
}

.hircim:hover{
font-size: 18px;
font-family: arial;
font-weight: bold;
text-decoration:underline;
}

.hirszoveg{
font-size: 11px;
font-family: arial;
font-weight: solid;
text-decoration:none;
position:relative;
top:-6px;
}

.category{
margin-top:10px;
padding-left: 5px;
padding-top: 2px;
height: 28px;
width: 380px;
background: #E8F0FD;
color: #000000;
font-size:18px;
font-family: arial;
font-weight: solid;
}

.category_box{
margin-top:0px;
margin-bottom:8px;
padding-left: 0px;
color: #000000;
font-size: 18px;
font-family: arial;
font-weight: solid;
}

.category_video{
margin-top:0px;
margin-bottom:0px;
padding-left: 5px;
padding-top: 2px;
height: 28px;
width: 380px;
background: #E8F0FD;
color: #000000;
font-size: 18px;
font-family: arial;
font-weight: solid;
}

.myfavorite_input{
width: 250px;
height: 30px;
background:#FFFFFF;
color: #333333;
font-family: arial;
font-size: 17px;
font-weight: bold;
margin-bottom:5px;
margin-top:5px;
}

.icons{
padding-left: 5px;
height: 100px;
width: 360px;
background: #ffffff;
color: #000000;
font-family: arial;
font-weight: solid;
}

.icons_news{
padding-left: 5px;
height: 100px;
width: 380px;
background: #E8F0FD;
color: #000000;
font-family: arial;
font-weight: solid;
}

.newspagenext{
margin-left:100px;
font-weight:bold;
}

.icon_news{
margin: 0 auto;
text-align: center;

float: left;
display: block; 

overflow: hidden; 
padding-left: 0px;
padding-top: 3px;
height: 90px;
width: 90px;
background: #E8F0FD;
color: #000000;
font-family: arial;
font-weight: solid;
}

.icon_news:hover{
margin: 0 auto;
text-align: center;

opacity:0.4;
float: left;
display: block; 

overflow: hidden; 
padding-left: 0px;
padding-top: 3px;
height: 90px;
width: 90px;
background: #E8F0FD;
color: #000000;
font-family: arial;
font-weight: solid;
}

.icon{
float: left;
display: block; 
margin: 0 auto;
text-align: center;
overflow: hidden; 
padding-left: 0px;
padding-top: 3px;
padding-right: 5px;
height: 90px;
width: 85px;
background: #ffffff;
color: #000000;
font-family: arial;
font-weight: solid;
}

.icon:hover{
opacity:0.4;
float: left;
display: block; 

overflow: hidden; 
padding-left: 0px;
padding-top: 3px;
padding-right: 5px;
height: 90px;
width: 85px;
background: #ffffff;
color: #000000;
font-family: arial;
font-weight: solid;
}

.link{
padding-left:0px;
color:#000000;
text-decoration:none; 
}

.link:hover{
padding-left:0px;
color:#444444;
text-decoration:underline; 
}

.frisshirek{
margin-top:0px;
margin-bottom:15px;
width: 360px;
background:#F5F5F5;
color: #000000;
font-family: arial;
font-size: 15px;
font-weight: solid;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

.kepes_doboz_new_corona{
border-bottom-width:3px; 
border-style:solid;
border-color:#E8F0FD;
width: 372px;
background:#E8F0FD;
margin-top:0px;
margin-bottom:15px;
color: #000000;
font-weight: solid;
padding-left:8px;
padding-top:10px;
padding-bottom:5px;
line-height: 1.4em;
overflow:hidden;
font-size: 14px;
}

.frissidojaras{
margin-top:0px;
margin-bottom:15px;
width: 360px;
background:#E8F0FD;
color: #000000;
font-family: arial;
font-size: 15px;
font-weight: solid;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}


H1{
font-family: arial;
font-size: 18px;
font-weight: solid;
}

a{
padding-left:0px;
color:#000000;
text-decoration:none;
font-family:arial;
font-size: 15px;
font-weight: solid;
}

a:hover{
padding-left:0px;
color:#444444;
text-decoration:underline;
font-family:arial;
font-size: 15px;
font-weight: solid; 
}


.microtipo{
padding-left:0px;
color:#000000;
text-decoration:none;
font-family:arial;
font-size: 11px;
font-weight: solid;
}

.microtipo:hover{
padding-left:0px;
color:#444444;
text-decoration:underline;
font-family:arial;
font-size: 11px;
font-weight: solid; 
}

.hirsiteok{
margin-top:0px;
width: 380px;
background:#E8F0FD;
color: #000000;
font-family: arial;
font-size: 15px;
font-weight: solid;
padding-left:5px;
padding-top:10px
}

.valutatabla{
border: 1px;
}

.valutabank{
width: 120px;
font-size:13px;
}

.valutaeladas{
width: 80px;
font-size:13px;
}


.lottotipus{
width:160px;
}

.szamologep_gomb {
	width: 30px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom: 4px;
	margin-left: 4px;
}
.szamologep_gomb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.szamologep_gomb:active {
	position:relative;
	top:1px;
}

.szamologep_mezo{
width: 200px;
height: 30px;
background:#F5F5F5;
color: #333333;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding-left:10px;
padding-top:10px
margin-top: 4px;
}

.juno_button{
margin-left:100px;
margin-bottom:10px;
font-family:arial;
border:0px;
display:inline-block;
background-color:#ff3366;
color:white;
background:#ff3366;
padding:12px 30px;
border-radius:3px;
text-decoration:none;
font-weight:bold;
min-width:80px;

    }
    
.juno_button:hover{
margin-left:100px;
margin-bottom:10px;
font-family:arial;
border:0px;
display:inline-block;
background-color:#ff5588;
color:white;
background:#ff5588;
padding:12px 30px;
border-radius:3px;
text-decoration:none;
font-weight:bold;
min-width:80px;
-webkit-box-shadow: 2px 3px 3px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 3px 3px rgba(50, 50, 50, 0.23);
box-shadow:         2px 3px 3px rgba(50, 50, 50, 0.23)

    }
	
	
#chrome-install-button{
margin-left:80px;
font-family:arial;
border:0px;
display:inline-block;
margin-right:10px;
background-color:#ff3366;
color:white;
background:#ff3366;
padding:12px 30px;
border-radius:3px;
text-decoration:none;
font-weight:bold

    }
    
#chrome-install-button:hover{
margin-left:80px;
font-family:arial;
border:0px;
display:inline-block;
margin-right:10px;
background-color:#ff5588;
color:white;
background:#ff5588;
padding:12px 30px;
border-radius:3px;
text-decoration:none;
font-weight:bold;
-webkit-box-shadow: 2px 3px 3px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    2px 3px 3px rgba(50, 50, 50, 0.23);
box-shadow:         2px 3px 3px rgba(50, 50, 50, 0.23)

    }



.dictword{
width: 320px;
height: 30px;
background:#FFFFFF;
color: #333333;
font-family: arial;
font-size: 17px;
font-weight: bold;
margin-left:20px;
margin-bottom:10px;
}

.dictselect{
width: 150px;
height: 30px;
background:#FFFFFF;
color: #333333;
font-family: arial;
font-size: 17px;
font-weight: bold;
margin-left:20px;
margin-bottom:10px;
}

.dictsubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:10px;
}

.dictsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.dictsubmit:active {
	position:relative;
	top:1px;
}

.dictmehet{
margin-left:120px;
margin-bottom:10px;
}

.hirsor{
width:360px;
}

.recommend_block{
clear:both;
width:350px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.recword{
width: 348px;
height: 30px;
background:#FFFFFF;
color: #333333;
font-family: arial;
font-size: 17px;
font-weight: bold;
margin-bottom:5px;
}

.recsubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:10px;
	margin-left:80px;
	margin-top:20px;
}

.gorgetos{
width : 380px; 
height : 500px; 
overflow : auto;
}

#felso_navi{
position:relative;
top:-15px;
margin-left:160px;
}

#felso_navi_ff{
position:relative;
top:0px;
margin-left:160px;
}

img.gomb_fent{
width:90px;
height:50px;
}

img.gomb_fent:hover{
opacity:0.4;
width:90px;
height:50px;
}

#set_lakhely{
width: 200px;
height: 24px;
background:#FFFFFF;
color: #333333;
font-family: arial;
font-size: 15px;
font-weight: bold;
margin-left:5px;
margin-bottom:5px;
}

.lakhely_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:10px;
	margin-left:5px;

}

.lakhely_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.ownlink{
padding-left:0px;
color:#000000;
text-decoration:underline;
font-family:arial;
font-size: 15px;
font-weight: bold;
}

.ownlink:hover{
padding-left:0px;
color:#000000;
text-decoration:none;
font-family:arial;
font-size: 15px;
font-weight: bold;
}

