body {
  font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
  text-align: center;
  
  background: #e5e5e5;
  color: #000;  
  
  margin: 0;
  padding: 0;  
}

a img {border: 0;}

.font_xxsmall {
  font-size: x-small; 
  font-weight: normal;
}

.font_xxsmallbold {
  font-size: x-small; 
}

.cleaner {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

div.backlink {
  margin: 5px;
}
  div.backlink a:link, div.backlink a:visited {
    font-weight: bold;
    color: #000;
    font-size: .75em;
  }
  div.backlink a:hover, div.backlink a:active, div.backlink a:focus {
    text-decoration: none;
  }

.sea {
  background: #ff0;
  font-weight: bold;
}
.err {
  font-weight: bold;
}
.sudy {
  background: #f1f1f1;
}
.lichy {
  background: #f8f8f8;
}

#InAll {
  margin: 15px auto;
  margin-bottom: 0;
  width: 760px;
  background: url('../images/inallstrip.jpg') top center repeat-y;
  position: relative;
  text-align: justify;
}

#Header {
  height: 130px;
  background: url('../images/header_strip.jpg') top center no-repeat; 
}
  #Header h1 {
    display: inline;
    font-size: 1px;
    margin:0;padding:0;
    position: absolute;
    top: 17px;
    left: 24px   
  }
  #Header h1 a {
    color: #fff;
    display: block;
    position: relative;
    width: 136px;
    height: 74px;  
    margin:0;padding:0;
    cursor: pointer;
  }  
  #Header h1 span {
    background: url('../images/logo.jpg') top left no-repeat;
    display: block;  
    width: 136px;
    height: 74px;  
    margin: 0;padding: 0;  
    position: absolute;
    left: 0;top:0;  
    z-index: 1;    
  }

#Menu {
  position: absolute;
  top: 106px;
  _top: 109px;
  left: 5px;
}
  #Menu ul, #Menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #Menu ul li {
    display: block;
    float: left;
  }
  #Menu ul li a:link, #Menu ul li a:visited {
    height: 15px;
    line-height: 15px;
    margin: 0 0 0 4px;
    padding-left: 22px;
    text-decoration: none;
    color: #eee;
    font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
    font-weight: bold;
    /*letter-spacing: 1.5px;*/
    font-size: 12px;
  }
  #Menu ul li a:link, #Menu ul li a:visited {
    background: url('../images/menu-li-white.png') left center no-repeat;
    _background: url('../images/menu-li-white.gif') left center no-repeat;
  }
  
  #Menu ul li a:focus, #Menu ul li a:active, #Menu ul li a:hover {
    color: #fff;
  }
  #Menu ul li a:focus, #Menu ul li a:active, #Menu ul li a:hover {
    /*background: url('../images/menu-li-black.png') left center no-repeat;*/
    background: url('../images/menu-li-black.gif') left center no-repeat;
  }
  
  #Menu ul li a#select {
    color: #fff;
    text-decoration: underline;
  }
  #Menu ul li a#select {
    background: url('../images/menu-li-active.png') left center no-repeat;
    _background: url('../images/menu-li-active.gif') left center no-repeat;
  }

 
#LeftPanel {
  width: 170px;
  _width: 175px;
  float: left;
  padding: 5px 5px;
  text-align: left;
}
  #SearchBox {
    margin: 2px 0;
    margin-bottom: 15px;
    font-size: .75em;
    padding: 0 10px;
  }
  #SearchBox form {
    margin: 0;
    padding: 0;
  }
  #SearchBox form label {
    display: block;
    font-weight: bold;
  }
  #SearchBox form input.input {
    width: 80%;
    background: #fff;
    border: 1px solid #ccc;
  }
  #SearchBox form input.image {
    position: relative;
    top: 5px;
  }
  #LeftPanel h4 {
    margin: 0;
    margin-top: 10px;
    padding: 2px 8px;
    font-size: .8em;
    border-bottom: 1px solid #777;
    letter-spacing: 1px;
  }
  #LeftPanel ul, #LeftPanel ul li {
    list-style: none;
    margin: 0;
    margin-left: 8px;
    padding: 0;
    font-size: .85em;
  }
  #LeftPanel ul.nosection {
    margin-top: 10px;
  }
  #LeftPanel ul.nosection li {
    margin-left: -2px;
  }
  #LeftPanel ul li a:link, #LeftPanel ul li a:visited {
    background: url('../images/menuitem.gif') left center no-repeat;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding-left: 11px;
    _line-height: 1.2em;
  }
  #LeftPanel ul li a:hover, #LeftPanel ul li a:active, #LeftPanel ul li a:focus {
    background: url('../images/menuitemactive.gif') left center no-repeat;
    margin-left: -2px;
    padding-left: 13px;
  }
  
  #LeftPanel div.reklama {
    margin: 15px 5px;
    text-align: center;
    font-size: .75em;
  }
  #LeftPanel div.reklama a:link, #LeftPanel div.reklama a:visited {
    text-decoration: none;
    color: #555;
  }
  #LeftPanel div.reklama a:hover, #LeftPanel div.reklama a:focus, #LeftPanel div.reklama a:active {
    text-decoration: underline;
    color: #000;
  }
  

#Note {
  margin: 0 10px 0 185px;
  padding-bottom: 10px;
  position: relative;
  
  margin: 0 10px;
  width: 560px;
  float: left;
}
  #Note h2 {
    margin: 15px 8px;
    font-size: 21px;
    font-variant: small-caps;
  }

  #Note h3 {
    margin: 8px 15px;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
  }
    #Note h3 a:link, #Note h3 a:visited {
      text-decoration: none;
    }
    #Note h3 a:hover, #Note h3 a:active, #Note h3 a:focus {
      color: #666;
    }

  #Note h4 {
    margin: 4px 22px;
    font-size: 1em;
    font-family: "Courier New", "Courier CE", "Courier New", courier, monospace;
  }
  #Note p {
    font-size: 13px;
    margin: 8px 15px;
  }
  #Note #starttext p {
    font-size: 15px;
  }
     
  #Note img {
    margin: 8px;
    _margin: 4px;
  }
  #Note .date {
    font-size: .8em;
    color: #666;
    float: right;
    _margin: 10px 0;
  }
  #Note .newslink {
    margin: 5px;
    font-size: .8em;
  }    
    #Note .newslink a:link, #Note .newslink a:visited {
      text-decoration: none;
    }
  #Note ul, #Note ol {
    font-size: 13px;
  }
  #Note a:link, #Note a:visited {
    color: #00d;
    text-decoration: underline;
  }
  #Note a:hover, #Note a:active, #Note a:focus {
    text-decoration: none;
  }
  #Note ul {
    margin: 0 15px;
  }
  
  #Note ul.news a:link, #Note ul.news a:visited {
    text-decoration: none;
  }
    #Note ul.news a span {
      font-size: .7em;
    }
  #Note ul.news a:hover, #Note ul.news a:active, #Note ul.news a:focus {
    text-decoration: underline;
  }
  #Note table.nexttour {
    background: #ffa500;
  }
  #Note .tourList {
    font-size: 12px;
  }
  #Note .tourItem {
    padding: 5px 0;
    font-size: 12px;
  }
    #Note .tourList .noteSort {
      padding-bottom: 0.1px;
    }
    #Note .tourList .tLtitle {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 5px;
      margin-bottom: 2px;
    }
      #Note .tourList .tLtitle a {
        color: #000;
      }
    #Note .tourList .tLinfo, #Note .tourItem .tLinfo {
      font-size: 12px;
      padding: 0 10px;
    }

      #Note .tourList .tLprice, #Note .tourItem .tLprice {
        float: right;
        position: relative;
      }
        #Note .tourList .tLinfo .tLprice span, #Note .tourItem .tLinfo .tLprice span {
          color: #f00;
          font-weight: bold;
        }
    #Note .tourList .more {
      margin: 0 15px;
      padding: 5px 0;
      padding-top: 0;
      font-size: 11px; 
    }
      #Note .tourList .more a {
        text-decoration: none;
      }
  
  #Note #oeavtable {
    margin: 8px 15px;
    font-size: 13px;
  }
   
#Footer {
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-size: .7em;
  text-align: center;
  clear: both;
}
  #Footer a {
    text-decoration: none;
    color: #00f;
  }
  #Footer span {
    font-size: .75em;
    font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
    color: #aaa;
  }
  #Footer span a {
    font-size: 1em;
  }
  #Footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #Footer ul li {
    display: inline;
    margin: 0 5px;
  } 
  #Footer ul li a {
    color: #666;
  } 
#designbottom {
  height: 5px;
  width: 100%;
  background: url('../images/designbottom.jpg') bottom center no-repeat;  
}
#exD1 {
  height: 5px;
  width: 760px;
  font-size: 0px;
  background: url('../images/designtop.jpg') top center no-repeat;
  position: absolute;
  top: -5px;
}  

#Note div.nop {
  _height: 20px;
  min-height: 20px;
}
#Note div.nop p {
  margin: 0;
  padding: 0;
}

#odkazy_na_sekce {
  /*display: none;*/
  text-align: center;
  font-size: .75em;
}
  #odkazy_na_sekce strong {
    display: block;
    color: #888;
    text-align: left;
    font-size: .75em;
  }
  #odkazy_na_sekce a:link, #odkazy_na_sekce a:visited {
    color: #666;
    text-decoration: none;
  }
  #odkazy_na_sekce a:hover, #odkazy_na_sekce a:active, #odkazy_na_sekce a:focus {
    color: #000;
    text-decoration: underline;
  }
#odkazy_top {
  text-align: center;
  margin: 5px 0;
  font-size: .75em;
}
  #odkazy_top a:link, #odkazy_top a:visited {
    color: #666;
    text-decoration: none;
  }
  #odkazy_top a:active, #odkazy_top a:focus, #odkazy_top a:hover {
    color: #000;
    text-decoration: underline;
  }

#alista {
  margin: 10px 17px 5px;
  color: #999;
  font-size: .7em;
}
  #alista a:link, #alista a:visited {
    color: #777;
    text-decoration: none;
  }
  #alista a:hover, #alista a:active, #alista a:focus {
    text-decoration: underline;
    color: #000;
  }
