/* CSS Document 
colors:

béžová 253,237,196
tmavě hnědá 126,77,36
světle hnědá 190,157,116
středně hnědá 158,121,90
zelenkavá 206,229,91

*/
body {
      margin: 0;
      padding: 0;
      text-align: center;     
     }
.top1 {
      min-width: 1100px;
      height: 95px;
      width: 100% auto;
      
      background-color: rgb(126,77,36);
      background-repeat: repeat-x;
      border-top: 3px solid rgb(206,229,91);
      padding: 0px;
     margin: 0px;
     
      }
.top2 {
     min-width: 1100px;
     height: 400px;
     width: 100% auto;
     
     background-color: rgb(253,237,196);
     padding: 0px;
     margin: 0px;
    
      }
.top3 {
min-width: 1100px;
    height: 20px;
    width: 100% auto;
    background-color: rgb(206,229,91);
    padding: 0px;
     margin: 0px;     
         }
.middle1 {
min-width: 1100px;
    height: 260px;
    width: 100% auto;
    background-color: rgb(253,237,196);
    background-image: url(../img/prechod_1.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: rgb(126,77,36);
    padding: 0px;
     margin: 0px;    
         }
.middle2 {
min-width: 1100px;
    height: 260px;
    width: 100% auto;
    background-color: rgb(190,157,116);
    background-image: url(../img/prechod_2.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0;
     margin: 0;
     clear: both;
         }
.below1 {
min-width: 1100px;
    height: 270px;
    width: 100% auto;
    background-color: rgb(158,121,90);
    background-image: url(../img/prechod_3.png); 
    /* background-image: url(../img/prechod_2.png);  */
    background-repeat: no-repeat;
    background-position: center top;     
         }          
.below2 {
min-width: 1100px;
    height: 200px;
    width: 100% auto;
    background-color: rgb(126,77,36);
    margin: 0px;
    padding: 0px;     
         }
.inner {
    
    height: 100%;
    width: 1080px;
    /* background-color: red; */
                /* vycentrování pro STD prohlížeče */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px; 
       } 
.topmenu {
    position: relative;
    float: right;     
         }

           