@CHARSET "UTF-8";

body{
	margin:0px;
	font-family: Verdana;
	font-size:14px;
	color:#000000;
}
p,h1,h2,h3{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
h1, h2{
	font-size:18px;
	padding-bottom:50px;
}
h1{
	width:500px;
}
#page{
	position:absolute;
	top:0px;
	left:0px;
	width:683px;
	height:600px;
	background-image:url(arbeitsquiz_trans_hg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#frage{
	position: absolute;
	left:25px;
	top: 80px;
}
#frage img{
	margin-left:-2px;
	margin-bottom:-2px;
}
#antwortmoeglichkeiten{
	position:absolute;
	top:150px;
	left: 27px;
}
#antwort{
	/*position:absolute;
	top:400px;
	left:12px;*/
	margin-top:20px;
	width: 520px;
}
#starten{
	position: absolute;
	top: 475px;
	right: 90px;
	width: 171px;
	height: 24px;
	background-color: #E47C19;
	color: white;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	cursor:pointer;
}
#weiter{
	position: absolute;
	top: 475px;
	right: 90px;
	width: 190px;
	height: 24px;
	display: none;
	background-color: #E47C19;
	color: white;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	cursor:pointer;
}



#quiz, #ihrErgebnis{
	display:block;
	width: 580px;
	height: 500px;
	position: relative;
	top: 50px;
	left: 50px;
	right:25px;
	/*background-image:url(quiz_hg.png);*/
	border:solid 2px #e47c19;
}
#header{
	background-color:#e47c19;
	width:100%;
	height:20px;
	padding:10px 0px 20px 0px;
}
#header h1{
	color:#fff;
	font-size:25px;
	margin-left:25px;
}

#ihrErgebnis{
	display:none;
}
a{
	color:#E47C19;
	font-weight:bold;
}
.beantworteteFragen{
	font-weight:bold;
	text-transform: uppercase;
	color:#cad022;
}
#weiter_ihrErgebnis{
	position:absolute;
	top:320px;
	left:25px;
	width:91px;
	height:32px;
	display:none;
}
#ihrErgebnis_html{
	position: absolute;
	left:25px;
	top: 80px;
	right:25px;
}
#zurOnlineanmeldung{
	position:absolute;
	top:365px;
	left:25px;
	width:91px;
	height:32px;
}
#start{
	position:absolute;
	top:340px;
	left:25px;
	width:91px;
	height:32px;
	display:none;
}


