body
{
  background-color: #FFF;
  /* font-family: Denver-Regular,'Bookman Old Style',Georgia,serif; */
  font-family: Times,"Times new roman",Georgia,serif;
}

a
{
  text-decoration: none;
  color: #de7c43;
  font-weight: 700;
}

img
{
  border: none;
}

#main
{
  /*background-color: #FF00FF;*/
  width: 960px;
  height: 605px;
  margin-top: 50px;
}

#main #head
{
  /*background-color: #FF0000;*/
  width: 100%;
  height: 90px;
  text-align: left;
}

#main #head #text
{
  /*background-color: #FF00FF;*/
  height: 74px;
  float: left;
  font-size: 16px;
}

#main #head img
{
  background-color: #000;
  width: 74px;
  height: 74px;
  float: right;
}

#main #title
{
  background: #b89f37 url(./images/title_bg.jpg) repeat-x scroll left top;
  width: 100%;
  height: 67px;
  display: table;
}

#main #title #txt
{
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  text-align: right;
  padding-right: 20px;
  #margin-top: 15px;
}

#main #menu
{
  background-color: #cbc9c6;
  width: 100%;
  height: 50px;
  font-size: 18px;
}

#main #menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

#main #menu li
{
  height: 37px;
  #height: 50px;
  padding: 13px 15px 0px 15px;
  float: left;
  background-color: #cbc9c6;
}

#main #center
{
  width: 100%;
  height: 334px;
  max-height: 334px;
  overflow: auto;
}

#main #center #image
{
  width: 476px;
  height: 100%;
  float: left;
}

#main #center #content
{
  width: 404px;
  #width: 484px;
  float: right;
  padding: 15px 40px 0px 40px;
  text-align: justify;
  font-size: 15px;

  /*line-height: 18.5px; */
}

#main #center #content2
{
  width: 404px;
  #width: 484px;
  float: right;
  padding: 15px 40px 0px 40px;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
  margin-top: 60px;
}

#main #center .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#main #center .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
}

#main #center .jScrollIntervalTrack { 
	position: absolute;
}

#main #center .jScrollPaneDrag {
	position: absolute;
	top: -2px;
	#top: -1px;
	background: #FFF;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #000;
	#height: 11px !important;
}

#main #center .jScrollPaneDrag:hover {
	background: #cbc9c6;
}

#main #center .jScrollPaneDragLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

#main #center .jScrollPaneDragRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
}

#main #center a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 12px;
	width: 10px;
	background: url(./images/arrow_left.jpg) no-repeat 0 0;
}

#main #center a.jScrollArrowLeft:hover {
	background: url(./images/arrow_left_hover.jpg) no-repeat 0 0;
}

#main #center a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 12px;
	width: 10px;
	background: url(./images/arrow_right.jpg) no-repeat 0 0;
}

#main #center a.jScrollArrowRight:hover {
	background: url(./images/arrow_right_hover.jpg) no-repeat 0 0;
}

#main #center .holder {
	margin: 0px;
	display: block;
}

#main #center .scroll-pane {
	height: 330px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	display: block;
	#overflow: hidden;
	float: left;
}

#main #center .scroll-pane .margin {
	margin-right: 15px;
}

#main #center .scroll-pane .nomargin {
	margin-left: -5px;
}

#main #foot
{
  background: #000 url(./images/foot_bg.jpg) repeat-x scroll left top;
  width: 100%;
  height: 64px;
  color: #b19c45;
}

#main #foot #left
{
  width: 50%;
  float: left;
  font-size: 7px;
  margin-top: 13px;
}

#main #foot #right
{
  float: right;
  font-size: 15px;
  text-align: right;
  /*font-weight: bold;*/
  padding: 35px 20px 0px 0px;
}

span.obal_img {
    float:left;
    text-align: left;
}

.popis_img {
    font-size: 12px;
    /* font-style: italic; */
}


h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
