/* CSS Document */

/* Vítězové 4tourne */
#tourne {float:left;
  border:solid 1px;
  border-color:white;
}

#tourne tr{ height:40px;

}

.tourne_top {
  margin-top:15px;
  height:30px;
  font-weight:bold;
}

/* Kalendář akcí */
#kalendar {float:left;
  width:100%;
}

#kalendar tr{ height:40px;
}

.kalendar_top {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  }

.kal_a {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  background-color:#0a0f13;
}

.kal_b {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  background-color:#121415;
}

#k {float:left;
  width:100%;
  text-align:center;
}

#k tr{ height:40px;
}

.k_t {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  }

.k_a {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  background-color:#0a0f13;
}

.k_b {
  margin-top:15px;
  height:30px;
  font-weight:bold;
  background-color:#121415;
}

.k_aa a{color:white;}

.cze {font-weight:bold;}