﻿
/* Checkboxen bei Lernen */
.ChkDyn, .ChkDynRight
{
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    margin-right: 5px;
    cursor: pointer;
}
.ChkDynRight
{
    background-image: url(/gfx/BgGruen.gif);
    background-repeat: no-repeat;
}

/* Textboxen bei Lernen (Zuordnungsfragen) */
.TxtDyn, .TxtDynWrong, .TxtDynRight
{
    width: 30px;
    margin-right: 10px;
}
.TxtDynWrong
{
    background-color: Salmon;
}
.TxtDynRight
{
    background-color: LightGreen;
}

/* Validation */
.Validation2
{
    margin-left: 20px;
}

.boxAntwortAusgabe input.Richtig
{
    background-color: green;
}

.boxAntwortAusgabe input.Falsch
{
    background-color: red;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    padding-right: 9px; /*     font-family: Verdana, Arial, Sans-Serif;     font-size: 12px;     */
}

.Block
{
    border-top-style: solid;
    border-top-color: Navy;
    border-top-width: 2px;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.Block h4
{
    font-size: 14px;
    color: #048C91;
}
.ReadOnly
{
    background-color: #E0E0E0;
}
.Loeschen
{
    color: Red;
}
.DialogText
{
    color: Navy;
}
.TextBackground
{
    background-color: #EEE;
}
.Markant
{
    color: #990000;
    font-weight: bold;
}
.ListLink
{
    color: Navy;
}
.divBackground
{
    border: solid 1px Navy;
    background-color: #EEE;
}
.Vorschau
{
    color: DarkGreen;
}
.PageTitle
{
    color: #B0C171;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: dotted 1px #666;   
}

/* Lernen Seite */
.lblLernenTitle
{
    color: DarkRed;
}
.lblFrageLabel
{
    color: Navy;
    font-weight: bolder;
}
.boxFrage
{
    margin-top: 5px;
    padding: 0px;
    border: dotted 1px DarkRed;
    background-color: #fbf4d8;
}
.boxFrageInner
{
    vertical-align: middle;
    padding: 5px;
}
.boxFrageLink
{
	margin-top: 10px;
    vertical-align: middle;
    padding: 5px;
}
.boxMCAuswahl
{
    margin-top: 15px;
}
.lblAntwortLabel
{
    color: Navy;
    font-weight: bolder;
}
.boxMCInner
{
    margin-top: 5px;
    padding: 5px;
}
.boxAntwortFreieingabe
{
    margin-top: 15px;
    padding: 0px;
}
.lblAntwortFreieingabeLabel
{
    color: #333333;
    font-weight: normal;
}
.boxAntwortFreieingabeInner
{
    margin-top: 5px;
    padding: 5px;
    background-color: #EFEFEF;
    border: dotted 1px #333333;
}
.txtAntwortFreieingabe
{
    width: 100%;
    height: 80px;
    background-color: #EFEFEF;
    border-style: none;
    font-weight: normal;
    border: dotted 0px #333333;
}
.lblAntwortFreieingabeHinweis
{
    font-size: 10px;
    color: #999999;
}
.boxAntwortAusgabe
{
    margin-top: 15px;
}
.lblAntwortAusgabeLabel
{
    color: #333333;
    font-weight:normal;
}
.boxAntwortAusgabeInner
{
    margin: 3px 0 12px 0;
    background-color: #CBE35E;
    border: dotted 1px #333333;
    color: #333333;
    font-weight:normal;
}
.boxAntwortAusgabeInhalt
{
    padding: 5px;
}

.divRightWrong
{
    display:inline;
    padding-bottom: 9px;
}

#aspnetForm #buffolo #buffalobody #buffalofence #content #tableContent tr .m #fragen .textblock div.divRightWrong div,
#aspnetForm #buffolo #buffalobody #buffalofence #content #tableContent tr .m #fragen .textblock div.divStars div 
{
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 5px;
}

a.button_richtig
{
    display:inline;
    border: 1px solid #999999;
    padding: 4px 7px;
    background: #EFEFEF;
    text-decoration: none;
}

a.button_richtig:hover
{
    background: #C2E35E;
    text-decoration: none;
    border: 1px solid #999999;
}

a.button_falsch
{
    display:inline;
    border: 1px solid #999999;
    padding: 4px 7px;
    background: #EFEFEF;
    text-decoration: none;
    margin-left: 5px;
}

a.button_falsch:hover
{
    background: #F48584;
    text-decoration: none;
    border: 1px solid #999999;
}

.boxAntwortLink
{
	margin-bottom: 10px;
    vertical-align: middle;
    padding: 5px;
}
.boxAntwortUser
{
    margin-top: 15px;
}
.lblAntwortUserLabel
{
    color: #333333;
    font-weight: normal;
}
.boxAntwortUserAusgabe
{
    margin-top: 5px;
    padding: 5px;
    background-color: #EFEFEF;
    border: dotted 1px #333333;
    color: #999999;
    font-weight:normal;
}
.boxAntwortLinkMC
{
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.boxErgebnis
{
    margin-top: 25px;
    margin-bottom: -5px;
}
.boxErgebnisButtonText
{
}
.icoErgebnis
{
    vertical-align: bottom;
}
.lblButtonText
{
    font-style: italic;
}
/* ... */
.boxStatistikFrage
{
    color: Navy;
    background-color: #fbf4d8;
    height: 20px;
    line-height: 20px;
    margin: 20px -20px -20px -20px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border-top: dotted 1px DarkRed;
}
.boxGastRegister
{
    color: Navy;
    background-color: #fbf4d8;
    height: 40px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border-top: dotted 1px DarkRed;
}

/* Prüfungsbeschreibung und Gebiet Beschreibung Seite */
.boxBeschreibung
{
    background-color: #EFEFEF;
    border-style: dotted;
    border-color: #999999;
    border-width: 1px;
}
.boxBeschreibungHeader
{
    padding: 10px;
    cursor: pointer;
}
.boxBeschreibungBody
{
    padding: 0px 10px 10px 10px;
    font-style: italic;
}

.boxUsrThemaStatistik
{
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #FFFFFF;
    border: dotted 0px DarkRed;
}

.boxUsrThemaStatistik b
{
    font-size: large;
}

.boxUsrThemaStatistik table td
{
    padding: 2px 4px;
    border-bottom: 1px dotted #EFEFEF;
}

.lbtKapitelAktiv
{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 0px;
}

.lbtKapitelAktiv:hover
{
    font-weight: bold;
    color: #B0C171;
    border-bottom: 2px solid #B0C171;
}

.lbtKapitelInaktiv
{
    text-decoration: none;
    font-weight: normal;
    color: #999999;
    border: 0px;
}

.lbtKapitelInaktiv:hover
{
    text-decoration: none;
    border: 0px;
    color: #999999;
    cursor:default;
}

.lbtKapitelAlle
{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 0px;
}

.lbtKapitelAlle:hover
{
    font-weight: bold;
    color: #B0C171;
    border-bottom: 2px solid #B0C171;
}


.boxUsrThemaGastHinweis
{
    padding: 5px;
    background-color: #FFE3DD;
    border: dotted 1px Red;
}
.boxUsrThemaUmsonstHinweis
{
    padding: 5px 15px;
    background-color: #E9FFDD;
    border: dotted 1px DarkGreen;
    margin-top: 10px;
}
.boxUsrThemaTestHinweis
{
    padding: 5px;
    background-color: #FFE3DD;
    border: dotted 1px Red;
    margin-top: 10px;
}

