@charset "utf-8";

/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 6.3 Release 0 Build 4 */


div{
	color: #636363;
	font-weight:normal;
}

div.Titles{
	padding: 0px;
	text-align: left;
	color: #636363;
}


.ExerciseTitle{
	font-size: 13px;
	font-weight: bold;
	color: #a1c815;
}

.ExerciseSubtitle{
	font-size: 12px;
	font-weight: bold;
	color: #636363;
}

div.StdDiv{
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight:normal;

	padding: 1em 0px 1em 0px;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;*/
	margin: 5px 0px 5px 0px;
}

div.StdDivDark{
	background-color: white;
	text-align: left;
	font-size: 12px;
	font-weight:normal;

	padding: 0px;
	margin: 5px 0px 5px 0px;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;*/
}

/* folgende zwei table Definitionen überstimmen eine Default-Angabe aus Hotpotatoes hw, Jan 2013 */
table {
	border-style: none;
}
table tr td {
	border-style:none;
	}


/* EndCorePageCSS */

.RTLText{
	text-align: right;
	font-size: 15px;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial,sans-serif; 
}

.CentredRTLText{
	text-align: center;
	font-size: 15px;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial,sans-serif; 
}

button p.RTLText{
	text-align: center;
}

.RTLGapBox{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Times New Roman", Geneva,Arial,sans-serif;
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
}

#Instructions{
	font-size: 12px;
	color: #636363;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-weight:normal;
}

div.ExerciseText{

}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer #FeedbackBox{
	color: #636363;
}

.LeftItem{
	font-size: 12px;
	color: #636363;
	text-align: left;
	padding:3px;
}

.RightItem{
	font-weight: bold;
	font-size: 12px;
	color: #636363;
	padding:3px;
}

span.CorrectMark{

}

input, textarea{
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/* Original 
select{
	font-size: 11 px;
}
*/

/* hw select aenderung, um Schriftfarbe auf Schwarz umzustellen */
/* hw select neu */
/* remove standard-styles */
 select {
  padding: 15px:
  font-size: 12px;
  background-color: #ffffff;
  color: #000000 !important;
  border: solid 1px #636363;
  Cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:none;
}

div.Feedback {
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	border-color: #636363;
	padding: 5px;
	text-align: center;
	color: #636363;
	background-color: #feffdd;
	position: absolute;
	display: none;
	font-size: 12px;
}




div.ExerciseDiv{
	color: #636363;
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 90%;
	position: relative;
	text-align: center;
	padding: 0px;
}

table.FlashcardTable tr{
	border-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

table.FlashcardTable td.Showing{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;

}

table.FlashcardTable td.Hidden{
	display: none;
}

/* JMix styles */
div#SegmentDiv{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

a.ExSegment{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

span.RemainingWordList{
	font-style: italic;
}

div.DropLine {
	position: absolute;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #59c8f5;
	width: 100%;
}

/* JCloze styles */

.ClozeWordList{
	text-align: center;
	font-weight: bold;
}

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2.0;
	font-size: 12px;
	font-weight:normal;
	color:#636363;
}

span.GapSpan{
	font-weight: bold;
}

/* JCross styles */

table.CrosswordGrid{
	margin: 1em 0px 1em 0px;
	border-collapse: separate;
	border-spacing: 2px;
	padding: 0px;
	background-color: white;
}

table.CrosswordGrid tbody tr td{
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding: 5px;
	margin: 0px;

	color: #000000;
}

table.CrosswordGrid span{
	color: #636363;
}

table.CrosswordGrid td.BlankCell{
	background-color: white;
	color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: white;
	color: #636363;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #59c8f5;
}

table.CrosswordGrid td.NumLetterCell{
	text-align: left;
	vertical-align: top;
	background-color: white;
	color: #59c8f5;
	padding: 0px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #59c8f5;
}

.NumLetterCellText{
	cursor: pointer;
	color: gainsboro;
}

.GridNum, .GridNum:visited{
	vertical-align: super;
	font-size: 10px;
	line-height:10px;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
	color: #59c8f5;
}

.GridNum:hover{
	color: #59c8f5;
	text-decoration: underline;
}

table#Clues{
	margin: auto;
	vertical-align: top;
}

table#Clues td{
	vertical-align: top;
}

table.ClueList{
  margin: auto;
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.Clue{
	text-align: left;
}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
}

/* Keypad styles */

div.Keypad{
	text-align: center;
	display: none; /* initially hidden, shown if needed */
}

div.Keypad button{
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	width: 2em;
}

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}

textarea{
	font-family: verdana, sans-serif;
}

.QuestionText{
	font-weight:bold;
}

.Answer{
	font-size: 12px;
	letter-spacing: 0.1em;
}

.PartialAnswer{
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000000;
}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 12px;
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
	margin-left:0px;
	padding:0px;
	font-weight:bold;
}

li.QuizQuestion{
	padding: 0px;
	margin-bottom: 1.5em;
}

ol.MCAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
	margin-left:35px;
}

ol.MCAnswers li{
	margin-bottom: 1em;
}

ol.MSelAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
	color:#59c8f5;
	margin-bottom:0px;
	margin-left:35px;
}

.MSelCheckbox{
	margin-right:10px;
}

div.ShortAnswer{
	padding: 1em;
}

.FuncButton, .FuncButtonUp, .FuncButtonDown, FunctionButton, button {
	text-align: center;
	background: #59c8f5; 
	border-width: 0px;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
	padding:3px;
	margin-right:5px;
}

/*
.FuncButtonUp {
	text-align: center;
	background: #59c8f5; 
	border-width: 0px;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
	padding:3px;
}

.FuncButtonDown {
	text-align: center;
	border-width: 0px;
	background: #59c8f5; 
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
	padding:3px;
*/
/*
	color: #FFFFFF;
	text-align: center;
	border-style: solid;

	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	background-color: #000000;
	color: #FFFFFF;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
*/
}

/*BeginNavBarStyle*/

div.NavButtonBar{
background-color: #ffffff;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 12px;
}

.NavButton {
	text-align: center;
	background: #59c8f5; 
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-right: 0px;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

.NavButtonUp {
	text-align: center;
	background: #59c8f5; 
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-right: 0px;
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

.NavButtonDown {
	text-align: center;
	background: #59c8f5; 
	color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}

/*EndNavBarStyle*/

div.CardStyle {
	position: absolute;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: #636363;
	background-color: #feffdd;
	left: -50px;
	top: -50px;
	overflow: visible;
}


.rtl{
	text-align: right;
	font-size: 140%;
}

#CheckButtonDiv{
	position: relative;
	top:0px;
}

article.uebungen{position: relative;}
article.uebungen #TheBody img{position: relative;  max-width:none; width: auto;}

