html {

}
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family:Tahoma; 
  font-size: 100%;
  color: #445253;
}
* {
  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: #598dd1;
}
p, div {
  text-align: justify;
}
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: 778px;
  margin: auto;
}
#container-inner {
  width: 778px;
  float: left;
  position: absolute;
  clear: both;
}
#main {
  margin: 20px;
  margin-right: 32px;
  margin-top: 370px;
  font-size: 70%;
}
#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: #f7941c;
  }
#primary {
  float: left;
  width: 539px;
}
#primary.shorten {
  width: 351px;
}
  #primary h1 {
    text-transform: uppercase;
    color: #abc842;
  }
  #primary h1.alternative {
    color: #f7941c;
  }
#secondary {
  float: right;
  width: 156px;
}
  #secondary h1 {
    text-transform: uppercase;
    color: #598dd1;
  }

#quick-tools {
  height: 20px;
  position: absolute;
  right: 40px;
  top: 20px;
  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: #4e7bb7;
  }
#search {
  display: none;
}  
#font-resize {
  position: absolute;
  width: 162px;
  font-size: 65%;
  right: 140px;
  top: 20px;
  text-align:right;
  color: #4e8ad0;
  z-index:99;
}  

#logo {
  position: absolute;
  clear: both;
  top: 0px;
  left: 0px;
  width: 656px;
  height: 206px;
  z-index: 99;
}



#footer {
  clear: both;
  margin-top: 40px;
  background-image: url('../img/layout/bg_footer.png');
  background-repeat: no-repeat;
  height: 57px;
  margin-bottom: 20px;
}
  #footer, #footer a {
    color: #598dd1;
  }
  #footer .info {
    padding: 20px;
    padding-top: 5px;
  }
#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: #598dd1;
    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: #f7941c;
}
/*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;
  }
.bottom {
  vertical-align: bottom;
}
p.highlight {
  font-weight: bold;
  color: #598dd1;
}
