* {
  font-family: Arial, "Times New Roman", Times, serif;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  background-image: url('../img/layout/bg_body.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffffff;
}

.debug {
  font-size: 9px;
  color: #666666;
  display: none;
}
a {
  color: #000000;
}
p {
  margin-bottom: 10px;
}
h1 {
  font-size: 160%;
  margin-bottom: 10px;
}
h2, .h2 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
  h2 a, .h2 a {
    text-decoration: none;
  }
  .small {
    font-size: 10px;
    font-weight: normal;
  }
h3 {
  font-size: 140%;
  margin-bottom: 5px;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
}
img.left {
  float: left;
}
img.right {
  float: right;
}
div.tajna_soutez {
text-align: center;
padding: 10px;
border-top: 1px solid #89921f;
}
td {
  vertical-align: top;
}
ul, li {
  margin-left: 10px;
}
ul {
  margin-bottom: 10px;
}
ul ul {
  margin-top: 10px;
}
li {
  list-style: square;
}
.red, a .red {
  color: #f00000;
}
#container-outter {
  width: 1000px;
  margin: auto;
  margin: 0px;
}
#container-outter {
  margin: auto;
}
#container-inner {
  width: 1000px;
  position: absolute;
}
#logo {
  position: absolute;
  top: 10px;
  left: 0px;
  float: left;
  clear: both;
  width: 270px;
  height: 70px;
  overflow: hidden;
  z-index: 2;
}
#search {
  /*display: none;*/
  position: absolute;
  top: 100px;
  right: 0px;
  float: left;
  clear: both;
  width: 180px;
}
  #search input {
    width: 120px;
    border: 1px solid #000000;
  }
  #search .submit {
    width: 50px;
  }
#main {
  float: left;
  width: 1000px;
  /*background-image: url('../img/layout/bg_main.jpg');*/
  background-repeat: no-repeat;
  margin: 0px;
  margin-top: 146px;
  background-color: #ffffff;
  padding-top: 0px;
  font-size: 75%;
  z-index: 5;
  /*border-top: 1px solid #7a4308;*/
}
#menu {
  margin-bottom: 30px;
  margin-left: 10px;
  font-size: 110%;
  font-weight: bold;
}
  #menu a {
    text-decoration: none;
  }
  #menu li, #menu ul {
    margin: 0px;
  }
  #menu li ul {
    margin-top: 5px;
    margin-bottom: -5px;
  }
  #menu li {
    list-style: none;
    border-bottom: 1px solid #999999;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu li li {
    font-size: 85%;
    padding-left: 0px;
    border-top: 1px solid #999999;
    border-bottom: 0px;
    text-transform: none;
    font-weight: normal;
  }
  #menu a {
    color: #000000;
  }
  #menu li li a {
    color: #255e0e;
  }
  
#rain-family {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
  
#fb {
  margin-top: 20px;
  margin-left: 10px;
}

#footer, #partners {
  clear: both;
  width: 1000px;
  font-size: 65%;
  background-color: #29691A;
  border-top: 1px solid #29691A;
  text-align: left;
} 
#partners {
  background-color: #ffffff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
  #partners img {
    vertical-align: middle;
    padding: 0px;
  }
#footer .info {
  padding: 15px;
} 
#footer, #footer a {
  color: #ffffff;
}

.navigation, .sub-navigation {
  margin-bottom: 10px;
  border-bottom: 1px dotted #89921F;
  padding-bottom: 10px;
  font-size: 11px;
  width: 100%;
}
.navigation {
  white-space: nowrap;
  overflow: hidden;
}
  .navigation a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sub-navigation a {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sub-navigation a.home,
  .navigation a.home {
    margin-left: 0px;
  }

#col3 ul {
  margin-left: 15px;
}
#col3 ul ul {
  margin-left: 0px;
}
#col3 p {
  margin-left: 10px;
  margin-right: 10px;
}
#col3 h2,
#col3 h1 {
    margin: 10px;
  }  
#col3 h2, #col3 .h2 {
  margin: 0px;
  padding: 10px;
}
#col3 h2, #col3 .h2,
#col3 h2 a {  
  color: #333333;
}
#col3 h2 {
  border-top: 1px solid #89921f; 
}
#col3 .separator {
  height: 30px;
  width: 100%;
  float: left;
  clear: both;
  background: url('../img/layout/bg_col3_sep.png') no-repeat center center;
}    
#col3 .bottom {
  height: 10px;
  background: url('../img/layout/bg_col3_bottom.png') no-repeat bottom center;
}  
.perex a.linkout {
  padding-right: 10px;
  background-image: url('../img/layout/bg_linkout.png');
  background-position: right 3px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #418F1A;
  color: #cc1212;
}
#col3 .login {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 15px;
}
#col3 .login input {
  border: 1px solid #D6DF6F;
  width: 134px;
  margin-bottom: 2px;
  padding: 2px;
  font-size: 11px;
}
#col3 .login .submit {
  background-color: #CEE9C4;
  border-color: #29691A;
  color: #29691A;
  width: 140px;
  padding: 0px;
}
.section {
  clear: both;
}
.href2checkbox .selected {
  color: red;
  font-weight: bold;
  /*background-color: #ff0000;
  color: #ffffff;*/
}
.fl100 {
  float: left;
  width: 100%;
  clear: both;
}


li.url_ubytovani-poptavka {
  background-color: #f00000;
}
#menu li.url_ubytovani-poptavka a,
#menu li.url_ubytovani-poptavka a:hover {
  color: #ffffff;
}


.fb-like-box span, .fb-like-box iframe {
    width: 160px !important;
}