body {
  margin: 0;
  padding: 0;
}
#main {
  margin: 20px auto 0 auto;
  width: 894px;
  background: url('images/bg01.jpg') no-repeat top left;
}
#header {
	height: 267px;
	overflow: hidden;
}
#logo {
  display: block;
  height: 79px;
  position: relative;
}
#logo span {
  display: none;
}
#upoutavky {
	height: 184px;
	padding: 0;
	margin: 0 0 0 0;
	overflow: hidden;
}
#upoutavky ul, #upoutavky li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#upoutavky p {
	text-align: right;
	display: block;
	height: 18px;
	line-height: 18px;
	color: #222;
	position: relative;
	top: -28px;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 17px;
}
#upoutavky p.black {
	color: #fff;
	top: -47px;
	left: -1px;
}
#top-menu {
  height: 36px;
}
#top-menu h2 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
  width: 200px;
  padding-right: 20px;
  height: 36px;
  line-height: 36px;
  color: #5a4a00;
}
#top-menu ul {
  float: left;
  width: 674px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: url('images/menu01.png') repeat-x top left;
  height: 36px;
}
#top-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#top-menu ul li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  border-left: 1px solid #ffd94f;
  border-right: 1px solid #684a00;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}
#top-menu ul li a.first {
  border-left: 0px;
}
#top-menu ul li span.last {
  display: block;
  float: left;
  height: 36px;
  border-left: 1px solid #ffd94f;
}
#top-menu ul li a:hover {
  background: url('images/menu02.png') repeat-x top left;
  text-decoration: underline;
}
#history {
  clear: both;
  height: 25px;
  line-height: 25px;
  padding-left: 235px;
  color: #888;
}
#history a {
  color: #888;
}
#history a:hover {
  color: #000;
}
#contnet {
  clear: both;
}
#left-bar {
  float: left;
  width: 220px;
}
#left-bar .content {
  padding-top: 10px;
  padding-left: 21px;
}
#left-bar .content #menu {
  background-color: #FAFFE8;
}
#right-bar {
  float: right;
  width: 194px;
}
.right-bar-box {
  background: #F3F0D3 url('images/box01.png') no-repeat top left;  
  xmargin-top: 30px;
  margin-bottom: 30px;
}
.right-bar-box .content {
  background: url('images/box02.png') no-repeat bottom left;  
  padding: 0 10px 10px 10px;
}
.center {
  text-align: center;
}
.right-bar-box .content h2 {
  margin: 0;
  padding: 0;
  color: #6f5700;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  position: relative;
  top: -17px;
}
.right-bar-box.blue {
  background: #F2F2F2 url('images/box03.png') no-repeat top left;  
}
.right-bar-box.blue .content {
  background: url('images/box04.png') no-repeat bottom left;  
}
#main-bar {
  float: right;
  width: 674px;
}
#main-bar .content {
  padding: 5px 0 15px 15px;
}
#main-bar h1 {
  border-bottom: 1px solid #888;
}
#main.homepage #main-bar {
  width: 480px;
}
#main.homepage #main-bar .content {
  padding: 5px 15px 15px 15px;
}
#footer {
  clear: both;
  border-top: 1px solid #888;
  line-height: 30px;
  height: 30px;
  color: #888;
  text-align: right;
}
#footer a {
  text-decoration: none;
  color: #888;
}
#footer a:hover {
  text-decoration: underline;
  color: #aaa;
}
/*----------------------------------------------------------------------*/
.text_error { color: #AF2222; font-weight:bold;}
.text_vystraha { color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light    {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.table_light td {
	padding: 3px;
	line-height: 1.4em;
}
.table_light .headline     {
	color: #fff;
	background: #697B15 url("images/bg02.png") repeat-x top left;
	font-weight: bold;
	text-align: left;
}
.table_light .headline a {
	color: #fff;
	text-decoration: none;
}
.table_light .headline a:hover	{
	text-decoration: underline;
}
.table_light .line1    { background-color: #F5F5F5; }
.table_light .line2    { background-color: #FFF; }
/*----------------------------------------------------------------------*/
.table_dialog   {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.table_dialog td  {
	padding: 3px;
}
.table_dialog thead {
	color: #fff;
	background: #697B15 url("images/bg02.png") repeat-x top left;
	font-weight: bold;
}
/*----------------------------------------------------------------------*/