/* by Veselin@MarinovNET und KF */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0;  
	background-color: #FFFFFF;
/*	overflow-x: hidden;*/
}

/* content layout div's */

#container
{
width: 100%;
height:100%;
margin: 0px auto;
/*border: 1px dashed gray;*/
overflow: hidden;
}

#leftcontent {
	background-color: #003366;
	width: 150px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin-left: 0px;
	padding-left: 4px;
	/*border: 1px dashed black;*/
	}

div.oberbegriff
{
	font-weight:bold;
	font-size: 10pt;
	color: #808080;

}
div.unterbegriff
{
	border: 0px solid white;
	font-size: 10pt;
	text-indent: -10px;
	padding-left:25px;
	color: white;
}

div.unterbegriff a:hover
{
	text-decoration:none; 
	font-style:italic;
	font-family: Arial, sans-serif;
}
div.unterbegriff a:link
{
	text-decoration:none;
	font-family: Arial, sans-serif;
	color:white;
}
div.unterbegriff a:visited
{
	text-decoration:none;
	font-family: Arial, sans-serif;
	color:white;
}

#ligologo {
	margin-bottom: 20px;
}

#rightcontent {
	align:right;
	height: 100%;
	padding: 0px;
	margin-left: 150px;
	/*border: 1px dashed blue;*/
	background-color: white;
	text-align: justify;
}

#tracker {
	width: 90%;
	padding-left: 10px;
	height: 12%;
	background-color: white;
	font-size: 14px;
	
	/*margin-bottom: 10px;*/
}

#tracker a:hover {
	text-decoration:none;
	color: #AA0000;
	font-family: Arial, sans-serif;
}
#tracker a
{
	text-decoration:none;
	color: #003366;
	font-family: Arial, sans-serif;
}

#cards {
	display: none;
	width: 90%;
	margin: auto;
	background-color: white;
	color: #003366;
	/*border-bottom: 1px dashed yellow;*/
	margin-bottom: 0px;
	}

#cards a:hover {
	text-decoration:none;
	color: #AA0000;
	font-family: Arial, sans-serif;
}
#cards a
{
	text-decoration:none;
	color: #003366;
	font-family: Arial, sans-serif;
}



#content {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	height: 88%;
	width: 90%;
	margin: auto auto;
	border: 0px solid black;
	border-top: none;
	background-color: silver;
	overflow: auto;
	overflow-x: hidden;
	}

/* cards on top menu */
table.cards {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

td.notSelected {
	background-color:white;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	-moz-border-radius: 10px 10px 0px 0px;
	text-align: center;
	vertical-align: center;
}
td.selected {
	
	background-color:silver;
	border-width: 1px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	-moz-border-radius: 10px 10px 0px 0px;
	text-align: center;
	vertical-align: center;
}

td.content {
	background-color: silver;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}

img.button {
	vertical-align: middle;
}

#normaliframe {
	text-align: center;
	border: 0px;
	width: 600px;
	height: 500px;
	overflow: auto;
	border:1px solid black;
}

#prevArrow {
	left: 165px;
	bottom: 10px;
	position: absolute;
}
#nextArrow {
	right: 10px;
	bottom: 10px;
	position: absolute;
}

#printButton {
	left: 60px;
	bottom: 5px;
	position: absolute;
}

#generalContent {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	height: 100%;
	/*width: 90%;*/
	margin: auto auto;
	border: 0px solid black;
	border-top: none;
	background-color: white;
	overflow: auto;
	overflow-x: hidden;
	font-size: 11pt;
	}

/* IE Hack
this applies only to IE5/6/7
*/
* html div#generalContent {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	height: 100%;
	width: 90%;
	margin: auto auto;
	border: 0px solid black;
	border-top: none;
	background-color: white;
	overflow: auto;
	overflow-x: hidden;
	font-size: 11pt;
	}



/* Table with logos */
table.logos {
	/*border: 1px dashed silver;*/
	width: 100%;
	align: center;
	margin-bottom: 50px;
}
table.logos tr {
	/*border: 1px dashed silver;*/
	align: justify;
}
table.logos td {
	/*border: 1px dashed silver;*/
	text-align: center;
}

#testcreatorLogos {
	width: 100%;
	height: 10%;
}
#testcreator {
	height: 90%;
}

#exerciseiframe {
	margin: 0px;
	border: 0px;
	width: 99%;
	height: 100%;
	overflow: none;
}

#testsiframe {
	margin: 0 auto;
	width: 80%;
	height: 70%;
	overflow: none;
}


/* TESTS */
#testLeft {
	padding-left: 5px;
	background-color:green;
	color: white;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 10pt;
}

#countdown1 {
	font-size: 14pt;
}

#testLeft a:hover
{
	text-decoration:none; 
	font-style:italic;
	color: black;
	font-family: Arial, sans-serif;

}

#testLeft a:link
{
	text-decoration:none;
	font-family: Arial, sans-serif;
	color:white;
}

#testLeft a:visited
{
	text-decoration:none;
	font-family: Arial, sans-serif;
	color:white;
}
#testLeft a.answered {
	color: black;
}

h1
{
	color: #AA0000;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	text-align: center;
}
p  { 
	font-family: Arial, sans-serif; 
	margin-top: 6pt;
	margin-left: 6pt;
	margin-right: 6pt;
}

div.standardParagraph {
	font-family: Arial, sans-serif; 
	margin-top: 6pt;
	margin-left: 6pt;
	margin-right: 6pt;
}

#authors {
	font-size: 10pt;
}

#footnote {
	font-size: 10pt;
	text-align: justify;
	padding: 0px 20px 0px 20px;
}


#footnoteLink {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: super;
	text-decoration: none;
}

#webcounter {
	bottom: 10px;
	right: 10px;
	position: absolute;
	text-align: right;
}

#glossar {
	font-weight: bold;
	text-decoration: none;
}
#noUnderscoreLink {
	text-decoration: none;
}
img {
	border: 0pt;
}
a:link
{
	font-family: Arial, sans-serif;
	color:#003366;
}
a:visited
{
	font-family: Arial, sans-serif;
	color:black;
}
a:hover {
	color: black;
	
	font-family: Arial, sans-serif;
	text-decoration: none
}
BODY {
	color: black;
	font-family: Arial, sans-serif;
	SCROLLBAR-FACE-COLOR: Silver;
	SCROLLBAR-HIGHLIGHT-COLOR:White; 
	SCROLLBAR-SHADOW-COLOR: White; 
	SCROLLBAR-3DLIGHT-COLOR: White; 
	SCROLLBAR-ARROW-COLOR: White; 
	SCROLLBAR-TRACK-COLOR: Silver; 
	SCROLLBAR-DARKSHADOW-COLOR: White;
}

#definitiontitle {
	color: #AA0000;
	font-family: Arial, sans-serif;
}
/*
#contentFrameTextMain1 {
	width: 56%;
	background-color: silver;
	font-family: Arial, sans-serif;
}
#contentFrameTextMain2 {
	width: 56%;
	
	font-family: Arial, sans-serif;
}
#contentFrameTopMargin1 {
	position:relative;

	width:1px;
	height:40px; // change this
}
#contentFrameTopMargin2 {
	position:relative;
	
	width:1px;
	height:40px; // change this
}
#contentFrameLeftTextMargin1 {
	background-color: silver;
	width: 2%;
}
#contentFrameLeftTextMargin2 {

	width: 2%;
}
#contentFrameRightTextMargin1 {
	background-color: silver;;
	width: 2%;
}
#contentFrameRightTextMargin2 {
	
	width: 2%;

}
#contentFrameLeftMargin1 {
	width: 5%;
}
#contentFrameLeftMargin2 {
	width: 5%;
}
#contentFrameRightMargin1 {
	
	width: 5%;
}
#contentFrameRightMargin2 {
	
	width: 5%;
}
*/
#ueberschrift {
	color: #AA0000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold; 
}

/* TOOLTIPS */

.tooltip {
	position: absolute;
	display: none;
	background-color: #E4E4E4;
	z-index: 10;
}
.tooltip .head{
	background-color: #003366;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	z-index: 19;
}
.tooltip .content{
	color: #000066;
	font-size: 10px;
	border-size: 4px;
	z-index: 19;
}

div.newLevel {
	margin-left: 20px;
}

.poemtitle {
	text-align: left;
	font-weight: bold;
	margin-left: 120pt;
}

div.poemlinegroup {
	margin-bottom: 10pt;
	font-weight: normal;
}

.poemline {
	text-align: left;
	margin-left: 120pt;
}

span.doubleUnderline { /* double underline */
	border-bottom: 3px double;
	line-height: 1.7em;
}



