
.container {
	display: block;
	position: relative;
	padding-left: 35px;
/*	margin-bottom: 12px; */
	margin-bottom: 5px;
	cursor: pointer;
	font-family: arial;
/*	font-size: 22px; */
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eeeeee;
	border-radius: 50%;
}

.container:hover input ~ .checkmark {
	background-color: #cccccc;
}

.container input:checked ~ .checkmark {
	background-color: #d10429;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark:after {
	display: block;
}

.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.if_color {
	color: #006800;
}

.iv_color {
	color: #000080;
}

.keret_bgl {
	background-image: url('bgl.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.keret_bgr {
	background-image: url('bgr.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.keret_nelkul {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
}

.keret_table {
	border: 1px solid white;
	padding: 1px;
	border-spacing: 0px;
	border-width: 1px;
	margin: 0px;
}

.main_table {
	border: 1px solid white;
/*	font-family: times; */
	font-family: arial;
	font-size: 15px;
	color: #202020;
	padding: 1px;
	border-spacing: 0px;
	border-width: 1px;
	margin: 0px;
}

.esemeny_info {
/*	font-family: times; */
	font-family: arial;
	font-size: 22px;
	color: #d10429;
}

.esemeny_cim_info {
/*	font-family: times; */
	font-family: arial;
	font-size: 18px;
	color: #d10429;
}

.szabaly_info {
/*	font-family: times; */
	font-family: arial;
	font-size: 14px;
	color: #202020;
}

.foglal_info {
/*	font-family: times; */
	font-family: arial;
	font-size: 22px;
	color: #f00000;
}

.tajekoztat {
/*	font-family: times; */
	font-family: arial;
/*	font-style: italic; */
/*	font-weight: bold; */
/*	font-size: 18px; */
	font-size: 16px;
/*	color: #202020; */
	color: #f00000;
}

.sz1 {
/*	font-family: times; */
	font-family: arial;
	font-size: 18px;
	color: #202020;
}

.sz2 {
/*	font-family: times; */
	font-family: arial;
	font-size: 16px;
	color: #202020;
}

.start_gomb {
	text-align: center;
/*	font-family: times; */
	font-family: arial;
	font-size: 18px;
	color: #202020;
}

.hibauzenet {
/*	font-family: times; */
	font-family: arial;
	font-size: 22px;
	color: #f00000;
}

.reg_mezo {
/*	background-color: #a0a0ff; */
	background-color: #ffffff;
/*	color: #202020; */
	color: #000000;
/*	font-family: times; */
	font-family: arial;
	font-size: 18px;
}

body {
/*	background-image: url('bg.jpg'); */
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
/*	background-size: 540px 100%; */
}

