html {

}
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family:Tahoma; 
  font-size: 100%;
  color: #445253;
  background-image: url('../img/layout/bg_body_half.png');
  padding-bottom: 40px;
}
* {
  margin: 0px;
  padding: 0px;
  }
ul, ol {
  margin-bottom: 20px;  
}
ul, ol, li {
  margin-left: 20px;
}  
li ul,
li ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
td {
  vertical-align: top;
}
a {
  text-decoration: none;  
  color: #000000;
}
p, div {
  text-align: left;
}
h1 {
  margin-bottom: 10px;
  font-size: 170%;
  font-weight: bold;
}
h2 {
  margin-bottom: 5px;
  font-size: 120%;
}  
a img {
  border: 0px;
}
p {
  margin-bottom: 10px;
  line-height: 1.5;
}
#container-outter {
  width: 690px;
  margin: auto;
}
#container-inner {
  width: 650px;
  padding: 20px;
  float: left;
  position: absolute;
  clear: both;
  /*margin-top: 40px;*/
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
#bottom {
  float: left;
  width: 100%;
  height: 40px;
}
#logo {
  position: absolute;
  top: 15px;
  left: 20px;
  clear: both;
  float: left;
  width: 388px;
  height: 80px;
  background-image: url('../img/layout/logo.png');
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 16pt;
  font-weight: bold;
}
  #logo img {
    float: left;
  }
  #logo span {
    color: #0682B5;
  }
#main {
  margin-top: 30px;
  font-size: 70%;
  margin-top: 390px; 
}
  #main p {
    text-align: justify;
  }
#left-column {
  float: left;
  width: 188px;
}
#left-column .label {
  margin-bottom: 15px;
}
#left-column ul,
#left-column li  {
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
#left-column ul ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
#left-column li li {
  font-style: italic;
  font-weight: normal;
}
#left-column .inner {
  margin-left: 15px;
  margin-right: 19px;
}
  #left-column h1 {
    text-transform: uppercase;
    color: #000000;
  }
#primary {
  float: left;
  width: 420px;
  min-height: 160px;
}
#primary .inner {
  margin-left: 200px;
  margin-left: 0px;
}
  #primary h1 {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
  }
  #primary h1.alternative {
    color: #333333;
  }
#secondary {
  float: right;
  width: 210px;
}
#secondary .inner {

}
  #secondary h1 {
    text-transform: uppercase;
    color: #000000;
  }

#quick-tools {
  position: absolute;
  clear: both;
  right: 20px;
  top: 25px;
  float: right;
  font-size: 65%;
  text-align: right;
  z-index:99;
}
  #quick-tools img {
    vertical-align: baseline;
    margin-left: 10px;
    /*padding-left: 10px;
    padding-right: 5px;*/
  } 
  #quick-tools, #quick-tools a {
    color: #000000;
  }
#search {
  display: none;
}  
#font-resize {
  position: absolute;
  clear: both;
  right: 20px;
  top: 45px;
  text-align:right;
  color: #000000;
  z-index:99;
}  



#footer {
  clear: both;
  float: left;
  width: 650px; 
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #000000;
  background-repeat: no-repeat;
}
  #footer, #footer a {
    color: #000000;
  }
#menu  {
  clear: both;
  margin-top: 0px;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 0px;
  font-size: 85%;
}
  #menu ul {
    margin: 0px;
  }
  #menu li {
    display: inline;
    margin: 0px;
    padding-right: 3px;
    margin-right: 2px;    
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
  }
  #menu li a {
    color: #ffffff;
    color: #000000;
    white-space: nowrap;
  }

.decrease {
  font-size: 75%;
}
.increase {
  font-size: 120%;
}


/*aktuality*/
.aktualita {
  margin-bottom: 15px;
  padding-left: 14px;
  background-image: url('../img/layout/bg_aktualita.png');
  background-position: 0px 4px;
  background-repeat: no-repeat;
}
.aktualita h2 {
  font-size: 100%;
}
.aktualita h2, .aktualita h2 a {
  color: #666666;
}
/*links*/
a.link {
  padding-left: 12px;
  background-image: url('../img/layout/bg_link.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  font-weight: bold;
}
/*fotky*/

.small {
  font-size: 75%;
}
.gallery {
  text-align: center;
  padding-right: 10px;
  padding-bottom: 10px;
}
.gallery img {
  border: 1px solid #d0d0d0;
  padding: 1px;
}
.photos img {
  border: 1px solid #d0d0d0;
  padding: 0px;
  margin-bottom: 5px;
}
  .photos td {
    padding: 0px;
  }
