.R_rozvrh
       {
       width: 661px;
       height: auto;
       margin: 0;
       float: left;
       background: white;
       border: 1px solid black;
       color: black;
       }

.R_prvni_radek
       {
       width: 661px;
       height: 30px;
       margin: 0;
       float: left;
       border-bottom: 2px solid black;
       }

.R_prvni_sloup
       {
       width: 83px;
       height: auto;
       margin: 0;
       float: left;
       border-right: 2px solid black;
       }

.R_prvni_bunka
       {
       height: 30px;
       font-weight: bold;
       text-align: center;
       }

.R_hodiny,
       {
       width: 576px;
       height: auto;
       margin: 0p;
       float: left;
       font-size: 0px;
       }

.R_hodina
       {
       width: 63px;
       height: 15px;
       margin: 0;
       float: left;
       border-right: 1px solid black;
       font-size: 12px;
       font-weight: bold;
       text-align: center;
       }

.R_minuty
       {
       width: 576px;
       height: 15px;
       margin: 0;
       float: left;
       background: url(../../obrazky/design/roz_min.jpg) top left repeat-x;
       }

.R_radek_den1
       {
       width: 661px;
       height: 40px;
       margin: 0;
       float: left;
       background: #ececec;
       }

.R_radek_den0
       {
       width: 661px;
       height: 40px;
       margin: 0;
       float: left;
       background: white;
       }

.R_den
       {
       width: 83px;
       height: 28px;
       margin: 0;
       float: left;
       border-right: 2px solid black;
       padding: 12px 0 0 0;
       font-size: 11px;
       font-style: italic;
       text-align: center;
       }

.R_den_hod
       {
       width: 576px;
       height: 40px;
       margin: 0;
       float: left;
       background: url(../../obrazky/design/roz_link.gif);
       position: relative;
       }

.R_lekce
       {
       height: 38px;
       position: absolute; 
       top: 1px; 
       cursor: hand;
       cursor: pointer;
       overflow: hidden;
       color: black;
       font-size: 10px;
       line-height: 18px;
       }

.R_info_lekce
       {
       width: 300px;
       height: 80px;
       padding: 25px 5px 5px 5px;
       
       position: absolute;
       top: -115px;
       z-index: 20;
       
       overflow: auto;
       
       background-color: #ffffff;
       border: 1px solid #000;
       
       font-size: 11px;
       color: 000;
       }

.R_info_lekce sup
       {
       font-size: 9px;
       }

.R_info_lekce img.zavri
       {
       position: absolute;
       top: 2px;
       right: 2px;
       cursor: hand;
       cursor: pointer;
       }
.R_info_lekce a {
    color: #2459c0;
    text-decoration: none;
}
.R_info_lekce a:hover {
    text-decoration: underline;
}