/*****************************************/
/*     (c) Kufer Software Konzeption     */
/*           Oderstr. 7                  */
/*           D-84453 Mühldorf            */
/*****************************************/

/* Einstellungen für die Kategorieauswahl */
h1.menue_unterauswahl             { display:none; }
ul.menue_unterauswahl             { list-style-image:none; list-style-type:none; padding:0px; margin-left:40px; }
li.menue_unterauswahl             { font-weight:normal; border-bottom:1px dashed black; padding:5px; width:150px; }
li.menue_unterauswahl.active      { font-weight:bold; background-color:#f1f2f5; }
li.menue_unterauswahl a:hover     { text-decoration:none; color:#012d74; }
div.menue_unterauswahl.active     { margin-top:1em; margin-bottom:1em; float:left; }
div.menue_unterauswahldemnaechst.active { margin-top:1em; margin-bottom:1em; float:left; }

/* Kursübersicht */
div.kursuebersicht                { margin-top:10pt; border:1px solid #c4c4c4; background-color:#f1f2f5; }
div.kursuebersicht_top            { background-color:#c1d6fd; padding:3pt; border-bottom:1px solid #c4c4c4; background-image:url(../kursuebersicht_kopf.jpg); background-repeat:repeat-x; }
div.kursuebersicht_top a          { color:#012D74; }
div.kursuebersicht_body           { padding:3pt; background-color:#ffffff;  }
div.kursuebersicht_footer         { border-top:1px solid #c4c4c4; text-align:right; }
div.ampel                         { float:right; }
hr.kursuebersicht                 { visibility:hidden; }
/* Text der in der Kursübersicht z.B. bei bereits erreichtem Kursende statt der Anmeldebuttons angezeigt wird */
span.anmeldetext                  { position:relative; top:-0.5em; }

/* Kurstage */
table.kurstage                    { width:525px; border-bottom:1px solid black; }
table.kurstage th                 { background-color:#f1f2f5; }
table.kurstage td                 { border-style:solid; border-color:black; border-width:1px 0px 0px 0px; }
tr.kurstage                       {}
tr.kurstage.alt                   { background-color:#f1f2f5; }

