/* CSS Document */
/*** Ergebniss ******************/

p {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

span {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

*html span {
	margin-top: 3px;
}

p span{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

h5 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #91c00f;
margin: 0 0 10px 0;
}

p + h5 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #91c00f;
	margin-top: 10px;;
}

*html p + h5 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #91c00f;
	padding-top: 10px;
}

h6 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #91c00f;
	margin: 0 0 0 0;
}

td.question_small {
	height: 30px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dashed #91c00f;
}

img[name="startimage"] {
	width: 485px;
}
/*** Highscoretabelle **************/

table.table_highscore {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
}

td.rang {
	font-weight: bold;
	height: 20px;
}

td.username {
	font-weight: bold;
}

td.points {
	font-weight: bold;
}

td.score {
	background-color: #eeeeee;
}

/*** Quizztabelle ******************/

td.question {
	height: 40px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dashed #91c00f;
}

td.frage_left {
	background-color: #eeeeee;
	vertical-align: middle;
	padding: 2 2 2 2;
}

td.frage_right {
	background-color: #eeeeee;
	vertical-align: middle;
	padding: 2 2 2 2;
}

td.radio_top {
	background-color: #eeeeee;
}

td.radio_bottom {
	background-color: #eeeeee;
}

td.next {
	height: 40px;
	vertical-align: bottom;
	border-top: 1px dashed #91c00f;
}
.trennlinie {
	border-bottom:						1px dashed #91c00f;
	padding-bottom:	        			4px;
	margin-bottom:						8px;
	
}


