.tablefull{
	height: 100%;
	width: 100%;
	text-align: center;
}

.tableinnen{
	align: center;
	background-image: url(bg.png);
	width: 400px;
	height: 400px;
}

.mittig{
	text-align: center;
	vertical-align: middle;
}

.notactive {
    opacity: 0.4;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}