/* CSS Document */
body
    {
      color: white; 
      background: white repeat-y center url('images/pruh.jpg');
      font-family: sans-serif, Arial, Verdana;
      /* font-size: .9em; */
      font-weight: bold;
      text-align: center;  
      padding: 0;
      margin: 0;
      margin-bottom: 10px;
      width: 100%;
      min-width: 800px;
      behavior: url(csshover.htc);
    }
.centralni
    {
      margin: auto;        
      width: 980px; 
      padding: 0; 
      position: relative;
    }
.margin
    {
      height: 61px; 
      background-color: rgb(153,204,255);
    }
.subban 
    {
      height: 60px; 
      background-color: rgb(0,102,153);
    }
.banner
    {
      width: 980px; 
      height: 50px; 
      /* background-color: rgb(0,51,102); */ 
      border-bottom: rgb(153,204,255) solid 1px; 
      padding: 0; 
    }
/*    
.tradicni {float: right; padding: 15px 15px 0 0; font-weight: normal; color: #d0c691; font-size: 14pt; text-decoration: none;}
.vigagaraze {float: left; width:180px; padding: 15px 0px 0 10px; font-size: 20pt; font-weight: normal;}
*/

#levy 
    { 
      position: absolute; 
      top: 61px; 
      left: 0; 
      width: 159px; 
      padding: 0; 
      border: 0; 
      margin: 0; 
      font-family: sans-serif, Verdana, Arial; 
      font-size: 10pt; 
      font-weight: bold; 
      text-align: left;
      z-index: 4;
      height: 492px;
    }
#levy_podklad 
    {
      background-color: rgb(153,204,255); 
      height: 720px; 
      padding: 0; 
      border: 1; 
      margin: 0;
    }
.mainlinks 
    {
      display: block; 
      padding: 10px 0 10px 10px; 
      text-decoration: none; 
      color: white; 
      border-left: 13px solid #E7A24A;
    }
.mainlinks:hover 
    {
      color: #216D9C; 
      background: #E7A24A; 
      border-left-color: #216D9C;
    }
.sublinks 
    {
      display: block; 
      padding: 8px 0 8px 10px; 
      text-decoration: none; 
      color: white; 
      border-left: 12px solid #E7A24A;
      font-size: 9pt;
    }
.sublinks:hover 
    {
      color: #216D9C;
      background: rgb(153,204,255); 
      border-left-color: #216D9C;
    }
.menu 
    {
      background-color: #216D9C;
      width: 100%;
    }
div.menu:hover div
    {
      display: block;
    }     
div.menu div 
    {
      display: none;
    }
#menu2 
    {
      position: absolute; 
      top: 0px; 
      left: 152px;
      width: 160px;
      /* background-color: rgb(153,204,255); */
    }
.menu2 
    {      
      background-color: #216D9C;
      width: 100%;
    }    
a.mail:hover 
    {
      text-decoration: underline; 
      color: #297DFF
    }    
