  body {
    background: #CADAFC url(images/bg.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
  	padding-top: 5px;
    /*font-family: "Verdana", sans-serif;*/
    font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
    font-size: 12px;
  	color: #6C6C6C;
  }
  
  #kontejner {
    width: 943px;
    margin: auto;
    padding: 0px;
  }
    
  #header {
    width: 100%;
    height: 72px;
    background: url(images/header.jpg) no-repeat;
    border-bottom: 3px solid #FFF;
  }
  
  #header h1 {
    margin: 0px;
    padding: 0px;
    visibility: hidden;
  }
  
  #header a {
    display: block;
    width: 100%;
    height: 72px;
  }
  
  #header #lang_cz {
    width: 24px;
    height: 17px;
    position: relative;
    overflow: hidden;
    top: -76px;
    left: 836px;
    text-decoration: none;
  }
  
  #header #lang_en {
    width: 24px;
    height: 17px;
    position: relative;
    overflow: hidden;
    top: -93px;
    left: 869px;
    text-decoration: none;
  }
  
  #header #lang_de {
    width: 24px;
    height: 17px;
    position: relative;
    overflow: hidden;
    top: -110px;
    left: 902px;
    text-decoration: none;
  }

  #main_navigation {
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 943px;
    font-weight: bold;
    background: #6494C7;
  }
  
  #main_image {
    width: 100%;
    height: 140px;
    background: url(images/head.jpg) no-repeat;
    z-index: 1;
    margin-top: 30px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    clear: both;
  }
  
  #kontejner3 {
    width: 943px;
    clear: both;
  }
  
  #kontejner2 {
    width: 933px;
    clear: both;
    border: 5px solid #6494C7;
    border-top: none;
    background: #6494C7;
  }
  
  #menu {
    width: 182px;
    float: left;
    padding-top: 10px;
  }
  
  #menu h2 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
  }
  
  #menu ul {
    padding: 0px;
    list-style-image: none;
    margin: 0px;
    margin-bottom: 10px;
  }
  #menu ul li {
    margin: 0px;
    padding: 0 0 0 0px;
    font-size: 110%;      
    list-style-image: none;
    list-style-type: none;
    text-align: center;
  }
  #menu ul li a {
    display: block;
    color: #000;
    padding: 5px 4px 5px 5px;
    margin: 2px 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: #DFE7FE;
  }
  #menu ul li a:hover {
    background: #F3FFFF;
  }
  
  #obsah {
    width: 731px;
    float: right;
    padding: 10px;
    background: #FFF;
  }
  
  #obsah ul li {
    margin: 0px;
    padding: 0px;
    color: #D35A09;
    list-style-image: url(images/li_bullet.gif);
  }
  
  #obsah ul li a {
    color: #D35A09;
  }
  
  #obsah ul li a:hover {
    color: #EB5E00;
  }
  
  #footer {
    /*padding: 10px;
    width: 913px;*/
    clear: both;
    background: url(images/footer.jpg) no-repeat;
    border-top: 3px solid #FFF;
    height: 30px;
    /*border-top: 1px solid #6494C7;*/
    font-size: 10px;
  }
  
  #footer .prvni {
    width: 200px;
  }
  
  #footer a {
    color: #666;
  }
  #footer a:hover {
    color: #999;
  }
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  .center {
    text-align: center;
  }
  
  .clearer {
    clear: both;
  }
  
  .file {
    width: 683px;
    background: #CADAFC;
    padding: 5px;
    margin-bottom: 5px;
  }
  
  .file a {
    color: #DD6600;
    font-size: 16px;
  }
  
  .file a:hover {
    color: #FF9900;
  }
  
  img {
    border: none;
  }
  
  #debug {
    font-size: 10px;
    margin: 0px;
    padding: 0 0 0 5px;
  }
  
  #search-kw {
    border: 1px solid black;
    background-color: #CADAFC;
    font-size: 12px;
    width: 150px;
  }
  
  #search-btn {
    margin-top: 2px;
    border: 1px solid black;
    background-color: #CADAFC;   
    font-size: 12px;
    padding-bottom: 1px;
  }
  
  .link {
    color: #6C6C6C;
  }
  
  .link:hover {
    text-decoration: none;
  }
  
  #main_navigation img {
    margin-left: -16px;
    margin-right: 2px;
  }
