/* CSS Document */
/* HLAVNI DELENI POMOCI IDecek*/
body {      
      background: url('img/bg.jpg') repeat-x white;
      text-align: center;
      font-size: 1em;
      font-family: 'Arial';
      padding: 0px;
      margin: 0px;
}

#all {
     text-align: left;         
     margin: auto;      
     position: relative;
     background: url('img/bg-body.gif') repeat-y;
     width: 743px;         
     }
#envelope {
	text-align: left;         
     margin: auto;      
     position: relative;
     width: 1050px;         
}
     
#head {
     background: url('img/head.jpg') no-repeat;
     width: 100%;
     height: 173px;
}

#foot {
     background: url('img/foot2.jpg') no-repeat;
     width: 100%;
     height: 170px;
     clear: both;
}

#main {
    width: 474px;
    float: left;
    color: #202020;
    font-size: 11pt;    
}

#menu {
    width: 220px;
    margin-left: 480px;        
}

/* HLAVNI DELENI POMOCI IDecek KONEC*/

/*main  -  levy box*/
      
.main-bg {
  background: url('img/main-bg.jpg') repeat-y;
  margin-left: 30px;  
}
      
.main-top {
  background: url('img/main-top.jpg') no-repeat;
  height: 104px;
}

.main-bottom {
  background: url('img/main-bottom.jpg') no-repeat;
  height: 46px;
}

.main-inner {  
  width: 86%;
  margin: auto;
  _margin-left: 6%;   
}           

h3.main-top-title {  
  padding-top: 12px;
  margin-left: 70px;  
  color: #a72822;
  font-size: 12pt;
}

h3.main-title {  
  margin-left: 35px;  
  color: #6e2325;
  font-size: 11pt;
}

.main-title-answer {
  margin-left: 30px;  
  color: #636363;
  font-size: 13pt;
  font-weight: none;
}
ul.main-vip {
  margin-left: 60px;
  _padding-left: 60px;
  
}

/*main  -  levy box KONEC*/

/*menu  -  pravy box*/

.menu-box {
    width: 225px;
    position: relative;
    top: 20px;
    left: 48px;
    _left: 45px;    
}

.menu-top {
    background: url('img/menu-top.gif') no-repeat;
    width: 100%;
    height: 41px;
}

h3.menu-top-title {
    color:  #f4e9ea;
    padding-left: 55px;
    padding-top: 11px;
    _padding-top: 0px;    
    font-size: 11pt;
    _position: relative;
    _top: 11px; 
}

.menu-posuv {
  position: relative;
  top: -5px;
}

.menu-item {
    background: url('img/menu-bg.jpg') no-repeat;
    width: 172px;
    height: 25px;
    margin-left: 36px;
    padding-left: 45px;
    _padding-top: 3px;*/             
}

a.menu-link {
    padding-top: 1px;
    text-decoration: none;    
    color: #f4e9ea;
    font-size: 10pt;
    font-weight: bold;
    
}

a.menu-link:hover {
    text-decoration: underline;
    color: white /*#d2a1a4*/;
}

a.menu-link2 {
    padding-top: 1px;
    text-decoration: underline;    
    color: black;
    font-size: 10pt;
    font-weight: bold;
    
}

a.menu-link2:hover {
    text-decoration: underline;
    color: red /*#red*/;
}


.menu-bottom {
    background: url('img/menu-bottom.jpg') no-repeat;
    width: 172px;
    height: 19px; 
    margin-left: 36px;    
}

.hidden {
    display: none;
}

/*menu  -  pravy box KONEC*/
