/* 
Vytvořil Václav Sedláček - Saddy
PSPad editor
 */

body    {background-color: black;         
         text-align: center;
         padding-bottom: 35px;
         padding-top: 20px;}

#body   {width: 900px;                /* základ celé stránky */
         margin: 0px auto 0px auto;
         text-align: left;}
         
#top    {width: 900px;/* TOP */
         text-align: center;}
         
         
.center {text-align: center;}
         
          
#main                        /* formátování hlavního DIV */
        {margin: 10px;
         padding: 0px;
         font-size: 10pt;
         font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
         color:rgb(6,148,220);}
         
#bottom {width: 890px;
         background-color: rgb(26,26,26);
         padding: 5px;
         color:rgb(6,148,220);}          
       

img     {border:none;
         margin: -2.1px;}                /* zrušení defaultního rámečku kolem každého obrázku */
         
iframe  {width: 895px;
         height: 500px}
         
ul      {list-style-type: none;}

p       {text-indent: 15px;}

         
/* formátování DIVu */
         
h2      {font-size: 14pt;}



h2, h3, h4, h5, h6 {text-align: center;} /* zarovnání všech nadpisů na střed */



/* formátování odkazů */

#left a	{font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;  /* odkazy v levém sloupci */
         font-weight: bold;
         color: rgb(43,43,43); 
         background-color: inherit;
         text-decoration: none;}
#left a:hover	
        {font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;  /* odkazy v levém sloupci */
         color:#0D32CB;
         background-color: inherit;
         text-decoration: none;}
          
#act a  {color: #EEEEEE;}                /* aktuálně zvolený odkaz */