/*
* jQuizMe - jQuery quiz plugin
*
* @version 2.2.1
* @date 10/09/2012
*/
#quizArea{
	color: #0C4764;
	padding: 31px 21px; 
}
.quiz-el{
	position: relative;
	padding: 0.2em 0 0.2em 0.2em;
	width: 17em;
	width: 510px;
}
.quiz-el div{
	/*padding: 0.2em;*/
}
.quiz-el input{
	/*font-size: 1.2em;*/
}me
.quiz-el input:hover{
	color:#F00;
	cursor: pointer;
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	/*background: #ffdd77;*/
	position: relative;
	clear: both;
	color: #0C4764;
	width:510px;
	padding-right: 24px;
	height:35px;
}
.q-header, .q-help, .q-review-menu {
	border-bottom: thin black solid;
	border:none;
	height:12px;
	height:35px;
}
.q-intro{
	/*padding: 0.2em;/**/
}
.q-title{
	overflow: hidden;
	width: 80%;
	margin: 0;
	font-size:2.6em;
	font: 2.6em 'Coming Soon', Arial, script;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: absolute;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
}
.q-counter{
	float: right;
}
.q-help{
	position: relative;
	clear:both;
	opacity:0;
	visibility:hidden;
	height:0px;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	background: #eee;
	border: thin black solid;
	border:none;
	/*font-size: 1.2em;*/
	position: relative;
}
.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.q-quit-confirm, .q-quit-area, .q-review-arrows{
	display: inline;
	width: auto;
}
.q-prob{
	margin-top:21px;
}
.q-quit-area{
	float: right;
	visibility:hidden;
	height:1px;
}
.q-review-arrows{
	position: relative;	/*IE hack.*/
	width: 2.3em;
}
.q-center{
	text-align: right;
	display: none;
    margin-left: auto;
    margin-right: auto;
}
.q-gameOver .q-statTotal{
	color: #0C4764;
	visibility:hidden;
	font-size:18px;
	line-height:1.4em;
}
.q-innerArea p{
	font-size:18px;
	line-height:1.4em;
}
.q-gameOver h1{
	margin:0 0 0.4em;
	padding:0;
	color:#307822;
	font-family: 'Coming Soon', sans-serif;
}
.q-quesInput{
	width: 95%;
}
.q-ol{
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.q-ol-li{
	margin: 0.4em auto 0.4em auto;
}
.q-ol-hover{
}
.q-ol-active{
	background: black;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 80%;
}
.q-select{
	font-size: 0.8em;
	width: 100%;
}
.q-timer-area{
	display:block;
	text-align:center;
	width: auto;
}
.q-review-menu{
	text-align: center;
	width: auto;
}
.q-reviewBar-btns{
	position: relative;
	display: inline-block;
	width: 49%;
}
.q-rightArrow{
	float:right;
}
.q-leftArrow{
	float:left;
}
.q-timer-area{
	line-height: 0;
	height:0;
}
/**/
#quizArea{
	width:954px;
	height:312px;
	border: 1px solid #324C96;
}
.q-radioBtn {
	visibility: hidden;
}
.q-ol{
	color:#FFF;
}

.q-ol-li {
    margin: 0px;
    background: url(../images/quiz/answer_bg.png) no-repeat scroll 0% 0% transparent;
    width: 455px;
    height: 46px;
    padding: 16px 0px 3px 14px;
    cursor: pointer;
}

.q-ol-li span{
	color: #0C4764;
}
.q-ques{
	height:51px;
	font-size:18px;
}
.q-ans{
	margin:0px;
}
.q-ansSel{
	color:#0C4764;
}
.q-probArea{
	background: none;
	border: none;
	/*font-size: 1.2em;*/
	position: relative;
}
.divClass1{
	width:333px;
	height:240px;
	background:#FCC;
	color:#009;
}
.changeDiv1{
	width:420px;
	height:330px;
	background:#606;
	color:#CCC;
}
.q-check-btn {
	visibility: hidden;
	height:1px;
}
.q-next-btn[disabled] {
	visibility: hidden;
	height:1px;
}

/* button styling on answer from here */

.q-next-btn,
.q-restart-btn {
	position:absolute;
	background-color: transparent!important;
	right:50px;
	border: none;
	color: #980000;
	padding-right:33px;
	background-image: url(../images/quiz/pfeil.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*font-size:80% !important;*/
}
.q-next-btn,
.q-restart-btn {
}
.q-restart-btn{
	right:0px;
	position:relative;
	margin-top: 36px;
	background:url(../images/quiz/pfeil.png) no-repeat;
	background-position: 100% 50%;
}
.q-restart-btn a:link{
	text-decoration:none;
}

a:link {
	color: #980000;
	text-decoration: none;
}
a:visited {
	color: #980000;
	text-decoration: none;
}
a:hover {
	color: #980000;
	text-decoration: none;
}
a:active {
	color: #980000;
	text-decoration: none;
}
.q-next-btn,
.q-restart-btn{
}
/* all buttons get disabled on answer, so they get this style */
.q-ol-li.disabled {
	cursor: default;
	opacity: 1;
	background:url(../images/quiz//disabled_bg.png) no-repeat;
}
.q-ol-li.disabled span{
	color:#656565;
}
/* only the selected button gets this style */
.q-ol-li.q-ol-active {
	/*color: red;*/
	opacity: 1;
	background:url(../images/quiz/wrong_bg.png) no-repeat;
}
.q-ol-li.q-ol-active span {
	color:#980000;
	opacity: 1;
	padding-right:33px;
	background:url(../images/quiz/kreuz.png) no-repeat;
	background-position: 100% 50%;
}
/* the selected button only gets this style if the answer is correct */
.q-ol-li.q-ol-active.correct {
	background:url(../images/quiz/correct_bg.png) no-repeat;
	
	/*color: green;*/
}
.q-ol-li.q-ol-active.correct span {
	color: green;
	padding-right:33px;
	background:url(../images/quiz/Haken.png) no-repeat;
	background-position: 100% 50%;
}


.q-result{
	visibility:hidden;
}
.q-begin-btn{
	text-transform:uppercase;
	background:none;
	background:url(../images/quiz/button_norm.png) no-repeat;
	width:106px;
	height:84px;
	color:#980000;
	font-size:120%;
	border:none;
	float: right;
	font: 24px 'Coming Soon', Arial, script;
	/*text-shadow:0px 0px 0 rgb(112,-72,-35), 1px 1px 0 rgb(50,-134,-97),2px 2px 1px rgba(0,0,0,0),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
}
.q-begin-btn:hover{
	text-transform:uppercase;
	background:url(../images/quiz/button_over.png) no-repeat;
	color:#980000 !important;
	/*text-shadow:0px 0px 0 rgb(112,-72,-35), 1px 1px 0 rgb(50,-134,-97),2px 2px 1px rgba(0,0,0,0),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
}

/*Apply this class to some text to unlock the secrets of the third dimension!*/

.q-help-menu{
	opacity:0;
	visibility:hidden;
	height:1px;
}
.q-intro-info{
	/*padding:15px;*/
	margin-bottom:-24px;
}
.q-counter{
	visibility:hidden;
}
.q-next-btn {

	/*font-size:80% !important;*/
}
.q-statDetails{
	margin-top:15px;
	padding:0;
	font-size:18px;
	line-height:1.4em;
}