@import 'https://fonts.googleapis.com/css?family=Open+Sans';

BODY {
	margin: 0;
	cursor: auto;
	font: normal 12px/20px Helvetica, Georgia, Arial, sans-serif;
	color: #444;
	background: linear-gradient(to bottom right, #66802B, #4B6723) fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#deaktiviert {
	font: 300 20px/100px 'Open Sans';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	margin: -50px auto auto -150px;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.5);
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
  	cursor: default;
}