/* Stundenplan-CSS */



#stundenplan {
  margin-top: 10px;
  border: 1px dashed #c1c1c1;
}

#stundenplan tr {
  border: 1px dashed #c1c1c1;
}

#stundenplan th {
  font-weight: bold;
  font-size:   10px;
  border: 1px dashed #c1c1c1;
}

#stundenplan td {
  border: 1px dashed #c1c1c1;
  font-size: 9px;
} 

#stundenplan td a {
  text-decoration: none;
  font-weight: normal;
}

#vorlesung {
  color:#1a114b;
}

#raum {
  color:#F39026;
}