@import url(01_main.css);
@import url(02_header.css);
@import url(03_top_menu.css);
@import url(04_right_menu.css);
@import url(06_0_content.css);
@import url(07_footer.css); 
@import url(08_news.css);
@import url(09_form.css);
@import url(11_akce.css);


#content-wrapper {
	height: auto;
	clear: both;
  background: rgb(233,233,233);
  float: left;
  margin-top: 20px;
  padding-bottom: 6px;
  padding-top: 4px;
  
}

#middle {
  width: 910px;
  float: left;

}

#middle-content {
  margin: 0px;
  margin-bottom: 100px;
}

#middle-marker {

}

#up {
  background: white url("../img/up-background.gif") top left no-repeat;
  opacity: 0.8;  
  filter: alpha(opacity=80);  
  -moz-opacity: 0.8;  
  -khtml-opacity: 0.8; 
  float: left;
}

#up-content {
  margin: 20px 10px 20px 20px;
}

#right {
  background: white;
  margin-top: 20px;
  width: 910px;
  float: left;
}

#right-content {
  padding: 10px 20px 10px 20px;
}

#banner {
  background: rgb(233,233,233);
  margin-top: 20px;
  float: left;
  position: relative;
}

#banner-content {
  padding-left: 7px;
  padding-top: 10px;
}

#banner h2 {
  position: absolute;
  top: 90px;
  left: 340px;
  color: white;
}

#banner h2 a {
  color: white;
  text-decoration: none;
}

#banner h2 a:hover {
  text-decoration: underline;
}

#info {
  position: absolute;
  top: 127px;
  right: 0px;
   color: black;
  font-weight: bold;
}
