/******************************************************************************/
/* document */
*{
	/*border: 1px Solid Black;*/
	font-family: Tahoma, Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body, html{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 760px;
	color: Black;
	background: White url(img/background.gif) repeat;
	height: 100%;
}

.hidden_item{
  display: none;
}

a{
  color: #000000;
  text-decoration: none
}
a:link{
  color: #003399;
  background-color: transparent
}
a:visited{
  color: #003399;
  background-color: transparent 
}
a:hover{
  color: #E7913B;
  background-color: transparent;
  text-decoration: underline;
}
ol{
  margin-left: 20px;
}

ol li{
  margin-bottom: 20px;
}

td{
  padding: 2px 5px 2px 5px;
}


/******************************************************************************/
/* web references on top of page */
#web_references{
	width: 760px;
  text-align: right;
  padding: 2px 0px 2px 0px;
} 

#web_references ul, #web_references li{
  display: inline;
  list-style: none;
  line-height: 8pt;
}
#web_references a{
  text-decoration: none;
  padding: 0px 8px 0px 9px;
	font-size: x-small;
  color: #184aa7;
  border-right: 1px solid #184aa7;
}

#web_references .last{
  border-right: none !important;
}
/******************************************************************************/
/* Head of document */
#main_staticke{
  background-color: White;
  color: Black;
  padding: 10px;
  width: 740px;
  overflow: hidden;
}

#main{
  background-color: White;
  color: Black;
  padding: 0px 0px 10px 10px;
  width: 750px;
  overflow: hidden;
}

/******************************************************************************/
/* rubrika - detail*/
#rubrika_detail td{
  border-bottom: 7px solid White;
  vertical-align: top;
}

.zvyraznene{
  background-color: #B9C6DD;
}



/******************************************************************************/
/* Foot of document */
#foot{
  width: 760px;
	text-align: right;
  padding: 7px 0px 7px 0px;  
  float: left;
}
#foot a{
  color: #184aa7;
  margin-right: 80px;
  text-decoration: none;
}
