/* --- Memory Spiel --- */
#spiele-memory-site{ 
	position: absolute;
	width: 800px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -400px;
  	background: url(../images/ieq-memory-bg.jpg) no-repeat;
}
#spiele-memory-site h1{ 
	position: absolute; 
	top: 50px; 
	left: 210px;
	font: bold 22px Arial, Georgia, "Times New Roman", Times, serif;
	color: #000;
} 
.spiele-memory-feld { 
	position: relative; 
	width: 500px; 
	height: 400px; 
	margin: 150px 0 0 150px; 
	background: url(../images/ieq-memory-win.jpg) no-repeat;
}
#spiele-memory-win{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
#spiele-memory-win h2{
	color: #ce5600;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	padding: 0;
}
#spiele-memory-win p{
	margin: 0;
	padding: 0;
	font: normal 16px Arial, Georgia, "Times New Roman", Times, serif;
}
#pictures { position: absolute; top: 0; left: 0;}
.picture { width: 100px; height: 100px; background: url(../images/field_bg.png); float: left; }
.picture img { display: none; }
  
#steps { 
	position: absolute;
	right: 105px;
	bottom: 95px;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	
}
.spiele-memory-reload{
	position: absolute;
	left: 120px;
	bottom: 50px;
}
.spiele-memory-reload a{
	text-decoration: none;
	color: #000;
	font: bold 16px Arial, Georgia, "Times New Roman", Times, serif;
}
.spiele-memory-reload a:hover{
	color: #f98f2b;
}
.spiele-memory-reload span{
	margin: 10px 0 0 10px;
	display: block;
	float: left;
}
.spiele-memory-reload img{ float: left;
}