/* ----- Seminare -----*/

/* Farbcodes:
#CC0000: rot
#FFFF66: gelb
#00CC00: grün
*/

/* ----- Seminarübersicht und -legende ----- */
table.SeminarUebersicht,
table.SeminarLegende {
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
}
table.SeminarUebersicht td,
table.SeminarLegende td {
  border-bottom:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  padding:2px 2px;
}
table.SeminarUebersicht  caption,
table.SeminarLegende caption {
  text-align:center;
  font-weight:bold;
  font-size:120%;
  padding:5px 0 5px 0;
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}

table.SeminarUebersicht td.rot,
table.SeminarLegende td.rot {
  background-color:#CC0000;
}
table.SeminarUebersicht td.gruen,
table.SeminarLegende td.gruen {
  background-color:#00CC00;
}
table.SeminarUebersicht td.gelb,
table.SeminarLegende td.gelb {
  background-color:#FFFF66;
}

/* ----- Seminarübersicht ----- */
table.SeminarUebersicht td.SemNr {
  text-align:center;
}
table.SeminarUebersicht td.SemInhalt {
  font-size:90%;
}
table.SeminarUebersicht td.SemInhalt p {
  margin-bottom:0px !important;
}
table.SeminarUebersicht td.SemDatum {
}
table.SeminarUebersicht td.SemOrt {
}
table.SeminarUebersicht td.SemPlaetze,
table.SeminarUebersicht td.SemNr a {
  font-size:90%;
  text-align:center;
}
table.SeminarUebersicht td.SemNr,
table.SeminarUebersicht td.SemPlaetze {
  color:#000000;
  font-weight:bold;
}
table.SeminarUebersicht td.rot,
table.SeminarUebersicht td.rot a {
color:#FFFFFF;
}


/* ----- Legende zur Seminarübersicht ----- */
table.SeminarLegende td {
  height:2em;
  font-size:90%;
}




