/*-----( jako main, jen tapeta a šířky, okraje  některých "div"-ů se liší..) -----*/


*    { font-family: 'Verdana CE', Verdana, 'Arial CE', Arial, sans-serif;}


body { background-color: #A49784;
       margin: 0px;
       background-image: url('../images/tapeta.gif');
       background-repeat: repeat-y;
       background-attachment: fixed;
       overflow-x: visible;
       overflow-y: scroll
     }


a:link, a:visited {font-weight: bold; 
                   color: #9E3C0E; 
                   text-decoration: none;
                  }

a:hover           {font-weight: bold; 
                   color: #BF3F02;
                   text-decoration: underline;
                  }


h1, h2, h3 {
        padding: 10px 20px 10px 20px;
        margin-bottom: 5px
}

h1 {font-size: 130%; color: #66A8C4;}
h2 {font-size: 110%; color: #423A2E;}
h3 {font-size: 90%; color: #66A8C4;}


p, li  {  font-size:    80%; 
          line-height: 160%;
          text-align: justify;
          padding: 5px 20px 0px 20px;
       }

ul          { list-style-type: disc;       }
ol          { list-style-type: lower-alpha;} 
#cislice li { list-style-type: decimal;    }

/*-----------------------------------------------------*/

#main  { position: absolute; 
         top:    0px; 
         left: 232px;
         width:510px; 
         background-color: #E4E2E0;
         margin: 23px 20px 20px 20px;      
         padding: 0px;
       }

#left { position: absolute; 
        top:    0px; 
        left:  30px;
        width:220px;
        background-color: transparent;
        margin: 0px; 
        padding: 0px; 
       }

/*-----------------------------------------------------*/

#pruh {background-color: #EEEBE8;
       padding: 5px 20px 7px 20px;
       } 

/* (to jsou ty světlejší pruhy odstavců) ---------------*/




#delitko {width: 510px; 
          height: 15px;
          background-color: #A49784;
         }

/* (hnědý pruh v barvě pozadí rozdělující "main") -----*/




#mezera {position: absolute; left: 210px; width: 300px}

/* použito možná jen na jedné stránce-----------------*/





#modra {background-color: #66A8C4}

/* použití neznámé -----------------*/



/*----------------------------------------------------------
   následující se týká šampionů, ale myslím, že popis 3
   není použit
----------------------------------------------------------*/
#popis1 { width: 100px; 
          height: 200px; 
          margin-left: 20px;
          font-size: 80%;
          line-height: 180%;
          float:left;
        }

#popis2 { font-size: 80%;
          line-height: 180%;
        }


#popis3 p {
            font-size: 100%;
            line-height: 100%; 
            padding: 0px
          }
/*----------------------------------------------------------
------------------------------------------------------------*/

table    {
           margin: 0px 0px 10px 20px;
           background-color: #EEEBE8;
         }


table td {
           font-size: 80%; 
           line-height: 120%;
           background-color: #C3D9EB;
           padding: 7px;
           border: 1px solid white;
           text-align: center;
         }