#windenergiebringts{
	width: 684px;
	height: 700px;
	font-family: 'Helvetica';
	text-align: center;
}
#btnDiv {
	width: 684px;
}
#answerDiv {
	width: 684px;
	height: 40px;
}

#btnDiv button{
	font-size: 16pt;
	background-color: #e54314;
	width: 80px;
	height: 50px;
}

#answerDiv button{
	font-size: 11pt;
	background-image: url("img/btnhg.png");
	margin: 2px;
	width: 163px;
	height: 37px;
	border: none;
}

#startbtn{
	position: absolute;
	top: 600px;
	left: 450px;
}

#title{
	background-image: url("img/title.jpg");
	width: 320px;
	height: 29px;
	margin-left: 200px;
	margin-top: 10px;
	padding-top: 8px;
}

#weiterbtn{
	background-image: url("img/weiterbtn.png");
	visibility: hidden;
	width: 176px;
	height: 39px;
	border: none;
}

#impressum{
	position: absolute;
	text-align: left;
	bottom: 20px;
	left: 35px;
	padding: 5px;
	font-size: 12px;
	background-color: white;
}