#buehne {
	display: block;
	height: 371px;
	width:900px;
	text-align:center;
	overflow:hidden;
	padding-left:60px;
	z-index: 30;
}
#playground {
	width:850px;
	height:351px;
}
#debug {
	background-color: white;
	display: block;
	width: 1024px;
	height: 60px;
	color:black;
	text-align:center;
}
.tafel {
	width:240px;
	height:300px;
	float:left;
	position:relative;
	cursor:pointer;
}
.dataFront{
	overflow: hidden;
	height: auto;
	width:auto;
}
.dataBack {
	display:none;
	width:auto;
	height: auto;
	background: url('../imgs/tafel-back.png') no-repeat;
	background-position:0px 34px;
	overflow: hidden;
}
.dataContent, .dataContent_image, .dataContent_small {
	width:220px;
	height:125px;
	color: white;
	padding:10px;
	display: block;
	text-align:left;
	/*font-weight:bold;*/
}
.dataContent_image {
	height:75px;
	padding:0px;
}
.dataContent_videoimage {
	height:133px;
	padding:0px;
	padding-bottom:10px;
}
.dataContent_small {
	height:58px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
.clear {
	clear:both;
}
.tafel_button {
	background-image:url(/typo3conf/ext/stp_mediaarea/pi1/imgs/tafel-link.gif); 
	color:#ffffff; 
	padding-left:5px; 
	padding-right:5px; 
	margin-bottom:10px; 
	height:21px;
	float:right;
}
.tafel_button_php {
	margin-right:10px; 
	margin-bottom:10px; 
	height:21px;
	float:right;
}
.tafel_button_left {
	background-image:url(/typo3conf/ext/stp_mediaarea/pi1/imgs/tafel-link-left.gif); 
	margin-bottom:10px; 
	height:21px; 
	width:11px;
	float:right;
}
.tafel_button_right {
	background-image:url(/typo3conf/ext/stp_mediaarea/pi1/imgs/tafel-link-right.gif); 
	margin-bottom:10px; 
	margin-right:10px; 
	height:21px; 
	width:4px;
	float:right;
}
