a {
	color:#008000;
}
a:hover {
	color:#800000;
}
body {
	font-size:9pt;
	font-family:Arial;
	text-align:center;
	background-color:#9D9D9D;
	color:#008000;
}
td,font {
	font-family:Arial;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	
}
#head {
	border: 1px solid black;
	background-color:white;
	height:80px;
	margin-bottom:5px;
	
}
#titel {
	
	
	color:#008000;
	height:80px;	
	width:40%;
	float:left;	
	text-align:center;
	
}
#titel table {
	
	height:100%;
	width:100%;
}
#titel td {
	
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	
}
#left {
	float:left;
	border:0px dashed blue;
	
	width:30%;
	height:100%;
	overflow:hidden;
	text-align:left;
	
}
#left2 {
	margin:5px;
}
#right {
	float:right;
	width:30%;
	border:0px dashed black;
	text-align:right;
		
	overflow:hidden;
	height:100%;
}
#right2 {
	margin:5px;
}
.question {
	position:relative;
	border:1px solid black;
	background-color:white;
	padding:15px;
	height:450px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:95% 10%;	
}
.question table {
	border: 0px dashed blue;
	width:100%;
	margin-top:10px;
}
.question td {
	border:0px dashed red;
	font-family:Verdana;
	font-size: 10pt;	
	padding:10px;
}
.answers {
	border:0px dashed black;
	font-size:10pt;
	margin-left:10px;	
	
}
.answers input {
	float:left;
}
.inputText {
	border:0px dotted red;
	width:450px;
	margin-left:30px;
}
.indicate {
	border:0px dashed black;
	width:780px;
	height:120px;
	position:absolute;
	bottom:60px;
	overflow:hidden;	
}
.control {
	border:0px dashed red;
	left:5px;
	right:5px;
	height:50px;
	position:absolute;
	bottom:1px;
	text-align:left;
}
button {
	color:#008000;
	border:1px solid #008000;
}
button:hover {
	color:#800000;
	border:1px solid #800000;
}
.btn_next {
	font-size:12pt;
	background-color:white;
}
.btn_tjoker {
	font-size:12pt;
	margin-right:10px;	
	background-color:white;
}
.btn_hjoker {
	font-size:12pt;
	background-color:white;
}
.frage {
	border:0px dashed orange;
	width:500px;
	font-size:10pt;
}
.percentage {
	color:red;
}
.resultCongrats {
	font-size:14pt;
	font-weight:bold;
	border:0px dashed red;
}
