body {
	background-color: #eee;
}
h3 {
	font-weight: bolder;
	margin-bottom: 25px;
}
.header {
	padding-top: 30px;
	text-align: center;
	border-bottom: 3px dotted #555;
	width: 400px;
	margin: auto;
}
.page {
	padding-top: 50px;
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
.vorprog {
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
#vor {
	width: 15px;
	float: left;
	font-weight: bold;
}
.progress {
	width: 570px;
	float: left;
}
#nach {
	width: 15px;
	float: right;
	text-align: right;
	font-weight: bold;
}
#vokabel,
#inputSuccess {
	font-size: 30px;
	text-align: center;
	height: 150px;
	font-weight: bolder;
	border-radius: 10px;
}
#vokabel {
	background-color: #dff0d8;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #468847;
	color: #468847;
	line-height: 130px;
}
.antwort {
	margin-top: 50px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#inputSuccess {
	color: #c09853;
	background-color: #fcf8e3;
}
.weiter {
	width: 450px;
	margin: auto;
}
.button {
	float: right;
	border-radius: 10px;
}
#abfrage,
#losung {
	margin-top: 100px;
}
#abfrage {
	
}
#losung {
	text-align: center;
	display: none;
}
#aquiv {
	margin: auto;
	margin-top: 50px;
	width: 80%;
	padding: 10px;
	border: 1px solid #468847;
	border-radius: 10px;
	font-weight: bolder;
	font-size: 20px;
	cursor: pointer;
}