.kursplan-wrapper {
  width: 100%; /* 540px */
}

.tage {
  margin: 0 10px;
  padding: 5px;
  list-style-type: none;
  display: inline-block; /* inline */

  font-size: 9pt;
  font-weight: normal;
  background-color: #bebec1;
  height: 22px;
  width: 97%;
}

.tage li{
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  display:inline;
  height: 22px;
}

.tage li:hover{
  background-color: #660067;
  color: #fff;
}

.tage li a{
  text-decoration: none;
  color: black;
  line-height: 20px;
}

.tage li a:hover{
  color: #fff;
}

.tag_selected {
	background-color: #660067;
}

li.tag_selected a {
	color: #fff;
}

.kursplan {
  width: 99%; /* 500px */
  margin: 0 5px;
  border: none;
  border-spacing: 0;
  background-color: #EDEDED;
}

.kursplan tr td {
  padding: 6px 14px;
  font-size: 8pt;
  text-align: left;
}

.kursplan thead tr th {
  padding: 4px 24px;
  font-size: 10pt;
}

.termine {
  position: relative;
}

.termine span {
  color: #F00;
}

.termine .naechste {
  display: none;
}

.termine .naechste ul li{
  margin-left: 9px;
}

.termine:hover .naechste {
  display: block;
  z-index: 1;
  position: absolute;
  left: 250px;
  top: -10px;
  width: 140px;

  padding: 7px 10px 7px 5px;

  background-color: #EDEDED;
  border: 1px solid #333;
}

.stunde {
  background-color: #660067;
  color: #fff;
}

.kurse {
  background-color: #EDEDED;
}
