body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #343434;
	line-height: 150%;
	
	background-color: #368350;
	#background-color: #2c7744;

	
}
#screenshot{
    margin: 0 auto;
    background: url('../../images/Background.jpg');
    width: 977px;
    height: 848px;
}
#leeftijd {
	position: absolute;
	width: 479px;
	height: 502px;
	top: 50%;
	left: 50%;
	margin: -251px 0px 0px -240px;
	padding-top:20px;
	border: 0px;
	background: url('../../img/bg-leeftijd.png') no-repeat top center;
}
#leeftijd.en {
	background: url('../../img/bg-age.png') no-repeat top center;
}
#leeftijd form {
	margin: 335px 0px 0px 110px;
	#margin: 355px 0px 0px 110px;
}
#leeftijd textarea, select {
	width: 61px;
	margin: 0px;
	height: 17px;
	border: none;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222222;
	border: 1px solid #007734;
}
#leeftijd input{
	width: 69px;
	margin: 0px;
	height: 23px;
	padding-top:4px;
	border: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222222;
	border: 1px solid #000000;
}

#leeftijd input.button {
	display: inline;
	margin: 0px;
	width: 246px;
	height: 33px;
	border: none;
	font-size: 12px;
	color: #ffffff;
}

#leeftijd p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#leeftijd p.disc {
	padding: 0px 20px 10px 20px;
	font-size: 90%;
}
#leeftijd p.error {
	line-height: 40px;
	height: 40px;
	color: #f00;
	font-weight: bold;
}
#leeftijd a {
	text-decoration: underline;
	color: #007734;
}