.tblAuswertung {
	border:1px solid #6E6E6E; 
	margin-top:10px; 
	margin-bottom:10px;
}

.tblAuswertung td {
	padding-left: 5px;
}

div#inhalt .ListTable {
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #DDDDDD;
	border-collapse:collapse;
}

div#inhalt .ListTable th {
	font-weight: bold;
	background:#F3F3F3 none repeat scroll 0%;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:5px;
}

div#inhalt .ListTable td {
	border-right:1px solid #DDDDDD;
	padding:5px;
}

/* CSS Document */
#question_footer {
	margin-top:35px;
	border-top:1px solid #D6D6D6;
	padding-top:5px;
}

#question .header {
	font-size:12px;
	margin-bottom:10px;
	margin-top:5px;
	border-bottom:1px solid #6E6E6E;
}

#question .header .von {
	font-weight:bold;
}
#question .header .bis {
	font-weight:bold;
}

#question .body {
	min-height:220px;
}

#question .text {
	font-weight:bold;
}

#question .helptext {
	color:#6E6E6E;
	display:block;
	margin:3px 0pt 3pt 0px;
}

#question .helptext .hinweis {
	font-weight: bold;
	margin:0;
}

#question .reasontext {
	color:#277A7C;
	display:block;
	margin:10px 0pt 3pt 0px;
}

#question .reasontext .reason {
	font-weight: bold;
	margin:0;
}

#question .questiontable {
	border-collapse:collapse;
	margin-top:10px;
	width:100%;
}

#question .questiontable td {
	vertical-align:middle;
	padding-right:10px;
	/* border: 1px solid #D6D6D6; */
}

#question select {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#question_footer .fragen {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000000;
	margin-right:10px;
}

#question_footer .qnumberanswered {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #216567;
	font-weight: bolder;
	text-decoration:none;
	padding:2px;
}
#question_footer .qnumbernormal {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration:none;
	padding:2px;
}
#question_footer .qnumberansweredactive {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #216567;
	font-weight: bolder;
	border: 1px solid #216567;
	text-decoration:none;
	padding:2px;
}
#question_footer .qnumbernormalactive {
	font-family:Verdana,"Lucida Grande","Bitstream Vera Sans","Sun Sans-Regular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	border: 1px solid #000000;
	text-decoration:none;
	padding:2px;
}

.questiontable .questionimg {
	margin-bottom:10px;
}

.punkte {
	text-align:right;
}

.answerright {
	color: #277A7C;
}
.answerwrong {
	color: #FF0000;
}
td.correct {
	background-color: #C5DEDE;
}

#timelimit {
	margin-bottom:20px;
}