#check_container {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	background-image: url('../../img/agecheck/grey.png');
	background-repeat: no-repeat;
	height: 500px;
	padding: 205px 35px 0 35px;
	color: white;
}

#abfrage input {
	height: 21px;
	width: 33px;
	background-color: #b68e14;
	border: 1px #423c33 solid;
	margin: 0 15px 0 0;
	color: white;
	padding: 7px 10px 0 10px;
}

#formabschluss {
	margin: 40px 0 0 0;
}

#check_button {
	width: 160px;
	height: 85px;
}

#button {
	background-image: url('../../img/agecheck/button-weiter.png');
	background-position: left top;
	width: 160px;
	height: 85px;
}

#button:hover {
	background-position: right bottom;
}

#bedingungen {
	width: 280px;
	height: 10px;
	margin: 0 10px 0 0;
	position: relative;
	top: 0;
	left: 0;
}

.klein {
	font-size: 10px;
	line-height: 13px;
	color: white;
}

#formabschluss a {
	color: white;
}