.kal {
  clear:both;
  margin:20px 0 50px 0;
}

.kal table {
  width:100%;
  border-collapse: separate;
  border:0;
  table-layout:fixed;
}

.kal table input {
  border:0;
  background:0;
  padding: 0 17px 2px 17px;
  width:7px;
}

.kal th {
  width:14.28%;
  text-align:left;
  border:0;
  font-weight:bold;
  color:#4A4A4A;
  padding-left:7px;
}

.kalhead th{
 text-align:center;
 font-size:165%;
 padding-bottom:25px;
 font-weight:bold;
 color:#4A4A4A;
}

.kal td {
  height:100px;
  text-align:left;
  vertical-align:top;
  border:0;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  outline: 1px solid #DADADA;
  padding: 8px 12px 8px 12px;
}

.kal td li {
  line-height: 80%;
  list-style-type:none;
  list-style-position:inside;
  margin:0;
  padding: 8px 0 0 0;
}

.kal td li:first-child {
  padding: 0;
}

.kal td ul {
  margin:0;
  padding: 0;
  overflow: hidden;
  display:block;
  height:80%;
}

.kal td p {
  text-align:right;
  margin:0;
  padding:0;
  display:block;
  font-weight:bold;
  height:20%;
  line-height: 100%;
}

.kal td a{
  font-size:85%;
  text-decoration:none;
}

.kal td a:hover{
}


/*Prazdne dny na zacatku a na konci kalendare*/
.kalblank{
 background:0;
}

/*NEaktivní termin*/
.kalneakt {
 background:0;
 color:#707070;
}

.kalneakt a{
 color:#707070;
}

.kalneakt a:hover{
 color:#000000;
}

/*Aktivni termin*/
.kalakt {
 background:0;
 color:#000000;
}

.kalakt a{
 color:#FFFFFF;
}

.kalakt a:hover{
 color:#707070;
}

/*Dnesek*/
.kaltoday {
 background:#DAC8DE;
}

.kaltoday a{
 color:#000000;
}

.kaltoday a:hover{
 color:#707070;
}
