/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  font-size: 11px;
  font-weight: bold;
}

hr {
  margin-top: 30px;
  margin-bottom: 20px;
}

#full {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
  width: 100%;
  min-height: 100%;
  opacity: .5;
  /* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
  -moz-opacity: .5;
  filter:alpha(opacity=50);
  z-index: 2;
}

#page {
  position: absolute;
  width: 900px;
  min-height: 100%;
  top: 0px;
  left: -450px;
  margin-left: 50%;
  border-left: 1px solid #f7921e;
  border-right: 1px solid #f7921e;
}

#header {
  position: relative;
  top: 0px;
  width: 100%;
  height: 114px;
}

#header_logo {
  width: 100%;
  height: 90px;
  background-color: #f7921e;
}

#header_logo img {
  border: 0px;
  padding-left: 40px;
  padding-top: 10px;
}

#header_menu {
  width: 100%;
  height: 24px;
  background-color: #2ca343;
  margin-top: 1px;
}

#header_menu a {
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

#header_menu a:hover {
  color: #CCCCCC;
}

#header_menu_small {
  position: absolute;
  top: -15px;
  right: 10px;
  height: 12px;
}

#header_menu_small img {
  border: 1Opx;
  width: 15px;
}


#header_image {
  position: absolute;
  top: -30px;
  right: 30px;
}

#middle {
  float: left;
  width: 550px;
  margin: 30px 50px 20px 30px;
}

#left {
  float: left;
  width: 200px;
  margin: 30px 0px 20px 38px;
}

#kontejner {
  width: 100%;
  border: 1px solid #2ca343;
}

#kontejner_nadpis {
  width: 100%;
  height: 18px;
  padding-left: 0px;
  padding-top: 4px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #2ca343;
}

#kontejner_text {
  padding: 5px;
}  

#kontejner img {
  width: 190px;
}

#footer {
  clear: both;
  position: absolute;
  top: 100%;
  height: 18px;
  width: 100%;
  background-color: #f7921e;
  margin-top: -18px;
} 

#footer_text {
  font-size: 10px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-top: 2px;
}

#novinky_image {
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

.novinky_image {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}
