/*	allgemeines css - memory
		22.05.2015, erstellt
		26.01.2022, memory in hauptscreen eingebaut
=============================================== */


#btnMemory {
	position: absolute;
	left: 782px;
	top: 363px;
	cursor: pointer;
}

#memory {
	left: 146px;
	top: -500px;
	border: 0px;
	position: absolute;
}

#bg_M {
	position: absolute;
	top: 0px;
	left: 0px;
}

.btnKarte {
	position: absolute;
	width: 60px;
	height: 70px;
	cursor: pointer;
	display: none;
}


#btnNeu {
	position: absolute;
	top: 386px;
	left: 189px;
	cursor: pointer;
	display: none;
}

#btnSpielen {
	position: absolute;
	top: 386px;
	left: 189px;
	cursor: pointer;
}

#btn_close_M {
	position: absolute;
	top: 400px;
	left: 520px;
	cursor: pointer;
}


#titel_M {
	position: absolute;
	top: 46px;
	left: 60px;
}


#btnLeicht {
	position: absolute;
	left: 88px;
	top: 335px;
	width: 116px;
	height: 34px;
	cursor: pointer;
}

#btnMittel {
	position: absolute;
	left: 250px;
	top: 335px;
	width: 116px;
	height: 34px;
	cursor: pointer;
}

#btnSchwer {
	position: absolute;
	left: 408px;
	top: 335px;
	width: 116px;
	height: 34px;
	cursor: pointer;
}

/*	texte	*/
#txtVersuche {
	position: absolute;
	left: 200px;
	top: 340px;
	width: 160px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #3D3D3D;
	display: none;
}

#versuche {
	position: absolute;
	left: 350px;
	top: 340px;
	width: 60px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	display: none;
}