@import url('reset.css');

body { font-family: Arial; font-size: 9pt; color: #F2E5B8; text-align: center; background-color: #000; }

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

div#obsah { position: relative; margin: 0 auto; width: 900px; text-align: left; background: url('images/obsah.gif') top repeat-y; }

  #hlavicka {clear: both; position: relative; overflow: hidden; height: 206px; background: url('images/hlavicka.jpg') top no-repeat; }
    
    #hlavicka .languages { position: absolute; z-index: 3; top: 2px; right: 22px; text-align: right; }
    #hlavicka .languages a { padding: 0 2px; }
   
    #hlavicka a.dot { position: absolute; top: 0; left: 0; width: 900px; height: 170px; text-decoration: none; }
   
  #navigace { clear: both; overflow: hidden; padding: 174px 15px 0 85px; =padding: 175px 15px 0 217px; height: 35px; }
    
    #navigace ul { margin: 0; padding: 0; list-style: none; }
    #navigace ul li { float: left; display: block; margin: 0; padding: 0; background: url('images/navigace-separator.gif') center right no-repeat; }
    #navigace ul li.last { background: none; }
    #navigace ul li a { float: left; display: block; margin: 0 4px; padding: 9px 18px; font-family: Times; font-size: 12pt; color: #EADA78; text-decoration: none; text-transform: uppercase; }
    #navigace ul li a:hover, #navigace ul li .active { color: #F2E7BA; }
    
  /* Hlavni panel*/
  .hlavnipanel { clear: both; overflow: hidden; margin: 0 0 35px; background: url('images/hlavnipanel.gif') top no-repeat; }
  .hlavnipanel .hlavnipanel-obsah { margin: 120px 0 0 80px; line-height: 150%; }
    
    #levypanel { float: left; overflow: hidden; width: 460px; background-color: #320001; }
    #levypanel .levypanel-obsah { padding: 23px; }
    
      .levypanel-obsah p { margin: 0 0 15px; }
      .levypanel-obsah ul li { margin: 0 0 15px; }
      
    #pravypanel { float: right; overflow: hidden; width: 360px; }
    #pravypanel .pravypanel-obsah { margin: 0 0 0 80px; }

      /* Box */
      .pravypanel-obsah .box { clear: both; overflow: hidden; margin: 10px 0; width: 250px; }
      .pravypanel-obsah .box img { display: block; padding: 5px; border: 1px solid #EDD978; }
      
      /* Newsletter */
      #newsletter { margin: 25px 0 0; width: 250px; height: 84px; background: url('images/newsletter.jpg') no-repeat; }
      #newsletter .newsletter-obsah { padding: 48px 0 0 18px; }
      #newsletter input.text { float: left; padding: 4px 0 0 10px; width: 125px; height: 18px; font-size: 8pt; =font-size: 9pt; font-weight: bold; color: #000; border: 0; background: url('images/input-text.gif') no-repeat; }
      input.submit { width: 82px; height: 25px; border: 0; background: url('images/input-submit.gif') no-repeat; }
      input.submit:hover { background: url('images/input-submit-hover.gif') no-repeat; }

  /* Výpis */
  #vypispanel { clear: both; overflow: hidden; margin: 0 0 35px; }
  #vypispanel .vypispanel-obsah { margin: 30px 0 30px 20px; line-height: 150%; }
    
    .vypispanel-obsah p { margin: 15px 15px 0 0; }
    
    .vypispanel-obsah .vypis-left { margin: 0 0 0 15px; }
    .vypispanel-obsah .vypis { float: left; overflow: hidden; margin: 13px 28px 0 0; height: 130px; text-align: center; }
    .vypispanel-obsah .vypis div.window { overflow: hidden; padding: 5px; border: 1px solid #EDD978; width: 100px; height: 100px; }
    .vypispanel-obsah .vypis div.obal { overflow: hidden; width: 100px; height: 100px; }
    .vypispanel-obsah .vypis a { display: block; }
    .vypispanel-obsah .vypis img { display: block; }
    
    /* Detail */
    #detailpanel { clear: both; overflow: hidden; }
    #detailpanel .detailpanel-obsah { margin: 30px 0 30px 80px; line-height: 150%; }
    
    #detailpanel .detailpanel-left { float: left; margin: 0 0 15px; padding: 0 20px; width: 420px; min-height: 286px; background: url('images/detailpanel-left.gif') bottom left repeat-x; }
      
      .detailpanel-left p { padding: 15px 0 20px; line-height: 180%; }
      .detailpanel-left table { margin-bottom: 25px; }
      .detailpanel-left h3 { margin-bottom: 0; }
      .detailpanel-left table td.strong { width: 100px !important; }

      .review { clear: left; float: left; margin: 10px 0; width: 600px; }
      .detail-review { margin: 15px 0; }
      .table-reviews { width: 600px; }
    
    #detailpanel .detailpanel-right { float: right; margin: 0 0 0 80px; width: 280px; }
             
    .detailpanel-right .detail { overflow: hidden; width: 250px; }
    .detailpanel-right .detail img { display: block; padding: 5px; border: 1px solid #EDD978; }
    
    .detailpanel-right .vypis { float: left; overflow: hidden; margin: 20px 25px 0 0; }
    .detailpanel-right .vypis div.window { overflow: hidden; padding: 5px; border: 1px solid #EDD978; width: 100px; height: 100px; }
    .detailpanel-right .vypis div.obal { overflow: hidden; width: 100px; height: 100px; }
    .detailpanel-right .vypis img { display: block; }
    
  #paticka { clear: both; margin: 0 0 10px; height: 100px; background: url('images/paticka.jpg') bottom no-repeat; }
  #paticka .paticka-obsah { padding: 25px 0 0; text-align: center; }
  
      #paticka p { margin: 0; color: #EDD978; }
    
div#links { position: relative; margin: 0 auto; width: 900px; text-align: center; }
div#links p { margin: 0 0 10px; }

/* Univerzální formátovací styly */

.c-01 { color: #ffff00; }
.fs-12 { font-size: 12pt; }

.ico-facebook { padding: 0 0 0 18px; background: url(images/ico-facebook.gif) no-repeat left center; }

a { color: #EDD978; text-decoration: underline; }
a:hover { color: #EDD978; text-decoration: none; }

.hr { display: block; width: 100%; height: 1px; background: #250011 url('images/hr.gif') center no-repeat; }

h2 { margin: 0; font-family: Times; font-size: 12pt; color: #EDD978; }
h3 { margin: 0; font-family: Times; font-size: 11pt; color: #EDD978; }

.out { padding: 10px 0; }
.out2 { margin: 0 0 10px; }

table { margin: 10px 0; width: 100%; font-family: Arial !important; font-size: 10pt !important; color: #F2E5B8 !important; }
table td.strong { width: 130px; font-weight: bold; }
table td { padding: 0 0 3px; }

ul { margin: 15px 0; list-style-type: none; }

.table-addreview td { vertical-align: top; }
input { display: block; padding: 4px 0 0 10px; width: 250px; height: 18px; font-size: 8pt; =font-size: 9pt; font-weight: bold; border: 0; background: url('images/input-text2.gif') no-repeat; }
textarea { padding: 3px 0; width: 250px; height: 94px; font-size: 8pt; border: 0; background: url('images/input-text3.gif') no-repeat; }
select { width: 250px; height: 22px; border: 0; background: url('images/input-text2.gif') no-repeat; }
option { background: #fff; }

