body {
    padding:0;
    margin:0;
    font-family: arial;
    font-size:14px;
    color:#444444;
}

a {
    text-decoration: none;
    color:inherit;
}

a:visited {
    text-decoration: none;
    color:inherit;
}

img {
    height:110px;
}

h2 {
    text-align:center;
    font-size:26px;
}

input {
    border:1px solid gray;
    font-size:18px;
    color: inherit;
    margin:0 0 20px 0;
    border-radius:6px;
    text-align:center;
}

select {
    border: none;
    background: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    outline:none;
}

#login input {
    width: 300px;
}

#register input {
    width: 370px;
}

.gdpr {
   font-size:12px;
   text-align: justify;
   margin: 0;
}

.table {
    display:table;
    border-collapse:separate;
    border-spacing:0 10px;
}

.tablerow {
    display:table-row;
    white-space: nowrap;
}

.tablecell {
    display:table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

.nap {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font-weight:bold;
    text-decoration:none;
    font-size:24px;
    border:2px solid #808080;
    margin:15px 0 0 0;
    display:table-caption;
    text-align: center;
    cursor:default;
}

.napbal {
    float:left;
    margin-left:15px;
    display:inline;
}

.napkozep {
    display:inline;
}

.napjobb {
    float:right;
    margin-right:15px;
    display:inline;
}

.ora {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font-weight:bold;
    padding:0 15px 0 15px;
    margin:0 10px 0 0;
    text-decoration:none;
    font-size:24px;
    text-align: center;
    border:2px solid #808080;
    display:table-cell;
    cursor:default
}

.bal {
    display:inline-block;
    margin:0 0 0 0;
    /*text-align:right;*/
}

.jobb {
    display:inline-block;
    text-align:left;    
}

.con {
    font-family:arial;
    font-weight:bold;
    padding:6px 14px;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    line-height: 100%;
}

p {
    margin:0;
    padding:0;
}

p.foglalhat {
    margin-bottom: 20px;
}
p.nemfoglalhat {
    margin-bottom: 20px;
    color: red;
}

.button_center {
    text-align: center;
    margin-top: 10px;
}

.segitseg {
    font-weight:bold;
    padding-bottom:20px;
    font-size:16px;
    text-align: justify;
}

#full {
    display:inline-block;
}

#header {
    background-image: url("../images/header.png");
    height:180px;
}

#logo {
    padding:20px 0 0 20px;
}

#menu {
    position: absolute;
    left: 20px;
    top: 140px;
}

#menu .gomb {
    border:0;
    margin:0 10px 0 0;
}

#content {
    background:url('../images/back.png');
    padding:0 20px;
}

#footer {
    padding:30px 0 20px 0;
    text-align: center;
    background:url('../images/header.png');
    height:30px;
    color:#ffffff;
}

.modalDialog {
	position: fixed;
	font-family: arial;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 450px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border:1px solid #808080;
}

.close {
	background: #ccc;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #606061; }

.gomb {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-family:arial;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	border:1px solid #808080;
}
.gomb:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.gomb:active {
	position:relative;
	top:1px;
}

.oragomb {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	font-family:arial;
	padding:6px 10px;
	text-decoration:none;
	margin-left:10px;
}

.oragomb:active {
	position:relative;
	top:1px;
}

.szabad {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    border:3px solid #4a4;
}

.szabad:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}

.teli {
    border:3px solid #a44;
}

.foglalt {
    border:3px solid #2F3C4B;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
}

.foglalt:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}