/* CSS-Dokument: Text */

/*
    allgemeiner text style
*/
body {
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin: 0px;
    color:#000000;
    line-height:18px;
}

/*
    table eigenschaften
*/
table {
    border:0px;
    border-spacing:0px;
    padding:0px;
    margin:0px;
}
/*
    table eigenschaften
*/
td {
    border:0px;
    border-spacing:0px;
    padding:0px;
    margin:0px;
}

/*
    p-tags formatierung
*/
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:6px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
  }

/*
    text im header des menues
*/
.text_menu_header
{
    cursor:default;
    font-family: Polo, Verdana, Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight:normal;
    margin:0px;
    color:#000000;
    line-height:28px;
}

/*
    text im subheader des menues
*/
.text_menu_subheader
{
    cursor:default;
    font-family: Polo, Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    line-height:24px;
    margin: 0px;
    color:#DA1703;
}

/*
    text im subheader bei readme's und aufgaben
*/
.text_wsp_subheader
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight:normal;
    margin: 0px;
    color:#46558C;
    line-height:28px;
}

/*
    text im header bei readme's und aufgaben
*/
.text_wsp_header
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    line-height:24px;
    margin: 0px;
    color:#FFFFFF;
}

/*
    nummerformatierung im header bei readme's und aufgaben
*/
.text_wsp_header_number
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    line-height:24px;
    margin: 0px;
    color:#FFFFFF;
}

/*
    text fuer die toolbar in den menues, z.B. wissen
*/
.text_menue_toolbar_title
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align:top;
    color:#FFFFFF;
}

/*
    text allgemein fuer kleine schrift
*/


/*
    text allgemein fuer kleine schrift beim lernstand
*/
.text_small_score
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:16px;
    margin: 0px;
    vertical-align:top;
    color:#969696;
}

/*
    text fuer feedback bei aufgaben
*/
.feedbacktext
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:17px;
    vertical-align:top;
}

/*
    text fuer title des menues
*/
.text-menu-title
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    line-height:17px;
    vertical-align:top;
    color:#DA1703;
}

/*
    text eigenschaften der drop-down-box
*/
.exerciseDropdown  {
	font-weight:normal;
	font-size:11px;
	font-family: Verdana, Arial,helvetica,sans-serif;
    line-height:19px;
}

/*
    text eigenschaften 
*/
.ch_question {
    font-weight:bold;
	font-size:12px;
	font-family:Verdana,Arial,helvetica,sans-serif;
}

.bodytext .workspace .ch_question {
    font-weight:bold;
	font-size:12px;
	font-family:Verdana,Arial,helvetica,sans-serif;

}

.bodytext .workspace .ch_question {
  font-weight: bold;
  font-size: 12px;
  letter-spacing:0px;
  font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
  color:#2898cc;
}

.exerciseBody  {
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,Arial,helvetica,sans-serif;
}

.bodytext .workspace .exerciseBody  {
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,Arial,helvetica,sans-serif;
}

/*
    text eigenschaften fuer stack-aufgaben
*/
.exerciseBodySequence {
	font-weight:bold;
	font-size:12px;
	font-family: Verdana, Arial,helvetica,sans-serif;
}

.bodytext .workspace .exerciseBodySequence {
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
}
/*
    text eigenschaften fuer tooltip-texte
*/
.tooltip {
  border: 1px solid black;
  padding: 2px;
  line-height:12px;
  background-color: #FFFFE1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color: #000000;
}

/*
    text eigenschaften fuer texte in buttons im header der applikation
*/

/*
    text eigenschaften fuer texte im footer der applikation, z.B. paging
*/
.footertext {
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 7px;
    color:#596269;
    line-height:12px;
}

/*
    text eigenschaften fuer show solution button bei aufgaben
*/
.text_solution
{
    cursor:default;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    line-height:18px;
    margin: 0px;
    color:#000000;
}

/*
    text eigenschaften der Titel in der InfoPopupBox 
*/
.infopopup_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-weight:bold;
    padding-bottom:6px;
}

/* Farbe fuer ausgezeichneten Text */
.highlighted {
    color:#000000;
}
