#rajzalap {
	position : absolute;
	width : 1200px;
	border : 3px solid #AAAAAA;
	overflow : scroll;
	height : 380px;
	background-color : #AAAAAA;
}

#rajzalap_select {
	position : absolute;
	width : 98%;
	border : 3px solid #AAAAAA;
	overflow : scroll;
	height: 350px;
	background-color : #AAAAAA;
}
#controllpanel {
	position : absolute;
	top: 455px;
	width : 1200px;
	border : 1px solid #AAAAAA;
	overflow : hidden;
	height : 325px;
	background-color : #FFFFFF;
	margin: 0 auto;
}

.temeto_alap {
	position : absolute;
	width : 99%;
	height : 100%;
	/* background-image: url("../terkep/terkep_alap.png"); /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	/* background-position: top 135px left 10px; */
	/* background-color: #AAAAAA; */
	overflow-y : scroll;
	overflow-x : hidden;
}

.temeto {
	position : absolute;
	/* width : 3929px;
	/* height : 5941px;
	/* background-image: url("../terkep/terkep_alap.png"); /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	/* background-position: top 135px left 10px; */
	/*background-color: #EFEFEF;*/
}
.parcella {
	position : absolute;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */		
}
.siralap {
	position : absolute;
	background-color : white;
	border : 1px solid black;
}

.sirhely {
	position : absolute;
	background-color : beige;
	border : 1px solid black;
}
 
.selected.szabad.sirhely {
	background-color : red;	
}	

.selected.foglalt.sirhely {
	background-color : red;	
}

.foglalt.sirhely {
	background-color : gray;
}	

.szabad.sirhely {
	background-color : beige;
}
.new.sirhely {
	background-color : red;
}

.parctabla {
	position : relative;	
	background-image : url("../terkep/parctabla.png");
	background-position: center;
	background-repeat: no-repeat;	
	text-align: center;
	font-size : 50px;
	z-index : 90;
}	

.tereptargy {
	position: absolute;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	/*background-size: cover; /* Resize the background image to cover the entire container */
	background-size: contain;	
}


	