/*****************************************/
/*     (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; background-color:none; padding:5px; }
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; }

/* Kursübersicht */
table.kursuebersicht              { font-size: 1.2em; width:45em; }
table.kursuebersicht td           { vertical-align:top; }
table.kursuebersicht a            { font-size:1em; }
a.dozent                          { color:#CC0000; }
tr.header                         { background-color:#DADCE4; text-align:left; }

div.kursuebersicht                { margin-top:10pt; border:1px solid #223675; background-color:#f1f2f5; }
div.kursuebersicht_top            {  }
div.kursuebersicht_top a          { color:#012D74; }
div.kursuebersicht_body           { padding:3pt; }
div.kursuebersicht_footer         { border-top:1px dotted #223675; text-align: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; }
