#quizmodule * {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}

#quizmodule .pagetitle {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #373771;
}

#quizmodule label, #quizmodule img {
	cursor: hand;
}

#quizmodule .answers img {
	display: none;
}

#quizmodule .answers input {
	margin-left: 30px;
}

#quizmodule .question {
	padding-top: 5px;
	padding-left: 5px;
	background-color: #FFCF88;	
	font-weight: bold;
}

#quizmodule .Filler {
	background-color: #FFCF88;	
}

#quizmodule .answers {
	padding-top: 10px;
	background-color: #FFCF88;	
}

#quizmodule .answers td{
	padding-bottom: 10px;
}

#quizmodule .QuizFiller, #quizmodule .QuizAnswer {
	background-color: #ff9e0f;
	color: #fff;
	padding: 5px;
}

#quizmodule .ContentTitel {
	color: #373771;
	font-size: 19px;
}

#quizmodule .resultblock {
	background-color: #FFCF88;	
	padding-bottom: 10px;
}
