body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	color: #222222;
	
	height: 1px;
    min-height: 100%;
    *height: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
3 Bereiche
------------------------------------------------------------------------------------------------------------------------------------------*/

#startpage
{
	width:100%;
	height:100%;
    color: #333333;
    font-family: Arial,sans-serif;
    text-shadow: 0 0px 0 #000000;
    height: 1px;
    min-height: 100%;
}

#quiz
{
	font-family: Arial,sans-serif;
	width:100%;
	height:100%;
    color: #333333;
    text-shadow: 0 0px 0 #ffffff;
    height: 1px;
    min-height: 100%;
}

#finish
{
	font-family: Arial,sans-serif;
	width:100%;
	height:100%;
    color: #333333;
    text-shadow: 0 0px 0 #ffffff;
    background-repeat: repeat-x;
    height: 1px;
    min-height: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Startpage
------------------------------------------------------------------------------------------------------------------------------------------*/
.startpage_button_containerXXX{
	position:absolute;
	right:5%;
	top:90%;
}

#closebutton{
	width:150px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Headerleiste oben
------------------------------------------------------------------------------------------------------------------------------------------*/
.title{
	color: #666666;
	font-size:16px;
	font-weight:bold;
} 
.useranzeige
{
	float:left;
	width:100%
	text-align:left;
	margin-left:10px;
	margin-top:10px;
}

.restzeitanzeige
{
	float:left;
	width:100%
	text-align: left;
	margin-top:2px;
	margin-left:10px;
	margin-right:10px;
	height:15px !imporant;
}

.aufgabenanzahlanzeige
{
	float:left;
	width:100%
	text-align: left;
	margin-left:10px;
	margin-right:10px;
	height:15px !imporant;
}

.Userdata
{
	background-image:url(images/userinfo.png);
	width:243px;
	height:66px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.CenterInfo
{
	float:left;
	/*background-color: #FFFFFF;
	width:944px;*/
	min-width: 350px;
	height:39px;
	margin-left:0px;	
	padding-top:5px;
	text-align:center;
}
.CenterInfo table tr td
{
	 align:left;
	padding-right:5px;
}
.CenterInfoStatic
{
	color: #666666;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	float:left;
	background-color: #FFFFFF;
	/*width:944px;*/
	min-width: 350px;
	height:39px;
	margin-left:0px;	
	padding-top:5px;
}

.content {
	display: table;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #f5f5f5 0%, #ffffff 20%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(0%,#f5f5f5), color-stop(20%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 0%,#ffffff 20%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 0%,#ffffff 20%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 0%,#ffffff 20%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#f5f5f5 0%,#ffffff 20%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border:1px solid #cccccc;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0);
	
	margin: 0px;
	padding: 0px;	
}
.TitleBar
{
	width:100%;
    /*height: 59px;*/
	background-color:#1f7047 !important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	
	padding-top: 10px; 
	padding-bottom: 10px;
    /*text-align: left;*/
    margin: 0px;
}
.ButtonPanel
{
	height:42px; 
	margin-top:39px;
	padding-top: 11px;
	float: center;
	background-color: #8b8b8b;
	width:100%;
	text-align:center;
}
.ButtonPanelOverview
{
	height:42px; 
	margin-top:39px;
	padding-top: 11px;
	float: center;
	background-color: #8b8b8b;
	width:100%;
	text-align:center;
}
.ButtonPanelFinish
{
	height:42px; 
	margin-top:39px;
	padding-top: 11px;
	float: center;
	background-color: #8b8b8b;
	width:100%;
	text-align:center;
}

.ButtonPanelStatic
{
	height:42px; 
	margin-top:39px;
	padding-top: 11px;
	float: center;
	background-color: #8b8b8b;
	width:100%;
	text-align:center;
}
.ButtonPanelDetail{
	height:42px; 
	margin-top:39px;
	padding-top: 11px;
	float: center;
	background-color: #8b8b8b;
	width:100%;
	text-align:center;
}
.QuestionNr{
	color: #333333;
	font-weight:bold;
	font-size:16px;
}
.TestTitle{
	color: #666666;
	font-weight:bold;
	font-size:16px;
}
.QuestionCode{
	color: #006fb4;
}

.QuestionTitle{
	color: #666666;
	font-size:16px;
	font-weight:bold;
}
.question-bar-border{
	height:10px;
	width:80px;
	border:1px solid #333333;
	float:right;
}
.time-bar-border{
	height:10px;
	width:80px;
	border:1px solid #333333;
	float:right;
}
#timer-bar{
	height:10px;
	background:#a22c1c;
}
#question-bar{
	height:10px;
	background:#71869b;
}

.CompletedObjectives{
	color: #1f7047;
	font-size: 16px;
	font-weight:bold;
}
.TotalObjectives{
	color: #999999;
	font-size: 16px;
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Contentbereich
------------------------------------------------------------------------------------------------------------------------------------------*/
.ui-content {
	/*height: 557px;
	min-width: 550px;*/
}
.task
{
	font-family: Arial,sans-serif;
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 700px;
	color: #333333;
	font-size: 14px;
	/*min-height: 545px;
	height: 557px;
	width: 944px;*/
    overflow: visible;
}
.task span.lti {	
	float: left;
}
.task span.lt {
	float: left;
	padding-top: 10px;
}

.htmlText{
	font-family: Arial,sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #333333;
	font-size: 14px;
	/*height: 557px;
	width: 944px;*/
	display: none;
    overflow: hidden;
}


.Angabe
{
    background-image: url(images/esc_angabe_bg.png);
    background-repeat: repeat-x;
    background-color: #f4f2dd;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.Frage
{
 
    background-repeat: repeat-x;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Fragenbox
{
 
}


.matrix-table{
	width:884px !important;
	padding:0px !important;
	margin:0px !important;
	height: 330px !important;
}

.matrix-table-row{
	background-color: #e0e0e0;
	height: 36px !important;
	padding:0px !important;
	margin-top:0px !important;
}

.matrix-table-row-b{
	height: 36px !important;
	background-color: #f0f0f0;
	padding:0px !important;
	margin:0px !important;
}
.matrix-table-row:nth-child(odd) {
    background-color: #e0e0e0;
}
.matrix-table-row:nth-child(even) {
    background-color: #f0f0f0;
}
.matrix-answer-text-cell{
border-bottom:2px solid #ffffff!important;
	text-align:left;
}

.matrix-answer-checkbox-cell{
	border-bottom:2px solid #ffffff!important;
	text-align:center;
}

.answer1-header{
	width:10%;
}
.answer2-header{
	width:10%;
}
.answer-column{
	
	float:right;
	width:10%;
	text-align:center;
}

.answer-text{
	max-width:80%;
	display:inline-block;
}

.question-text{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:14px;
}
.questiontext-background{
	background: transparent none;
	display:block !important;
	margin-bottom:10px !important;
	font-weight: bold;
	color: #000066;
	font-size: 24px !important;
}
.ChoiceAndImage{
	background: transparent none; 
	text-align: left;
	vertical-align: middle;
	/*margin-top: 70px;*/
}

.ChoiceTable{
}



.progressbar-border{
	width:300px;
	height:20px;
	border:1px solid #333333;
	margin-top:10px;
	margin-bottom:10px;
}
#studentscore-bar{
	height:20px;
	background:red;
	float:left
}
#masteryscore-bar{
	height:20px;
	background:green;
	float:left
}

.tableOo{
	border:1px solid #999999;
	background-color: #dedede;
	text-align: center;
	margin-left: 30px;
}
 .list{ 
 	margin:0px; 
 	padding:0px; 
 	text-align: center; 
 } 
.question-listbox{
	text-align: left;
	float: left;
	border: #8397b6 solid 1px;
	list-style-type: none;
	padding: 5px;
	
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	
}
ul.list li.question-listbox:nth-child(odd) {
    background-color: #ffffff;
}
ul.list li.question-listbox:nth-child(even) {
    background-color: #ffffff;
}

.cp_question{
	float:left;
	border:2px solid #8397b6;
	height:68px;
	width:236px;
	cursor:pointer;
	padding: 2px;
	margin: 1px;
}


.cp_question_highlight{
	float:left;
	border:2px solid #8397b6;
	height:68px;
	width:236px;
	cursor:pointer;
	background-color:#f0f0f0;
	padding: 2px;
	margin: 1px;
}

.cp_answer{
	float:right;
	border:2px solid #8397b6;
	height:68px;
	width:236px;
	cursor:pointer;
	padding: 2px;
	margin: 1px;
}


.cp_answer_highlight{
	float:right;
	border:2px solid #8397b6;
	height:68px;
	width:236px;
	cursor:pointer;
	background-color:#f0f0f0;
	padding: 2px;
	margin: 1px;
}
.cp_question_wrapper {
	float:left;
	top:20px;
	left:20px;
	height:405px;
	width:236px;
}

.cp_answer_wrapper {
	float:right;
	top:20px;
	right:20px;
	height:405px;
	width:236px;
}

.ListFrameR{
	border-left: 2px solid #b9b9b9;
	margin: 0px;
	padding: 0px;
	width:402px;
	height:400px;
	background-color: #fcfcfa;
}
.rAnswer {
	float: right;
}
.ListFrameL{
	border: 1px;
	width:402px;
	height:400px;
	border-right: 2px solid #b9b9b9;
	margin: 0px;
	padding: 0px;
	background-color: #fcfcfa;
}

.ListFrameR li ,
.ListFrameL li 
{
	list-style-type: none;
}

.DDTable{
	background-color: #ffffff;
	border: 0px;	
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
.DDTable th{
	background-color: #b9b9b9;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px; 
}

.DDTable td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.DDAnswer {
	align: center;
	display: table;
	margin: 0 auto;
}
.DDItem{
	display: block;
	width:300px;
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 0 auto;
	margin-right: 0 auto;
	
	padding:1%;
	height: 65px;
	border: 1px solid #b9b9b9;
	background-color: #ffffff;
}

.DDList{
	width:100%;
	height:99%;
	margin:0px;
	padding:0px;
	list-style-type: none; 
}

/* ul.DDList li.DDAnswer:nth-child(odd) { */
/*     background-color: #e0e0e0; */
/* } */
/* ul.DDList li.DDAnswer:nth-child(even) { */
/*     background-color: #f0f0f0; */
/* } */

ul.DDList li.DDAnswer click{
	border:1px solid #8397b6;
}
.active{
	border:2px solid #8397b6;
}
.DDLoptions{
	min-width: 290px;
	height: 25px;
}

.SCimgTableWrapper{
	float:left;
}
.SCimgWrapper{
	float:right;
}
.SCanswer, .MCanswer{
	color: #333333;
	text-decoration: none;
}

.tipp {
	position: absolute;
	bottom: 20px;
	padding-left: 40px;
	color: #a0a0a0;
	text-align: left;
}
.questioninfo {
	position: absolute;
	color: #a0a0a0;
	text-align: left;
}
/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Contentbereich Nachtrag
------------------------------------------------------------------------------------------------------------------------------------------*/

.ConnectPoint {
	width: 672px; 
	height: 400px;
}

.ConnectPointPaper {
	width: 200px; 
	height: 400px; 
	float: left; 
	position: relative;
}

.mcImage {
	text-align:right;
	vertical-align:top;
}
/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Buttonleiste unten
------------------------------------------------------------------------------------------------------------------------------------------*/


.logotitelbereichXXX
{
    padding-left: 14px;
    background-color: #ff0000;
}

.logobereichXXX
{
    position: absolute;
    left: 14px;
    top: 4px;
    width: 32px;
}

.titelbereichXXX
{
    position: fixed;
    display: block;
    left: 60px;
    bottom: 38px;
    width: 45%;
}

.finish-form{
}

.overview_categories{
	color: #333333;
	height: 557px;
	width: 944px;
    overflow: hidden;
}
.overview_questions{
	margin-top: 39px;
	color: #333333;
	height: 557px;
	width: 944px;
    overflow: hidden;
}
#overview_categories_table{
	width:100%;
	border: 1px solid #333333;
}
#overview_questions_table{
	width:100%;
	border: 1px solid #333333;
}
#overview_questions_table th {background-color:#cccccc}
#overview_categories_table th {background-color:#cccccc}
#overview_questions_table_wrapper  {width:100%;height:100%;overflow:auto}
#overview_categories_table_wrapper {width:100%;height:100%;overflow:auto}
.overview_categories_title{}
.overview_questions_title{}
.column_center{text-align:center}
.rowA{background-color:#fdfdfd}
.rowB{background-color:#f0f0f0}

}

/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Statusleiste unten
------------------------------------------------------------------------------------------------------------------------------------------*/

.StatusBar
{
    background: #ededed;
    color: #333333;
    text-shadow: 0 1px 1px #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#ffffff));
    background-image: -webkit-linear-gradient(#b2b2b2, #ffffff);
    background-image: -moz-linear-gradient(#b2b2b2, #ffffff);
    background-image: -ms-linear-gradient(#b2b2b2, #ffffff);
    background-image: -o-linear-gradient(#b2b2b2, #ffffff);
    background-image: linear-gradient(#b2b2b2, #ffffff);
    background-image: linear-gradient(#b2b2b2, #ffffff);
}

.beantwortetefragenanzeige
{
    text-align: center;
}

.uhrzeitanzeige
{
    text-align: right;
    margin-right: 14px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Quiz - Detailauswertung
------------------------------------------------------------------------------------------------------------------------------------------*/

.correctDropDown
{
	color: #FF0000;
}
.correctAnswer {
	color: #FF0000;
}

.Auswertung{
	float: left;
	color: #333333;
	font-weight:bold;
	font-size:16px;
}
.blacklink {
	color: #333333;
	text-decoration: none;
}


.testFinished {
	height: 100px;
	padding-top:100px;
	font-size: 36px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------------------------------------------------------------------
jquerymobile-CSS Modifikationen
------------------------------------------------------------------------------------------------------------------------------------------*/

.ui-btn-up-b {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{e-bup-border}*/;
	background: 			#ffffff !important/*{e-bup-background-color}*/;
	font-weight: bold !important;
	color: 					#333333 !important/*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ 	#ffffff !important/*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-bup-background-start}*/), to( #ffffff /*{e-bup-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important;
}
.ui-btn-hover-b {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{e-bup-border}*/;
	background: 			#ffffff !important/*{e-bup-background-color}*/;
	font-weight: bold !important;
	color: 					#333333 !important/*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ 	#ffffff !important/*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-bup-background-start}*/), to( #ffffff /*{e-bup-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important;
}
.ui-btn-up-e {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{e-bup-border}*/;
	background: 			#ffffff !important/*{e-bup-background-color}*/;
	font-weight: bold !important;
	color: 					#333333 !important/*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ 	#ffffff !important/*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-bup-background-start}*/), to( #ffffff /*{e-bup-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-bup-background-start}*/, #ffffff /*{e-bup-background-end}*/)!important;
}

.ui-btn-hover-e {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{e-bhover-border}*/;
	background: 			#ffffff !important/*{e-bhover-background-color}*/;
	font-weight: bold;
	color: 					#333333 !important/*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ 	#ffffff !important/*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-bhover-background-start}*/), to( #ffffff /*{e-bhover-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important;
}

.ui-btn-up-a {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{a-bhover-border}*/;
	background: 			#ffffff !important/*{a-bhover-background-color}*/;
	font-weight: bold;
	color: 					#333333 !important/*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #ffffff !important/*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bhover-background-start}*/), to( #ffffff /*{a-bhover-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #ffffff /*{a-bhover-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #ffffff /*{a-bhover-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #ffffff /*{a-bhover-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #ffffff /*{a-bhover-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{a-bhover-background-start}*/, #ffffff /*{a-bhover-background-end}*/)!important;
}

.ui-btn-hover-a {
	background-color: #ffffff !important;
	border: 1px solid 		#ded9b3 !important/*{e-bhover-border}*/;
	background: 			#ffffff !important/*{e-bhover-background-color}*/;
	font-weight: bold;
	color: 					#333333 !important/*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ 	#ffffff !important/*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-bhover-background-start}*/), to( #ffffff /*{e-bhover-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-bhover-background-start}*/, #ffffff /*{e-bhover-background-end}*/)!important;
}

.ui-page{
	/*background:#ffffff !important;*/
	/*background-image:url(images/content.png)!important;*/
	background-repeat:no-repeat!important;
	background-position: bottom right !important;

}

.ui-controlgroup-label
{
    font-weight: bold;
    padding-bottom: 15px;
	/*background-color:#ffffff !important;*/
}

.ui-controlgroup-label
{
    font-weight: bold !important;
}

.ui-btn-up-c
{
    font-weight: normal !important;
}

.ui-btn-hover-c
{
    font-weight: normal !important;
}

.ui-mini .ui-btn-inner
{
 
}

.ui-bar-a
{
	border: 0px solid 		 #b9b9b9/*{a-bar-border}*/!important;
	background: 			#ffffff /*{a-bar-background-color}*/!important;
	color: 					#333333 /*{a-bar-color}*/!important;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/))!important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/)!important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/)!important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/)!important; /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/)!important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/)!important;
    font-weight: normal !important;
}

.ui-icon-esc-aufschieben
{
    background-image: url("images/esc_btn_aufschieben_icon.png") !important;
}
.ui-icon-esc-fertig
{
    background-image: url("images/esc_btn_fertig_icon.png") !important;
}
.ui-icon-esc-start
{
    background-image: url("images/esc_btn_starten_icon.png") !important;
}

.ButtonBar .ui-block-b
{
    text-align: right;
}

.FooterBar
{
	display:none;
}
.ButtonDelayTask{
	vertical-align:top;
	margin:  0 0 0 0 !important;
	padding: 11 11 11 11 !important;
	width:40px;
}
.ButtonSubmitTask{
	margin:  0 0 0 0 !important;
	padding: 11 11 11 11 !important;
	width:40px;
}
.ButtonResetTask{
	margin:  0 0 0 0 !important;
	padding: 11 11 11 11 !important;
	width:40px;
}
.ButtonBackDetail{
	margin:  0 0 0 0 !important;
	padding: 11 11 11 11 !important;
	width:40px;
}
.ButtonStartTest{
	float:center;
	width:150px;

}
.Info{
	color: #666666;
	font-size:16px;
	font-weight:bold;
}


.ui-controlgroup, fieldset.ui-controlgroup
{
    margin: .5em 14px .5em !important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Review: Markierungen
------------------------------------------------------------------------------------------------------------------------------------------*/

.ObjectivePassed
{
    background-color: #bbdfc9;
}
.ObjectiveFailed
{
    background-color: #e1a095;
}
.ObjectiveNotAttempted
{
    background-color: #e1a095;
}
.ObjectiveInteractive
{
}

.ObjectiveBeschreibung
{
    display: none;
}
.Frage.ObjectivePassed
{
    border-left: 3px solid green;
}
.Frage.ObjectiveFailed
{
    border-left: 3px solid red;
}
.ObjectiveFailed .ObjectiveBeschreibung
{
    display: inline;
    color: red;
}
.ObjectivePassed .ObjectiveBeschreibung
{
    display: inline;
    color: green;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Sonstige
------------------------------------------------------------------------------------------------------------------------------------------*/

body
{
	overflow: auto;
    cursor: default;
}

h1
{
    font-size: 16px;
    padding-left:10px;
}

p
{
    padding-left: 6px;
    padding-right: 6px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
Simple Modal Close Button
------------------------------------------------------------------------------------------------------------------------------------------*/

#simplemodal-container a.modalCloseImg
{
    background: url(images/simplemodal-close.png) no-repeat; /* adjust url as required */
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}

.ui-simpledialog-screen-modal { 
	-moz-opacity: 0.5 !important; 
	opacity:.50 !important; 
	filter: alpha(opacity=50) !important;  
	
	}
.simplemodal-container{
	background-color: #FFFFFF;
}
span {
	color: #333333;
	white-space: normal;
}
table {
	color: #333333;
}
input{
	font-family: Arial,sans-serif;
	color: #333333;
}

html,body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {
	height:150px; 
	width:280px; 
	color:#333; 
	background-color:#fff; 
	border:0px solid #444; 
	padding:12px;
	font-family: Arial,sans-serif; 
	font-size: 12px;
}
#simplemodal-container .simplemodal-data {
	padding:8px;
	}
#simplemodal-container code {
	background:#fff; 
	border-left:0px solid #65B43D; 
	color:#333; 
	display:block; 
	font-family: Arial,sans-serif; 
	font-size:10px; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
	}
#simplemodal-container a {
	color:#333;
	}
#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:10px; 
	right:10px; 
	cursor:pointer;
	}
#simplemodal-container h3 {
	color:#333;
	font-family: Arial,sans-serif; 
	font-size: 14px;
	font-weight: bold;
}
.hotspot{
	box-shadow: 10px 10px 5px #888888;
}
