/* 
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(225,225,225);
                     text-align: center;
                     padding-bottom: 35px;
                     padding-top: 10px;
                     color: rgb(59,82,96);}

#body               {width: 960px;                /* základ celé stránky */
                     margin: 0px auto 0px auto;
                     text-align: left;
                     background-color: rgb(255,255,255);}
         
#top                {height: 149px;           /* TOP */
                     background-image: url(image/header.png);
                     background-repeat: no-repeat;
                     background-position: center;
                     background-color: rgb(255,255,255);}
                     
                     
#link, #used        {padding-top: 7px;
                     padding-left: 300px;
                     width: 240px;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     font-size: small;
                     height: 20px;
                     float: left;
                     color: white;}
                     
#link a             {color: white;}

#used               {width: 400px;
                     padding-left: 10px;
                     clear: left;
                     color: white;
                     font-weight: bold;}
                     
#used a             {color: rgb(206,0,0);
                     font-weight: bold;}


                     
a                   {text-decoration: none;
                     color: white;}
                     
.button, .button_act, .button_top, .button_top_act, .button_last, .button_last_act                         /* formátování tlačítek v menu */
                    {border-bottom: white 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, .button_top, .button_last             /* formát odkazů značky a */
                    {color: black;
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;}
                     
.button_act, .button_top_act, .button_last_act
                    {background-color: rgb(99,129,148);
                     font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                     border-right: 4px rgb(206,0,0) solid;
                     color: white;}


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

                     
#druha_uroven       {padding-left: 20px;}        

         
#left, #right       {/* levý a pravý sloupec */
                     margin-top: 5px;
                     text-align: left;
                     width: 194px;
                     float: left;
                     background-color: rgb(59,82,96);}
         
#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: bold;
                     font-size: 10pt;
                     color: rgb(206,0,0);}

#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;}
                     
.vpravo             {text-align: right;
                     padding-bottom: 10px;
                     padding-right: 10px;}
                      
.vpravo a           {text-decoration: underline;}


                     
#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 25px 15px;
                     color: black;
                     line-height: 20px;}      

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

#toplist            {margin-top: 5px;}

#facebook           {text-align: center;}

#facebook a         {color: black;}

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

.st                  {height: 230px;
                      margin-right: 20px;
                      margin-top: 50px;
                      background-color: rgb(99,129,148);}
                      
#st_in               {padding: 10px 15px 15px 15px;
                      color: white;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 14px;
                      background-image: url(image/mail.png);
                      background-repeat: no-repeat;
                      background-position: right bottom;}
                      
#st_in img           {float: right;}

#email               {padding-top: 14px;}
                      
#email a             {color: white;
                      font-weight: normal;
                      text-decoration: underline;}
                      
#kontakt             {text-align: center;
                      margin-bottom: 10px;
                      color: black;}

#kontakt a           {color: black;
                      text-decoration: underline;
                      font-weight: bold;}
                      
/* --------------------------------------------------------------------------------------- */

.nadpis_nd_rd, #nadpis_th, .servis        
                     {font-size: 15px;
                      text-align: center;
                      font-weight: bold;
                      margin-bottom: 10px;}
                      
.nadpis_nd_rd        {background-color: rgb(59,82,96);
                      color: white;
                      padding: 4px;
                      border-left: 5px rgb(206,0,0) solid;
                      text-align: left;}

                      
.nadpis_nd_rd a      {color: white;
                      font-size: 10px;}
                      
                      

.servis              {color: rgb(59,82,96);
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 18px;}
                      
  

.cudlik_nd_rd, #cudlik_th
                     {
                      margin-left: 0px;
                      margin-right: -5px;
                      float: left;
                      width: 130px;}
                    
#nd_in, #rd_in img   {float: right;}


.popisek             {height: 190px;}

.popisek ul          {line-height: 25px;
                      list-style-type: square;
                      margin-left: 10px;}
                      
#nadpis_st           {font-weight: bold;
                      font-size: 12pt;
                      text-align: center;
                      margin-bottom: 10px;
                      color: black;}
/* --------------------------------------------------------------------------------------- */

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

.rd                  {height: 250px;
                      margin-right: 20px;}
                      
#rd_in               {padding: 15px 10px 15px 15px;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 12px;
                      border-right: 1px rgb(208,222,233) solid;
                      height: 205px;}
                      
/* --------------------------------------------------------------------------------------- */

.th                  {height: 200px;
                      margin-top: 50px;}
                      
#th_in               {padding: 15px 10px 15px 15px;
                      font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
                      font-size: 12px;}
                     
#nadpis_th           {text-decoration: underline;}

#popisek_th          {height: 105px;}

#popisek_th ul       {list-style-type: disc;
                      margin-left: 10px;
                      font-size: 10pt;
                      font-weight: 400;}
                      
#cudlik_th           {background-color: rgb(99,129,148);}

.cudlik_nd_rd a      {color: black;}
                      
#cudlik_th a, #cudlik a         
                     {color: black;}
                      
#th_in img           {float: right;}
                      
/* --------------------------------------------------------------------------------------- */        

#bottom2             {clear:both;                  /* BOTTOM */
                      background-color: rgb(59,82,96);
                      width: 960px;
                      border-top: 1px white solid;
                      border-bottom: 2px black solid;}
                      
                      
#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                {background-color: rgb(99,129,148);
                     color: white;
                     font-size: 12pt;}    /* doporučení */
                     
#par a              {color: rgb(206,0,0);}

#zvyrazneni         {background-color: rgb(99,129,148);
                     color: white;
                     padding: 5px;}      

         
#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;
                     color: white;}      /* vlastnosti tabulky */
                     
.sudy, .lichy       {font-size: 16px;
                     text-align: center;}

.sudy               {background-color: rgb(206,0,0);}          /* první řádek tabulky */
                     
                     
.lichy              {background-color: rgb(99,129,148);}          /* první řádek tabulky */
                    
        
td                  {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: 400px;
                     text-align: left;
                     font-size: small;
                     font-weight: lighter;
                     padding-top: 5px;
                     padding-left: 5px;
                     color: white;}

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

.datum              {color: rgb(206,0,0);}  

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

.typ                {font-weight: bold;
                     font-size: 12pt;
                     text-align: center;
                     margin-bottom: 15px;}

.galerie img        {margin: 2px;
                     border: 1px black solid;}


#logo 
                    {float: left;
                     padding: 15px;}
                     
                     
.download_button    {text-align: center;
                     width: 100px;
                     height: 25px;
                     background-color: rgb(59,82,96);
                     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;color: rgb(59,82,96);}             
                     

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

.stred              {color: rgb(8,45,92);}

.right              {text-align: right;}

p                   {text-indent: 15px;}