body {
	font-family:  Arial, Calibri, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {
  font-family: Arial, Calibri, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #000000;
	text-align: left;
}
/*standardni pravidla pro odkazy*/
a                   {color: #000000; text-decoration: none;}
a:link, a:visited   {}
a:hover             {color: #7A897F;}

img                 {border: 0px;}

.clear              {clear:both;}
.hide               {display:none;}


#contentBox {
  position : relative;
  width: 841px;
  height: 661px;
  top: 134px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  
  /*background-color: red;  */
}

/*tohle neviditelne zajistuje aby pod oknem byl jeste prostor a tudiz na malych obrazovkach nebyl konec okna nalepen na konec obsahoveho divu*/
#invisibleFooter {
  position: absolute;
  top: 800px;
  height: 10px;
  
}

/*stale zahlavi*/
#top {
  height: 86px;
  left:0;
  top:0;
  position:absolute;
  width: 100%; /*safari, opera neroztahuje divy na max. sirku*/
} 

#logo {
  border: 0px;
  margin-top: 5px;
  margin-left: 18px;
  float: left;
}

#menu {
  border: 0px;
  float: right;
}
/* \\ header*/


/* footer */
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;     
  width: 100%; /*safari, opera neroztahuje divy na max. sirku*/
}

#footer3m {
  /*font-size: 11px; */
  letter-spacing: -0.2px;
  _word-spacing: -0.15em; /*IE6 neumi letter-spacing, takze srazeno pomoci word spacing*/
  float: left;
  margin-left: 18px;
  _margin-left: 9px;
}

#footerContact {
  float: right;
  width: 350px;  
}

#footerContact img {
  margin-top: 4px;
  margin-right: 3px;
  float: left;
}

#footerContact table {
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 11px;
  width: 210px;
  letter-spacing: -0.2px;
  _word-spacing: -0.12em; /*IE6 neumi letter-spacing, takze srazeno pomoci word spacing*/
}
td.tdFirst {
  text-align: left;
}
td.tdSecond {
  text-align: right;
}
/* \\ footer */

#content {
  height:543px;
  left:0px;
  overflow:hidden;
  position:absolute;
  top:86px;
  width:100%;
}


/*  ostatni co se opakuje */
#rightNews {
  position: absolute;
  top: 27px;
  right: 0px;
  width: 168px;
}
.menuAndNews {
  z-index: 1;
}

.menuAndNews h3, h2 {
  display: block;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 14px;
  font-size: 13px;
}




/*     SCROLL   */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa; */ /*nechceme aby bylo videt*/
}
.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/  /*nechceme aby bylo videt*/
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../images/up.png);
	height: 17px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../images/down.png);
	height: 17px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*chybovy souhrn ma nadpis, ten nechceme*/
div.errorExplanation h2 {
	display: none;
}