body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	
}
.padding_left_15 {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	color: #006666;
}
h3 {
	font-size: 12px;
	color: #006666;
}
a:link {
	color: #066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
}
.menu_elnevezes {
	color:#066;
	font-weight:bold;
	font-size:14px;
	}
.cim {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.float {
	float: left;
	padding-right: 15px;
}
.gomb {
	background-color: #006666;
	border: 1px solid #006600;
	color: #FFFFFF;
}
.gomb:hover {
	background-color: #009999;
	border: 1px solid #006600;
	color: #FFFFFF;
}
.keret {
	border: 2px solid #E8E8E8;
}
.reg_keret {
	border: 1px solid #006666;
	background-color: #ECF1F4;
	padding-left:10px;
}
.piros {
	color: #FF0000;
}

.input_mezo {
	border: 1px solid #006666;
	padding-right: 5px;
	padding-left: 5px;
}
.float_right {

	float: right;
	padding-right: 15px;
}
#popup_bg {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	height: 100%;
	width: 100%;
	background-color: #036;
	position: fixed;
	top:0px;
	left:0px;
}
#popup {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	background-color: #FFC;
	position: fixed;
	top:50px;
	height: 60px;
	width: 350px;
	z-index: 5;
	border: 5px solid #FFF;
	padding: 2%;
	margin-right: 10%;
	margin-left: 10%;
}
