*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	border:none;
}
body{
	/* background: #ADCE93;   nyari??? */
	/* background: #9EBDDA; teli??? */
	/* background: #CBD499; tavaszi??? */

/*	background: #A9D0E8; teli*/
    background: #CAD87D;
	text-align:center;
}
table, tr, td {
	border-collapse:collapse;
	vertical-align:top;
}

form{
	display:inline;
}
img{
	border: none;
}
#borderdiv{
	background:#FFFFFF none repeat scroll 0 0 ;
	border:7px solid #006924;
	font-weight:normal;
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 914px;;
}
#page{
	width: 540px;
	/*border: 1px dashed #F90;*/
	border: none;
	padding: 10px;

}
.whitelink{
	text-decpration: none;
	color: #FFF;
	font-weight: bold;
}
.whitelink:hover{
	color: #F60;
}
.oldalcim{
    font-size: 16px;
    font-weight: bold;
	text-decoration: underline;
}
.oldalalcim{
    font-size: 14px;
    font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.itembox{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #F60;
}
.box{
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.box a{
	text-decoration: none;
	color:#F00; 
	font-weight:bold;
}
.box a:hover{
	text-decoration: none;
	color:#999; 
	font-weight:bold;
}
.dobozcim{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.dobozcim:hover{
	text-decoration: underline;
}
.helyseglista{
	color: #000; 
	font-weight: bold; 
	font-size: 14px; 
	height: 30px; 
	width: 150px; 
	display: table-cell;
	text-decoration: none;
	
}
.helyseglista:hover{
	text-decoration: underline;
}
#opaque{
	position: absolute;
	top: 0px;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#popupcontainer{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
}
#popupheader{
	text-align: right;
	border-bottom: 2px solid #666;
}
#popupcontent{
	text-align: left;
	padding: 10px;
}
#popup{
	margin: 100px auto;
	border: 1px solid #CCC;
	width: 500px;
/*	height: 500px;*/
	background-color: #FFF;
}

