/* CSS Document  Michal Viewegh*/

html body {
  background-color:#215392;
  margin: 0em;
  font-family: Georgia, serif;
}

#mother {width:703px; margin: 0 auto; border: 1px solid #9bb0d5; border-top: 0px;}

/* TOP -----------------------------------------------------------------------*/
#top        {}
#top #img   { height:100px; border-bottom: 1px solid #9bb0d5;}
#top #menu  { font-size:9pt; font-weight:bold; color:#e1e9f5; list-style:none; list-style-type:none;
              margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px;
            }
#top #menu li { list-style:none; float:left; margin: 0px 0px 0px 0px;  
                border-bottom: 1px solid #9bb0d5;}
#top #menu li a,
#top #menu li span  { display:block;height:20px; width:115px; text-align: center;
                      padding:6px 0px 3px 0px; margin:0px 0px 0px 0px; border-left: 1px solid #9bb0d5;
                      text-decoration: none; color:#e1e9f5!important;
                    } 
#top #menu li span { width:703px;  border: 0px;}

/* MIDDLE---------------------------------------------------------------------*/
#main { min-height:750px; height:750px; background-image: url('../images/index_middle.jpg');
        padding:1px 0px 0px 0px; background-repeat: no-repeat;
      }

#main #recenze { width:470px;  margin: 263px auto; font-size: 10pt; padding-top:10px; 
                background: url('../images/promo_bg.png') left bottom repeat-x; background-color: #F5F7FC;}
               
#main #recenze #text { color:#206391; 
                       margin: 0px 20px 0px 20px; line-height: 1.7em; font-size:0.9em; 
                     }
#main #recenze #text p { margin-top: 0px; }

#main #recenze #links {}
#main #recenze #links .enter {float: left; display:inline; font-size: 1.45em; font-weight: bold; color: #206391; margin: 30px 0px 27px 24px;}
#main #recenze #links .czech {float: left; margin: 28px 0px 0px 62px;}
#main #recenze #links .english {float: left; margin: 28px 0px 0px 35px;}
#main #recenze #links a{color: #E1E9F5; text-decoration: none; background: url('../images/promo_btn.png') left no-repeat; background-color: #215392; padding: 6px 17px;}
#main #recenze #links a:hover {color: #E1E9F5; text-decoration: underline;  }

div.clear {clear: both; height: 0px; line-height: 0px; overflow: hidden; font-size:0; margin:0; padding:0;}
