body {
	margin :  5px  5px  0px  5px;
	font-family: 'Trebuchet MS';
}

.tit {
	position: relative;
	margin :  0px  0px 12px  0px;
	padding:  2px  5px;
	font-size  : 15px;
	background: #F4F4FF;
}
.sub {
	position: relative;
	margin :  0px  0px 12px  0px;
	padding:  0px;
	font-size  : 13px;
}
p {
	margin :  0px  0px 12px  0px;
	font-size  : 13px;
}
ul {
	margin :  0px  0px 12px 12px;
	padding:  0px;
	font-size  : 13px;
	list-style : none;
}

#btn_start {
	position: absolute;
	bottom:  0px;
	left  : 50%;
	margin-left: -65px;
	padding:  2px 5px;
	color : #7F7FCC;
	font-size  : 15px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #D5D5FF;
	border-bottom: 0px;
	background: #F4F4FF;
}
#btn_start:hover {
	color : #000099;
}

.grup {
	display: inline-block;
	width : 150px;
	color : #333333;
	text-decoration: none;
}
.grup:hover {
	color : #000099;
}

#scoreboard {
	position: relative;
	margin :  0px;
	color : #000099;
	font-family: 'Trebuchet MS';
	font-size  : 22px;
	line-height: 35px;
	background-color : #F4F4FF;
}
.withclock {
	background-image : url('../images/ico-clock.png');
	background-repeat: no-repeat;
}
#scoreboardtimer {
	position: absolute;
	top   :  0px;
	left  : 35px;
}
#scoreboardscore {
	position: absolute;
	top   :  0px;
	right :  5px;
}

#board {
	position: relative;
	padding:  0px 25px;
	color : #000099;
	font-family: 'Trebuchet MS';
}


p#pQuestion {
	margin : 10px  0px 20px  0px;
	font-size: 20px;
}
p#pQuestion img {
	float : right;
	margin:  0px  0px  5px  5px;
}
p#pQuestion span.de { }
p#pQuestion span.es { color : #777777; }
p#pResult {
	margin : 10px  0px 20px  0px;
	font-size: 20px;
}
p.pResultOk { color: #009900; }
p.pResultKo { color: #FF0000; }


#dAnswers {
	position: relative;
}
#dAnswers p {
	position: relative;
	margin : 10px  0px;
	padding:  2px  0px  2px 35px;
	font-size: 20px;
}
#pAnswerA { background: url(../images/icoOptionA.gif) no-repeat; }
#pAnswerB { background: url(../images/icoOptionB.gif) no-repeat; }
#pAnswerC { background: url(../images/icoOptionC.gif) no-repeat; }
