body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/page_bkg.gif);
}
.shadow_left {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.shadow_right {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.menu_head {
	background-image: url(images/head_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_head_left {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
.menu_head_right {
	font-size: 10px;
	font-weight: bold;
	color: #BB5B20;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_head_right_text {
	font-size: 10px;
	font-weight: bold;
	color: #BB5B20;
	text-align: right;
}
a:link {
	color: #FFA312;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFA312;
}
a:hover {
	text-decoration: underline;
	color: #FFA312;
}
a:active {
	text-decoration: none;
	color: #FFA312;
}

.navigace {
	color: #FFFFFF;
}
a.navigace:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navigace:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.navigace:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navigace:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_head_link {
	color: #BB5B20;
}
a.menu_head_link:link {
	color: #BB5B20;
	text-decoration: none;
}
a.menu_head_link:visited {
	text-decoration: none;
	color: #BB5B20;
}
a.menu_head_link:hover {
	text-decoration: underline;
	color: #BB5B20;
}
a.menu_head_link:active {
	text-decoration: none;
	color: #BB5B20;
}

A.headerNavigation_vista:link { 
  color: #FFFFFF; 
  text-decoration: none;
  border:1px none #BB5B20;
}

A.headerNavigation_vista:visited {
  color: #ffffff;
  text-decoration: none;
  border:1px none #BB5B20;
}

A.headerNavigation_vista:hover {
  color: #BB5B20;
  text-decoration: none;
  border:1px solid #BB5B20;
  background:#ffe1b2;
}

A.headerNavigation_vista:active {
  color: #ffffff;
  text-decoration: none;
  border:1px none #BB5B20;
}
