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


body                {background-image: url(image/body.png);    /* formátování těla stránky */
                     background-repeat: repeat-x;
                     background-color: rgb(240,242,245);
                     text-align: center;
                     padding-bottom: 35px;
                     padding-top: 10px;}

#body               {width: 960px;                /* základ celé stránky */
                     margin: 0px auto 0px auto;
                     text-align: left;
                     background-color: rgb(255,255,255);}
         
#top                {height: 152px;           /* TOP */
                     background-image: url(image/header.png);}
                     
#link, #linker      {padding-top: 14px;
                     padding-left: 25px;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     font-size: small;
                     width: 240px;
                     height: 20px;
                     float: left;}
                     
#link               {padding-left: 520px;
                     width: 170px;}
                     
#link a             {text-decoration: underline;}

#linker a           {color: red;
                     text-decoration: underline;}


                     
a                   {text-decoration: none;
                     color: black;
                     font-weight: bold;}
                     
.button, .button_act, .button_top, .button_top_act, .button_last, .button_last_act                         /* formátování tlačítek v menu */
                    {border-bottom: navy dotted;
                     border-bottom-width: 1px;
                     width: 165px;
                     height: 30px;
                     padding-left: 20px;
                     padding-top: 7px;
                     font-size: 13px;}
                     
.button_last_act    {border-bottom: none;}
                     
.button_top, .button_top_act
                    {margin-top: 5px;}
                    
.button_last        {border-bottom: none;}                     

                     
.button a, .button_top a, .button_last a             /* formát odkazů značky a */
                    {color: rgb(20,84,148);
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;}
                     
.button_act, .button_top_act, .button_last_act
                    {background-color: rgb(183,47,88);
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;}
                     
.button_act a, .button_top_act a, .button_last_act a
                    {color: white;}


                     
ul                  {line-height: 20px;
                     text-align: left;
                     margin: 0px;
                     padding-left: 5px;
                     list-style-type: none;}        

         
#left, #right       {/* levý a pravý sloupec */
                     margin-top: 5px;
                     text-align: left;
                     width: 195px;
                     float: left;
                     background-color: rgb(212,231,251);
                     padding-left: 1px;}
         
#right              {width: 233px;        /* úprava pravého sloupce */
                     height: 420px;
                     padding-bottom: 20px;
                     background-color: white;
                     border-left: 1px rgb(220,220,220) solid;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;}
                     
#right dt           {font-weight: normal;
                     font-size: 10pt;}

#right dl           {font-size: 8pt;}
                     
#nadpis_new         {text-align: center;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     font-size: 13pt;
                     font-weight: bold;
                     color: rgb(8,45,92);
                     padding-top: 5px;
                     font-style: italic;}
                     
dl                  {padding-left: 10px;
                     padding-right: 10px;
                     font-size: 10pt;}

dt                  {font-weight: bold;
                     margin-top: 5px;
                     margin-bottom: 5px;
                     color: rgb(50,135,220);}
                     
.vpravo             {text-align: right;
                     padding-bottom: 10px;
                     padding-right: 10px;}
                      
.vpravo a           {text-decoration: underline;}

#soutez             {background-color: OrangeRed;
                     font-size: 14pt;
                     color: white;
                     height: 50px;
                     font-weight: bold;
                     text-align: center;
                     padding-top: 5px;
                     padding-bottom: 5px;}
                     
#facebook           {text-align: center;}
                     
#main               {font-size: 10pt;     /* formátování hlavního DIV a DIVu na první stránce */
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     float:left;
                     width: 498px;
                     margin: 5px 15px 15px 15px;}      

          
#nadpis, .nadpis_table
                    {font-weight: bold;           /* nadpis stránky */
                     margin-bottom: 10px;
                     font-size: 14pt;
                     padding-top: 15px;
                     margin-top: 0px;
                     background-color: rgb(23,103,180);
                     color: white;
                     height: 40px;}
                     
.nadpis_table       {background-color: white;
                     color: black;
                     text-align: center;}
                     
#bottom1             {clear: both;}

#toplist            {margin-top: 5px;}

/* --------------------------------------------------------------------------------------- */
                     
.st, .nd, .rd, .th   {float: left;
                      width: 225px;}
                      
#cudlik, .cudlik_nd_rd, #cudlik_th             
                     {width: 130px;
                      background-color: rgb(231,243,255);
                      border: 1px rgb(218,218,218) solid;
                      color: rgb(26,105,185);
                      font-size: 12px;
                      font-weight: bold;
                      text-align: center;
                      padding-top: 3px;
                      padding-bottom: 3px;
                      margin-top: 30px;
                      margin-left: 60px;}
                     
/* --------------------------------------------------------------------------------------- */

.st                  {height: 200px;
                      margin-right: 20px;
                      margin-top: 50px;
                      background-color: rgb(183,47,88);}
                      
#st_in               {padding: 15px 15px 15px 15px;
                      color: white;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 14px;}
                      
#st_in img          {float: right;}

#email               {padding-top: 14px;}
                      
#email a             {color: white;
                      font-weight: normal;
                      text-decoration: underline;}
                      
/* --------------------------------------------------------------------------------------- */

.nadpis_nd_rd, #nadpis_th        
                     {font-size: 15px;
                      text-align: center;
                      font-weight: bold;
                      color: rgb(183,47,88);
                      margin-bottom: 10px;}
                      
  

.cudlik_nd_rd, #cudlik_th
                     {background-color: rgb(183,47,88);
                      margin-left: 0px;
                      margin-right: -5px;
                      float: left;
                      width: 130px;}
                    
#nd_in, #rd_in img   {float: right;}


.popisek             {height: 135px;}

.popisek ul          {line-height: 25px;
                      list-style-type: square;
                      margin-left: 10px;}
/* --------------------------------------------------------------------------------------- */

.nd                  {height: 250px;
                      margin-right: 20px;
                      background-color: rgb(216,233,251);}
                      
#nd_in               {padding: 15px 10px 0px 15px;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 12px;
                      width: 200px;}              
/* --------------------------------------------------------------------------------------- */

.rd                  {height: 250px;
                      margin-right: 20px;
                      background-color: rgb(216,233,251);}
                      
#rd_in               {padding: 15px 10px 15px 15px;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 12px;}
                      
#rd_in img           {margin-top: 10px;}
                      
/* --------------------------------------------------------------------------------------- */

.th                  {height: 200px;
                      margin-top: 50px;
                      background-color: rgb(23,103,180);}
                      
#th_in               {padding: 15px 10px 15px 15px;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 12px;}
                     
#nadpis_th           {color: white;
                      font-style: italic;}

#popisek_th          {height: 85px;
                      color: white;}

#popisek_th ul       {line-height: 35px;
                      list-style-type: disc;
                      margin-left: 10px;
                      font-size: 12pt;
                      font-weight: bold;}
                      
#cudlik_th           {background-color: rgb(231,243,255);}

.cudlik_nd_rd a      {color: white;}
                      
#cudlik_th a, #cudlik a         
                     {color: rgb(26,105,185);}
                      
#th_in img           {float: right;}
                      
/* --------------------------------------------------------------------------------------- */        

#bottom2            {clear:both;                  /* BOTTOM */
                      background-color: rgb(178,178,178);
                      width: 960px;}
                      
                      
#kontakt ul         {margin-bottom: 20px;}

#vzory              {margin-top: 15px;}

#vzory img          {border: 2px navy solid;
                     margin: auto auto 10px 85px;}   


#war, #par 	  
                    {color: red;                 /* upozornění */
                     font-weight: bold;}


#par                {color: rgb(183,47,88);}    /* doporučení */


#oznameni           {background-color: Red;
                     padding: 5px;
                     text-align: center;
                     font-size: 12pt;
                     font-weight: bold;
                     color: white;}

#zvyrazneni         {background-color: OrangeRed;
                     padding: 5px;}   
                     
sup                 {font-weight: normal;}   

         
#zdroj              {text-align: right;           /* zdroj informací (Rapidshare.com) */
                     font-size: small;}
         
table               {font-size: 12px;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     font-weight: bold;}      /* vlastnosti tabulky */

#prvniradek         {background-color: navy;
                     color: white;}
                     
#sudy, #lichy       {font-size: 10pt;}

#sudy               {background-color: white;}          /* první řádek tabulky */
                     
                     
#lichy              {background-color: rgb(220,236,252);}          /* první řádek tabulky */
                    
        
td                  {text-align: center;
                     padding: 5px;}              /* formátování jednotlivých buněk v tabulce */
        
         

#pocet, #update     {float: left;      /* počet návštěvníků a datum poslední aktualizace */
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;       
                     width: 500px;
                     text-align: left;
                     font-size: small;            
                     font-weight: 300;
                     padding-top: 5px;
                     padding-left: 5px;
                     color: rgb(0,102,255);}

#update             {float: right;
                     width: 350px;                   
                     text-align: right;           /* datum poslední aktualizace */        
                     padding-right: 5px;}
                     
#links              {clear: both;
                     text-align: right;
                     padding: 20px 5px 5px 0px;
                     font-size: 9pt;}
                     
#links a            {font-weight: normal;}

.datum              {color: rgb(183,47,88);}  

img                 {border:none;}                /* zrušení defaultního rámečku kolem každého obrázku */


#logo 
                    {float: left;
                     padding: 15px;}
                     
                     
.download_button    {text-align: center;
                     width: 100px;
                     height: 25px;
                     background-color: rgb(217,234,253);
                     font-weight: bold;
                     padding-top: 5px;
                     border: 1px rgb(72,148,212) solid;
                     margin-left: 375px;
                     margin-top: 15px;}

.logo_down img      {float: left;
                     margin: 5px 15px auto 5px;}
                     


#signature          {float: right;
                     padding: 15px 30px 15px 0px;}
                     
#vymena             {text-align: center;}
                     
#vymena a           {font-weight: normal;
                     font-size: 12px;}             
                     

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

p                   {text-indent: 15px;}