@charset "utf-8";
/* CSS Document */

html, body{
	background:#fff;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:Georgia, serif;
}
*:active, *:focus { 
	outline-style: none;
}
#fallback{
	position:absolute;
	left:0;
	top:60px;
	color:#C00;
	visibility:hidden;
	display:none;
}
#settings{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#666;
	padding:10px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(73,73,73,1) 94%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(94%,rgba(73,73,73,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* W3C */
}
#settings > span{
	display:inline-block;
	width:1px;
	background:#333;
	margin:0 20px;
	cursor:default;
}
label{
margin:0 10px;
}
input{
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:none;
	background:#ededed;
	color:#666;
	width:auto; 
	overflow:visible; 
	display:inline; 
	margin:0px 10px; 
	padding:0px 10px 2px; 
	cursor:pointer;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5), inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5), inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5), inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	font-size:18px;
	font-family:inherit;

}

input:hover{
	background:#fff;
}
#settings div{
	display:inline-block;
	font-size:22px;
	text-shadow: 0 0 2px #000;
	cursor:default;
}
#clear {
	float:right;
	margin-right:20px;
}

#anleitung{
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	text-align:center;
	color:#333;
}