/* --- css stylesheet - czelo --- */
/* --- global --- */
html * {
	font-size: 11px;
	line-height: 14px;
	/*color: #495663;*/
	font-family: "verdana ce", verdana, "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	cursor: default;
	color: #495663;
}
img {
	border: 0px none;
}
p {
	margin: 0px;
}
ul , ol {
	margin: 2px 0px 2px 23px;
	padding: 0px;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ol li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #DFB000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #92AAC3;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: bold;
}
h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
	color: #495663;
}
h1 {
	color: #E7C544;
}
h2 {
	color: #92AAC3;
}
/* --- form --- */
.form {
  border: 1px solid #CCCFD3;
  background-color: #FFFFFF;
  height: 16px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
.button {
  border: 1px solid #DADDDF;
  background-color: #DADDDF;
  color: #495663;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
/* --- mask --- */
div.all {
	width: 756px;
	margin: auto;
}
img.top-img {
	display: block;
}
div.main {
}
/* --- menu --- */
div.menu {
  background: repeat-x left top url(images/menu_bg_3.gif);
	padding: 0px 0px 0px 0px;
	/*height: 36px;*/
	position: relative;
}
div.menu * {
	font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
div.menu table.inmenu {
  width: 100%;
}
div.menu table.inmenu td {
  width: 11%;
  text-align: center;
  vertical-align: middle;
	border-right: 1px solid #FFFFFF;
	padding: 3px 10px 3px 10px;
}
div.menu table.inmenu a {
	/*display: block;
	height: 30px;*/
	color: #DFB000;
}
div.menu table.inmenu a:hover {
  color: #9C7B00;
}
div.menu table.inmenu td.new * {
  color: #495663;
}
div.menu table.inmenu td.active {
  background: repeat-x left top url(images/menu_bg_3_active.gif);
}
div.menu div.flag a {
	padding: 0px;
  position: absolute;
  /*right: 12px;
  top: -40px;*/
  right: 94px;
  top: -45px;
}
div.menu div.flag a img {
  width: 24px;
  height: 14px;
  border: 1px solid #F8C300;
}
div.menu div.homelink {
  background: no-repeat left top url(images/button_home_bg.gif);
  position: absolute;
  left: 0px;
  top: -55px;
	width: 85px;
	height: 35px;
}
div.menu div.homelink a {
  display: block;
	margin: 12px 0px 0px 15px;
  text-decoration: none;
	color: #DFB000;
}
div.menu div.homelink a:hover {
  text-decoration: none;
	color: #9C7B00;
}
div.menu div.webarchiv1 {
  position: absolute;
  /*right: 10px;*/
  right: 80px;
  top: -178px;
	width: 88px;
	height: 31px;
}
div.menu div.webarchiv2 {
  position: absolute;
  /*right: 110px;*/
  /*right: 10px;
  top: -188px;*/
  right: 10px;
  top: -70px;
	width: 65px;
	height: 65px;
}
/* --- content --- */
div.content , div.content-left , div.content-right {
	margin: 24px 0px 24px 0px;
	padding: 0px 10px 0px 10px;
}
div.content-left , div.content-right {
	margin: 0px 0px 0px 0px;
}
div.content-left {
	width: 178px;
	float: left;
}
div.content-right {
	width: 534px;
	float: left;
}
div.content-background {
  background: repeat-y url(images/bg_content.gif);
  margin: 24px 0px 0px 0px;
}
div.content-right p {
  text-align: left;
}
/* ---  --- */
div.heading {
	padding-bottom: 1px;
	border-bottom: 1px solid #E9EBEE;
	margin-bottom: 14px;
}
div.heading img {
	height: 17px;
	display: block;
}
div.text {
	padding: 0px 2px 0px 2px;
}
div.footer {
	/*height: 25px;*/
	padding-top: 6px;
	text-align: right;
}
div.footer * {
	color: #92AAC3;
}
div.clear {
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
a.logo-tc {
	display: block;
	float: right;
	padding: 4px 0px 0px 15px;
}
a.archive , a.back {
	padding: 0px 4px 0px 18px;
	margin: 0px 0px 0px 4px;
	display: block;
	float: left;
	border: 1px solid #E9EBEE;
	font-size: 10px;
	line-height: 12px;
}
a.archive {
	background: no-repeat left center url(images/arrows_right.gif);
}
a.back {
	background: no-repeat left center url(images/arrows_left.gif);
}
span.date {
	color: #92AAC3;
}
div.news {
	padding: 7px 0px 7px 0px;
}
div.news-active {
	padding: 7px 5px 7px 5px;
	background: none #EDEEF0;
	border: 1px solid #FBC300;
	border-width: 1px 0px 1px 0px;
}
table.contact {
  border-top: 1px solid #E9EBEE;
  border-bottom: 1px solid #E9EBEE;
	border-collapse: collapse;
	width: 600px;
	/*margin: auto;*/
}
table.contact tr td {
  padding: 1px 5px 1px 5px;
}
table.contact tr.head td {
  border-bottom: 1px solid #E9EBEE;
  background-color: #F4F6F9;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}
a.invert {
	color: #92AAC3;
}
a.invert:hover {
	color: #DFB000;
}
div.text img {
	margin-right: 10px;
	margin-bottom: 5px;
}
div.text-onas img {
	margin-right: 10px;
	margin-bottom: 5px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.hlaska , .hlaska * {
  color: #495663 !important;
}
.hlaska input {
  border: 1px solid #495663 !important;
}
tr.hlaska td {
  border: 0px none !important;
  border-top: 1px solid #495663 !important;
  border-bottom: 1px solid #495663 !important;
}
form {
  margin: 0px;
}
form table {
  margin: 5px 0px 0px 0px;
  border-collapse: collapse;
}
form table td {
  padding: 2px 0px 2px 0px;
}
h3 {}
.f-r {
	text-align: right;
}
