body{
	background-color: #01acc0;
	background-image: url('../Bilder/bg.png');
	background-repeat:no-repeat;
	font-family:sans, "Arial";
	color:#333333;
	font-size:15px;
}
#wrapper{
	width:500px;
	padding:15px;
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -250px;
	margin-top: -150px;
	text-align:center;
	display:table;
}
.box{
	width:450px;
	margin:20px;
	display:block;
  vertical-align:middle;
	text-align:center;
}
img{
	margin:auto;
}
#create{
	border-top:2px solid #01acc0;
	color: #ffffff;
	font-weight:bold;
	font-size:0.7em;
}
input{
	width:400px;
	font-weight:bold;
	margin:auto;
	margin-bottom:20px;
	display:block;
	border:2px solid  #01acc0;
	font-size:2em;
	border-radius: 5px;
	text-align:center;
	padding:0px;
	line-height:2.5em;
  height:2.5em;
	color:#cccccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=button]{
	width:43%;
	display:inline;
	background-color: #9ACD32;
	color:#ffffff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#buttons input{
	background:#333333;
	color:#ffffff;
	opacity:0.9;
	box-shadow: 0px 10px 20px #333333;
	font-size:0.8em;
	border:none;
}
#newbutton{
	cursor:pointer;
	background: #FFD700 url('../Bilder/ICON.png') no-repeat center center;
	background-size:50px;
	width:70px;
	height:70px;
	border-radius:70px;
	box-shadow: 0px 10px 20px #333333;
	margin:auto;
	margin-top:20px;
}

#question{
	width: 50px;
	height:50px;
	background: url('../Bilder/question.svg') no-repeat center center;
	background-size:30px;
	float:right;
}
