/*#schlau{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 317px; 
	height: 100%;
}
#verkehrszeichenquiz {
	position: absolute; 
	left: 317px; 
	top: 0px; 
	background: url(../img/fahrrad3_bg.jpg) no-repeat;
	background-position: 0px 100px;
}*/

#wrapper{
	min-height: 620px;
}

#fahrradquiz {
	position: absolute; 
	left: 50px; 
	top: 30px; 
}
#fahrradquiz #image {
	float: left;
	margin: 0px 30px 0 -20px;
}
#fahrradquiz #image img {
	border: 3px solid #0f3e72;
}
.answer {
	background-image: url("../img/checkbox_schlau.png");
	background-repeat: no-repeat;
	background-position:325px 5px;
}
.answer input {
	float: left;
	margin: 7px 10px 0 0px;
	height: 100%;
	border: 0px solid white;
	color: white;
}
.answer p {
	margin: 0 0 10px 378px;
	width: 340px;
	text-align: left;
}
.wrong {
	text-align: left;
	color: #af2308;
	background-image: url("../img/wrong.png");
	background-repeat: no-repeat;
	background-position:325px 0;
}
.wrong p {
	color: #af2308;
}
.correct {
	background-image:url("../img/correct.png");
	color:#03C345;
	text-align:left;
	background-repeat:no-repeat;
	background-position:325px 0;
}
.correct p {
	color:#03C345;
}
#question {
	display: none;
	text-align: left;
	margin: -5px 0px 12px 326px;
	line-height: 18px;
	font-weight: bold;
	width: 520px;
}
#nextLink {
	display: none;
	vertical-align: center;
	position: absolute;
	left: 800px;
	top: 50px;
	width: 103px;
	color: #0f3e72;
	z-index: 99999;
}
#nextLink div {
	float: left; 
	text-align: right;
}
.solution_pic {
	background: url(../img/schlau/frau_schlau_quiz_supi.png) no-repeat;
	background-position: 520px 26px;
}
.result {
	position: absolute; 
	left: 0px !important; 
	top: 0px; 
}
.result img {
	padding-top: 10px;
}
.quiz_solution {
	color: #0f3e72;
	text-align: left;
	width: 500px;
	margin-left: 30px;
}
