/*  terminovka - menu left  */
.Menu_Left { 
  font-family: Arial, Sans-Serif; 
  text-align: left;
  color: #0B2D4F;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 5px 0px;
}
.Menu_Left h1 {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #195EA3;
  padding: 0px 0px 6px 0px;
}
.Menu_Left li { 
  margin: 0px 0px 0px 10px;
  padding: 10px 5px 10px 12px; 
  border: 1px solid #CCC;
  border-bottom: 1px solid #E7F5B9;
  font-size: 9px;
  line-height: 9px;
  background-color: #E7F5B9;
  list-style: none;
}
.Menu_Left li#bottom {
  border-bottom: 1px solid #CCC;
}
.Menu_Left li a { 
  font-size: 9px;
  line-height: 9px;
  text-decoration: none; 
  color: #195EA3;
} 
.Menu_Left li a:hover { 
  text-decoration: none;
  background: #FFII11;
  /*background: url(picture/bg_title.gif);*/
} 
.Menu_Left li#active { 
  margin: 0px 0px 0px 0px; 
  background: white; 
  border-right: 1px solid #FFFFFF;
}
/*  kalendar  */
.Kalendar_Right { 
  border: 1px solid #CCC;
}
.Kalendar_Right td {
  font-size: 12px;
  color: #444444;
  text-align: center;
  background-color: #FFFFFF;
  height: 25px;
  border-top: 1px #CCC dotted;
  border-right: 1px #CCC dotted;
}
.Kalendar_Right_Z {
  background-color: #BBBBBB;
}
.Kalendar_Right td a {
  font-size: 12px;
};
.Kalendar_Right td#nadpis {
  background-color: #E7F5B9;
  height: 28px;
  border: 0px;
}
.Kalendar_Right td#zavod {
  background-color: #EFFFEF;
}
.Kalendar_Right td#dnes {
  font-weight: bold;
}
.Kalendar_Right td#mujzavod {
  background-color: #FFDDDD;
}
.Kalendar_Right td#mojeterminovka {
  background-color: #EFFFEF;
}
