@import url(01_main.css);
@import url(02_header.css);
@import url(03_top_menu.css);
@import url(04_bottom_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(12_mapa_rozcestnik.css);


#content-wrapper {
	height: auto;
	clear: both;
	background: white;
	padding: 7px 18px;
}

#up {
  position: relative;
  height: 200px;
  margin-bottom: 10px;
}

#middle {
  width: 469px;
  float: left;
}

#middle-content {
  padding: 10px 15px;
  margin-right: 7px;
}

#middle-marker {

}

#right {
  width: 469px;
  float: left;
}

#right-content {
  padding: 10px 15px;
}

#right-marker {

}

#right div.csc-frame-frame2 {
  border-top: 0px;
  color: #333333;
  background: white;
  padding: 10px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  background: white url("../img/background-list.gif") top left repeat-x;
}

h4 {
  font-weight: normal;
  color: black;
  padding: 0px;
  margin: 0px;
  background: white url("../img/nadpis-service.gif") top left no-repeat;
  font-size: 11px;
  padding: 7px 5px 0px 10px;
}

#right h3 {
  padding-bottom: 10px;
}

h3 {
  color: rgb(0,138,200);
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
}

span.important {
  background: rgb(81,186,231) url("../img/menu-background.gif") top left repeat;
  color: white;
  font-weight: bold;
  border: 2px solid rgb(223,224,226);
  font-size: 12px;
  padding: 4px 13px;
  cursor: pointer;
}

a.download span.important {
  text-decoration: none;
}


