/*
*Hack der eigentlich nicht existieren sollte
*/
div.form {
	height: auto; 
	border: 2px solid #FFDF89;
	border-top: 1px solid #FFDF89;
	width: auto;
	padding: 0px;
}


	.middleform th
	{
		margin: 0px;
		/*padding: 4px 8px 7px 0px;*/
		/*font-size: 16px;*/
		font-weight: normal;
		/*background-image: url(/trainer/img/navi_bg.gif);*/
		background-repeat:	repeat-x;
		background-color: 	#FFDF89;
		/*height: 22px;*/
		text-align: left;
		overflow: hidden;
	}
	
		.middleform th.subject {
			padding-right: 20px;
			text-align: right;
			vertical-align: top;
		}

.tabContent
{
	height: 420px;
	width: 100%;
	margin: 0px;
	padding: 3px;
}
#right
{
	padding-top: 28px;
}
form
{
	padding: 0px;
	margin: 0px;
}

.mainsubheadingbottom
{
	background-color: #d7e6ff;
	padding: 2px 8px 2px 8px;
	vertical-align: middle;
}
/*
* Hack ende
*/


.tabContent .inputTable th {
	height: 20px;
}

.even {
	background-color: #fff8cc;
	/*background-color: #FFF8DC*/
}

.odd {
	background-color: #FFFFEE;
}
.uneven {
	background-color: #FFFFEE;
}

.highlight {
}

.even .highlight {
	background-color:#E6D5AC;
}
.uneven .highlight {
	background-color:#e6e6d6;
}

/*#startlearning select
{
	width: 150px;
}
#startquery select
{
	width: 150px;
}*/

#contentDisplayVocables
{
	height: 550px;
	overflow: scroll;
}

/*
* Lerningcontent
*/	
.lectionlisting
{
	display: none;
}

.contentContainer
{
	padding: 0px;
	overflow: auto;
	height: 100%;
	vertical-align: top;
}

/*
* Tree View
*/
.treeContainer
{
	width:300px;
	overflow: auto;
	height: 100%;
	float: left;
	border-right: 1px solid #999999;
}

/*ul.tree {
	margin: 3px;
}*/
	.tree [ondblclick] {
		cursor: pointer;
	}
	.tree h2 {
		margin: 0px;
		background-color: transparent;
	}
	.tree div {
		display: none;
		margin-left: 6px;
		padding-left: 8px;
		margin-bottom: 0px;
		border-left: 1px solid #dddddd;
	}
	
	.tree {
		text-align: left;
	}
	

/*
* Folder View
*/
.folder {
	margin-top: 0px;
}
	.folder img {
		margin: 2px;
	}
	.folder [ondblclick] {
		cursor: pointer;
	}
	.folder h2 {
		margin: 0px;
		background-color: transparent;
	}
	.folder div {
		display: none;
	}

/*
* DHTML Option
*/
/*.active {
	background-color: #447BCD;
}*/
/*.option
{
	color:#464E90;
	cursor: pointer;
	line-height: 24px;

}
.option:hover
{
	text-decoration:	underline;
}
.option div:hover {
	text-decoration:	underline;
}*/
/*.option:visited {
	color:				#2200B3;
	text-decoration:	none;
}*/
.select div:hover
{
	background-color: #F0F0F0;
}

/*
* Karteikarte
*/
#trainerContent .card
{
	width: 320px;
	height: 240px;
	margin: 25px 0px 25px 200px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
	#trainerContent .card th
	{
		padding-left: 5px;
		text-align: left;
		height: 100px;
		vertical-align: middle;
		font-size: 150%;
		font-weight:bolder;
		background-color: #FFEDBF;
		cursor: pointer;
		background-image:	url(/trainer/img/cardBackground.jpg);
	}
	#trainerContent .card td
	{
		padding-left: 5px;
		text-align: left;
		height: 100px;
		vertical-align: middle;
		font-size: 150%;
		font-weight:bolder;
		visibility: hidden;
	}
	#trainerContent .card .info
	{
		text-align: right;
		vertical-align: top;
	}
	#trainerContent input[type=text] {
		width: 100%;
	}
	
	#trainerContent td {
		overflow: visible;
	}

div.vcard {
	margin-left: 50px;
	width: 240px; 
	text-align: left; 
	vertical-align: middle; 
	background-image: url(/trainer/img/card2.png); 
	height: 250px; 
	padding-top: 6px;
}
	.vcard table {
		margin-left: 10px;
		width: 210px; 
		height: 182px; 
	}
		.vcard th {
			height: 78px;
			background-image: none;
			background-color: transparent;
			font-size: 120%;
			text-align: center; 
			
		}
		.vcard td {
			height: 28px; 
			padding-left: 10px;
		}
	
#vcardselector {
	position: absolute;
	bottom: 0px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	border-top: 1px solid #6181FF;
	height: 175px;
}
	/*.selector div.table {
		display: table;
	}
	.selector div.row {
		display: table-row;
		
	}*/
	#vcardselector div.container {
		width: 1600px;
	}
	#vcardselector div.container div.cell {
		float:left;
		white-space:nowrap;
	}
	#vcardselector div.container  div.cell div.content {
		height: auto;
		width: auto;
		position: relative;
	}
	#vcardselector div.vcover {
		position: absolute;
		top: 0px;
		left:0px;
		z-index: 5;
		background-color: #333333;
		opacity: .15;
		height: 165px;
		width: 160px;
	}
		#vcardselector .active div.vcover {
			opacity: .0;
		}
		#vcardselector div.vcover:hover {
			opacity: .08;
		}
		#vcardselector .active div.vcover:hover {
			opacity: .0;
		}

div.vcard {
	margin-left: 50px;
	width: 240px; 
	text-align: left; 
	vertical-align: middle; 
	background-image: url(/trainer/img/card2.png); 
	height: 250px; 
	padding-top: 6px;
}
	div.container .content div.vcard table th {
		background-image: none;
		background-color: transparent;
		text-align: center;
		overflow: hidden;
	}

	#vcardselector div.vcard {
		margin: 5px 5px 0px 5px;  
		width: 150px; 
		text-align: left; 
		vertical-align: middle; 
		background-image: url(/trainer/img/card3.png); 
		height: 165px; 
		padding-top: 5px; 
	}
		#vcardselector .vcard table {
			margin-left: 10px;
			width: 130px; 
			height: 91px;
			overflow: hidden;
			table-layout: fixed;
		}
		#vcardselector .vcard th {
			/*white-space: normal;*/
			height: 50px;
			font-size: 85%;
		}
		#vcardselector .vcard td{
			height: 14px; 
			padding-left: 5px;
			font-size: 80%;
		}

		#vcardselector .vcard div{
			text-align: center; 
			line-height: 50px;
			font-size: 85%;
		}
		#vcardselector .vcard span{
			line-height: 15px; 
			padding-left: 10px; 
			font-size: 80%;
		}
	
	
#previewClozeTarget
{
	line-height: 110%;
}
.cloze
{
	line-height: 180%;
}

#clozetext {
	line-height: 180%;
	width: 784px;
	height: 320px;
	overflow: auto;
}

#content
{
	position: absolute;
	width: 480px;
	height: 320px;
	background-color: #FFFFEE;
	border: 1px solid #666666;
	left: 600px;
	top: 400px;
}

.exercise
{
	margin-bottom: 25px;
}
	.exercise th
	{
		background-color: transparent;
		/*font-size: 120%;*/
		font-weight: bold;
		text-align: left;
	}
	.exercise td
	{
		vertical-align: top;
	}
	.exercise textarea
	{
		width: 100%;
		height: 100%;
	}

.drag
{
	text-align: right;
	background-color: #447BCD;
}

/**
* Einzel Anweisungen
*
*/
		
	#editexercise.content div.left {
		width: 548px;
	}
	
		#editexercise.content div.left div.popupcontent {
			width: 530px;
			height: 100%;
			margin: 0px;
			float: left;
		}

#queryDict div.content {
	height: 280px;
	width: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

	#queryDict #queryResult {
		height: auto;
		max-height: 170px;
		overflow: auto;
	}
		#queryDict #queryResult img {
			margin-right: 2px;
		}
	
	#vocableContainer table {
		width: 100%; 
	}

/* Auskommentiert weil sonst Result beim Lernen / Abfragen nicht sichtbar ist
#result
{
	display: none;
	position: absolute;
	width: 320px;
	height: 480px;
	background-color: #FFFFEE;
	border: 1px solid #666666;
	top: 250px;
	left: 200px;
}*/
span.result {
	display: inline-block;
	background-color: #cccccc;
	min-width: 30px;
}

.pan {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 17px;
	/*list-style-type: none;*/
	width: 120px;
	height: 90px;
	
	background-color: #FFF8DC;
	/*position: relative;*/
	/*padding: 5px;*/
	border: 1px solid  #6181FF;
	/*font-size: 80%;*/
}
	
	.pan .hint {
		font-size: 75%; 
		width: 198px;
	}
	
	.pan div.content{
		padding: 2px;
		font-size: 0.8em;
		overflow: hidden;
		height: 56px;
		width: 116px;
	}
		.pan div.content img{
			margin: 2px;
		}
	
	.pan div.action{
		border-top: 1px solid #6181FF;
		background-color: #D7E6FF;
		margin: 0px;
		padding: 1px 3px;
		float: none;
		text-align: right;
		height: 27px;
	}
		
	
	/*.pan > div {
		padding: 3px;
	}*/
	
.head th {
	overflow: hidden;
}
/*
* CSS für Verbesserung von Exercises
*/
u, ins
{
	background-color: #99FF99;
}
strike, del
{
	background-color: #FF9999;
}

.comment font
{
	background-color: #666666;
}

table.loading {
	width: 100%;
	height: 100%;
}
	.loading td {
		text-align: center;
	}
	
.gap {
	font-weight: bold;
	/*font-size: 130%;*/
}
	.gap span {
		letter-spacing: 0.2em;
		background-color: #99FF99;
	}
	.gap u, ins {
		background-color: #FF9999;
	}
	.gap strike, del {
		background-color: #FF9999;
	}
	
	
	.dictation u, ins {
		letter-spacing: 0.2em;
		background-color: #FF9999;
	}
	.dictation strike, del {
		letter-spacing: 0.2em;
		background-color: #FF9999;
	}

.translation {
	width: 100%;
}
	.translation textarea {
		width: 447px;
		height: 210px;
	}

	#multiplechoicetext table {
		width: 100%;
	}
	#multiplechoicetext td {
		vertical-align: top;
		padding: 3px;
		
	}
	
	
div.readingexercise {
	margin: 10px 10px 30px 10px;
	background-color: #FFF8DC;
	border: 1px solid #FFDF89;
	padding: 0px;
}
	div.readingexercise .title {
		padding-left: 3px;
		background-color: #FFDF89;
	}
	div.readingexercise .para {
		margin: 0px;
	}
	
	#editreadingexercise textarea {
		height: 180px;
	}
	
	.readingexercise table {
		width: auto;
	}
	
	#editdictation textarea {
		height: 180px;
	}
	
.companyButton {
	position: absolute;
	right: 10px;
	z-index: 5;
	top: -28px;
	vertical-align: bottom;
}
	.companyButton img {
		vertical-align:text-bottom;
	}

/*
* Formatierungen in der Korrektur
*/
.marking span {
	line-height: 1.2em;
}

	.marking sup.comment {
		color: blue;
	}
	
	.marking .correction {
		margin: 3px;
		padding: 2px;
		border: 1px solid black;
		background: white;
	}

.marking u, ins {
	background-color: #99FF99;
}
.marking strike, del {
	background-color: #FF9999;
}

/*
* Hueber
*/
/*.comp3 h1 {
	background-image: none;
	background-color: #D72F1F;
}

.comp3 .content h1 {
	background-image: url(/navi_bg.gif);
	background-color: #D72F1F;
}*/
.comp3 div.container h1 {
	background-image: none;
	background-color: #D72F1F;
	color: white;
}

	.comp3 .companyButton {
		color: white;
	}


	.comp3 .content h1 {
		background-image: url(/navi_bg.gif);
		background-color: #D72F1F;
	}
	
	.comp3 .tab span.active {
		background-color: #D72F1F;
		border: 2px solid #D72F1F;
		color: white;
	}
	
/*
* Dolce Lauda
*/
.comp4 h1 {
	background-image: none;
	background-color: #BBBBBB;
}

.comp4 .content h1 {
	background-image: url(/navi_bg.gif);
	background-color: #FFDF89;
}

/*
* Dalango
*/
.comp5 div.container h1 {
	background-image: none;
	background-color: #D24115;
	color: white;
}

	.comp5 .companyButton {
		top: -23px;
		color: white;
	}
	.comp5 .companyButton img {
		border: 1px solid #D24115;
	}

	.comp5 .content h1 {
		background-image: url(/navi_bg.gif);
		background-color: #FFDF89;
	}
	
	.comp5 .tab span.active {
		background-color: #D24115;
		border: 2px solid #D24115;
		color: white;
	}

#selectlearninglection iframe {
	margin-top: 5px;
	border-width: 0px;
	height: 240px;
	width: 100%;
}

.selectbar {
	width: 160px; 
	color: white; 
	height: 480px; 
	overflow: auto;
}
.selectbar div {
	margin-bottom: 5px;
}
.selectbar div:hover {
	background-color: #FFDF89;
}

#demo {
	margin-top: 20px;
	margin-left: 20px;
	width: 400px;
	position: relative;
	border: 1px solid #6181FF;
}
	#demo .content {
		width: 400px;
		height: 250px;
		padding: 5px;
	}
		#demo .content p {
			line-height: 30px;
		}
	#demo .selector { 
		background-color: white;
		border-top: 1px solid #6181FF;
		width: 400px;
		height: 45px;
		padding: 0px;
		
	}
	
		#demo .selector img {
			opacity: .6;
		}
		#demo .selector img:hover {
			opacity: .8;
		}
		
		#demo .selector img.active {
			opacity: 1;
		}
		
		#demo .selector div.cell {
			border-right: 1px solid #6181FF;
			display: inline-block;
		}
		
		#demo .selector div.cell:last-child {
			border-right: 0px solid #6181FF;
		}
		
		#demo .selector div.cell div.content {
			height: 60px;
			width: 79px;
			padding: 0px;
			margin: 0px;
			overflow: hidden;
			position: relative;
		}
		
		#demo div.cover {
			position: absolute;
			top: 0px;
			left:0px;
			z-index: 5;
			background-color: #333333;
			opacity: .45;
			height: 60px;
			width: 80px;
		}
			#demo .active div.cover {
				opacity: .0;
			}
			#demo div.cover:hover {
				opacity: .18;
			}
			#demo .active div.cover:hover {
				opacity: .0;
			}
		
