/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 14px;
  font-family: "arial ce", arial, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px 0px 0px 0px;
	color: #606060;
  background: none #ffffff;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #606060;
  background: none #eeedec;
  text-align: left;
}
img {
  border: 0px none;
}
a {
	color: #006940;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  /*_font-family: "arial ce", arial, "helvetica ce", helvetica, sans-serif;*/
  _text-indent: 2px;
  _word-spacing: -1px;
  /*_margin: 0px 2px 0px 2px;*/
  /*_word-spacing: -2px;
  _letter-spacing: 1px;*/
  display: block;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-weight: bold;
}
h1 * , h2 * , h3 * , h4 * , h5 * , h6 * {
  color: #000000;
}
h1 {
  padding-top: 10px;
  margin: 10px 0px 10px 0px;
}
h1 , h1 * {
  font-size: 18px;
  line-height: 26px;
}
h2 {
  padding-top: 10px;
  margin: 10px 0px 10px 0px;
}
h2 , h2 * {
  font-size: 18px;
  line-height: 26px;
}
h3 {
  margin: 3px 0px 3px 0px;
}
h3 , h3 * {
  font-size: 16px;
  line-height: 20px;
}
h4 {
  margin: 3px 0px 3px 0px;
}
h4 , h4 * {
  font-size: 16px;
  line-height: 20px;
}
h5 {
}
h5 , h5 * {
  font-size: 14px;
  line-height: 20px;
}
h6 {
}
h6 , h6 * {
  font-size: 14px;
  line-height: 20px;
}
sub {
  /*position: relative;
  top: -2px;*/
}
sup {
  /*position: relative;
  top: 2px;*/
}
h1 sub , h2 sub , h3 sub , h4 sub , h5 sub , h6 sub ,
h1 sup , h2 sup , h3 sup , h4 sup , h5 sup , h6 sup {
  font-size: 75%;
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
    display: none;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  /*height: 0px !important;
  width: 0px !important;*/
  overflow: hidden !important;
  /*padding: 0px !important;
  margin: 0px !important;*/
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.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;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
/* --- form --- */
.formtext {
  border: 1px solid #606060;
  background: none #FFFFFF;
  padding: 1px 2px 1px 2px;
  margin: 0px;
  vertical-align: middle;
  overflow: auto;
}
input.formtext {
  height: 14px;
  _height: 16px;
  line-height: 14px;
}
.button {
  border: 1px solid #606060;
  background: none #606060;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  height: 18px;
  cursor: pointer;
  margin: 0px;
  /*padding: 0px;*/
  vertical-align: middle;
}
/*
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-body {
  background: no-repeat center bottom url(images/web_body_bg.gif);
  text-align: center;
  margin: auto;
}
div.web-all {
  width: 960px;
  margin: auto;
  text-align: left;
}
div.web-top {
  height: 105px;
  cursor: default;
}
div.web-main {
  background: repeat-y left top url(images/web_main_bg.gif);
}
div.web-side-l {
  padding: 0px 50px 0px 20px;
  width: 127px; /*197px;*/
  float: left;
  cursor: default;
}
div.web-content {
  background: none #eeedec;
  width: 663px; /*763px;*/
  padding: 0px 50px 0px 50px;
  float: left;
}
div.web-foot {
  background: no-repeat left top url(images/web_foot_bg.gif);
  height: 290px;
  color: #FFFFFF;
  position: relative;
  z-index: 1000;
  cursor: default;
}
div.web-copyright {
  text-align: right;
  padding: 0px 20px 0px 20px;
	color: #c0c0c0;
	line-height: 40px;
	height: 40px;
  cursor: default;
}
/* --- web-top --- */
div.top-img {
  background: no-repeat left top #FFFFFF;
  display: block;
  float: right;
  width: 763px;
  height: 75px;
}
a.top-logo img {
  display: block;
  float: left;
  padding: 18px 0px 0px 20px;
}
div.top-langs {
  padding: 0px 50px 0px 20px;
  width: 127px; /*197px;*/
  float: left;
  text-align: right;
}
div.top-langs * {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}
div.top-langs a {
  color: #606060;
  text-decoration: none;
}
div.top-langs a:hover , div.top-langs a.active , div.top-langs a.active:hover {
  color: #006940;
  text-decoration: none;
}
form.top-search {
  margin: 5px 0px 0px 0px;
  display: block;
  float: right;
  height: 25px; /*30px;*/
}
form.top-search input.formtext {
  width: 100px;
}
div.navigation {
  float: left;
	color: #808080;
	line-height: 30px;
}
div.navigation a {
  text-decoration: none;
	color: #808080;
}
div.navigation a:hover {
  text-decoration: none;
	color: #006940;
}
/* --- web-side-l --- */
div.menu-top {
  padding-top: 10px;
}
div.menu-top a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0px 5px 0px;
  text-align: right;
  text-transform: lowercase;
  color: #606060;
}
div.menu-top a.active {
  text-decoration: none;
  color: #006940;
}
div.menu-top a:hover , div.menu-top a.active:hover {
  text-decoration: none;
  color: #006940;
}
/* --- web-foot --- */
div.web-foot-left {
  padding: 0px 20px 16px 20px;
  width: 330px; /*370px;*/
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1010;
}
div.web-foot-right {
  padding: 0px 20px 16px 20px;
  width: 230px; /*270px;*/
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1020;
}
div.web-foot div.group-text {
  color: #c0c0c0;
  border-bottom: 1px solid #1c8056;
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 5px 0px;
  float: right;
}
div.web-foot div.menu-foot a {
  text-transform: lowercase;
  text-decoration: none;
  font-weight: bold;
	color: #ffffff;
}
div.web-foot div.menu-foot a:hover {
  text-decoration: none;
	color: #c0c0c0;
}
div.web-foot div.mini-paging {
  padding: 110px 0px 0px 60px;
  color: #c0c0c0;
}
div.web-foot div.mini-paging span {
  color: #808080;
}
div.web-foot div.mini-paging a {
  text-decoration: none;
	color: #ffffff;
}
div.web-foot div.mini-paging a:hover {
  text-decoration: none;
	color: #c0c0c0;
}
div.web-foot img.mini-img {
  border: 3px solid #707070;
  margin: 0px 18px 0px 0px;
  /*height: 62px;*/
  display: block;
  float: left;
}
div.web-foot a.mini-heading {
  font-size: 14px;
  line-height: 20px;
	font-weight: bold;
  text-decoration: none;
	color: #ffffff;
}
div.web-foot a.mini-heading:hover {
  text-decoration: none;
	color: #c0c0c0;
}
div.web-foot div.mini-content {
  padding-top: 10px;
}
div.web-foot div.mini-content a {
  text-decoration: none;
	color: #c0c0c0;
}
div.web-foot div.mini-content a:hover {
  text-decoration: none;
	color: #ffffff;
}
/* --- web-content --- */
.light {
  color: #c0c0c0;
  border-bottom: 1px solid #F4F4F4;
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 5px 0px;
}
.colored {
  display: block;
  color: #006940;
  padding-bottom: 8px;
}
div.web-content img {
  border: 3px solid #E6E6E6;
  margin: 0px 10px 5px 10px;
}
div.web-content a img {
}
div.web-content a:hover img {
  border: 3px solid #C0C0C0;
}
div.web-content img.pictnoborder , div.web-content a img.pictnoborder , div.web-content a:hover img.pictnoborder {
  border: 0px none;
  padding: 0px;
}
a.inner-link-b {
}
a.inner-link-t {
  float: right;
  margin-top: 26px;
}
a.inner-link-b , a.inner-link-t {
  text-decoration: none;
  color: #006940 !important;
}
a.inner-link-b:hover , a.inner-link-t:hover {
  text-decoration: none;
  color: #000000 !important;
}
a.biglink {
  background: no-repeat 0px 12px url(images/dot_arrow_green.gif);
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 5px 0px 5px 15px;
  margin-left: 20px;
}
a.biglink:hover {
  text-decoration: none;
  font-weight: bold;
}
.bigbox {
  background: none #F4F4F4;
  border: 1px solid #E6E6E6;
  margin: 5px 0px 5px 5px;
  padding: 12px 15px 12px 15px;
  width: 44%; /*210px; /*240px;*/
  float: right;
  color: #006940;
}
/* --- detail --- */
div.detail-head {
  color: #006940;
  clear: both;
}
div.detail-head a {
  text-decoration: none;
  color: #000000;
}
div.detail-head a:hover {
  text-decoration: none;
  color: #006940;
}
div.detail-head span {
  font-size: 11px;
  line-height: 14px;
	color: #006940;
	font-weight: normal;
	padding-left: 15px;
}
div.news-text {
  padding: 0px 0px 10px 0px;
}
div.news-text img.pict {
  margin: 3px 8px 5px 0px;
  display: block;
  float: left;
}
div.news-detail {
}
div.news-detail img.pict {
  float: right;
}
/* --- management --- */
table.management {
  margin: 0px;
  width: 100%;
}
table.management td {
  padding: 6px 8px 6px 8px;
  vertical-align: top;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
table.management td.td01 {
  width: 18%;
}
table.management td.td02 {
  width: 22%;
}
table.management td.td03 {
  padding-right: 0px;
  width: 60%;
}
table.management img.pict {
  border: 3px solid #E6E6E6;
  margin: 0px 10px 5px 10px;
}
table.management a img.pict {
}
table.management a:hover img.pict {
  border: 3px solid #C0C0C0;
}
table.management img , table.management a img , table.management a:hover img {
  display: block;
  border: 0px none;
  padding: 0px;
}
/* --- paging --- */
div.paging {
  margin: 10px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  text-align: center;
  cursor: default;
}
div.paging a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
}
div.paging a:hover {
  text-decoration: none;
}
div.paging a.active , div.paging a.active:hover {
	color: #c0c0c0;
}
div.paging a.hidden {
	visibility: hidden;
}
/* --- list --- */
table.list {
  margin: 0px;
  width: 100%;
}
table.list-short {
  margin: 0px;
}
table.list , table.list-short {
  margin: 0px;
  cursor: default;
  /*background: none #F4F4F4;*/
}
table.list td , table.list-short td {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 2px 5px 2px 5px;
  vertical-align: top;
}
table.list td.td01 , table.list-short td.td01 {
  text-align: center;
  width: 30px;
}
table.list td.td02 , table.list-short td.td02 {
}
table.list td.td03 , table.list-short td.td03 {
  text-align: right;
  width: 60px;
}
table.list tr.one td , table.list-short tr.one td {
  /*background: none #F4F4F4;*/
}
table.list tr.two td , table.list-short tr.two td {
  /*background: none #ECECEC;*/
}
table.list a , table.list-short a {
  display: block;
  width: 100%;
  text-decoration: none;
}
table.list a:hover , table.list-short a:hover {
  text-decoration: none;
}
table.list tr.active td , table.list-short tr.active td {
  background: none #DEDEDE;
}
table.list tr.one-active td , table.list-short tr.one-active td {
  background: none #DEDEDE;
}
table.list tr.two-active td , table.list-short tr.two-active td {
  background: none #DEDEDE;
}
table.list tr.header1 td , table.list-short tr.header1 td {
  font-weight: bold;
  background: none #333333;
  color: #FFFFFF;
  text-align: center;
}
table.list tr.video1 td , table.list-short tr.video1 td {
  text-align: center;
  vertical-align: bottom;
  border-bottom: 0px;
  padding-bottom: 0px;
}
table.list tr.video1 td.no-border img, table.list-short tr.video1 td.no-border img {
	border: 0px none;
}
table.list tr.video2 td , table.list-short tr.video2 td {
  text-align: center;
  vertical-align: top;
  border-top: 0px;
  padding-top: 0px;
}
/* --- formul --- */
table.formul {
  /*margin: 0px;*/
  margin: auto;
}
table.formul td {
  padding: 2px 5px 2px 5px;
}
/* --- gallery-list --- */
table.gallery-list {
  margin: 0px;
  width: 100%;
  cursor: default;
  /*background: none #F4F4F4;*/
  /*border-top: 1px solid #E6E6E6;*/
}
table.gallery-list td {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 4px 0px 8px 0px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
table.gallery-list a {
  display: block;
  width: 100%;
  text-decoration: none;
}
table.gallery-list a:hover {
  text-decoration: none;
}
table.gallery-list td.head {
  border-top: 1px solid #E6E6E6;
  padding: 2px 0px 2px 0px;
  vertical-align: top;
  width: 100%;
}
table.gallery-list tr.active td {
  background: none #E6E6E6;
}
table.gallery-list img {
  margin: auto;
  display: block;
}
table.gallery-list tr.active img {
  border: 3px solid #C0C0C0;
}
/* --- gallery --- */
table.gallery {
  margin: 0px;
  width: 100%;
  cursor: default;
}
table.gallery td {
  padding: 4px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
table.gallery img {
  display: block;
}
/* --- left-tree --- */
div.left-tree {
  padding: 20px 0px 20px 0px;
  cursor: default;
}
div.left-tree a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0px 5px 0px;
  text-align: right;
  text-decoration: none;
  text-transform: lowercase;
  color: #606060;
}
div.left-tree a:hover {
  text-decoration: none;
  color: #006940;
}
div.left-tree a.active , div.left-tree a.active:hover {
  text-decoration: none;
  color: #006940;
}
div.left-tree div.submenu {
  padding: 4px 0px 4px 0px;
}
div.left-tree div.submenu div.submenu {
  margin-right: 16px;
  padding: 4px 0px 8px 0px;
}
div.left-tree div.submenu a {
  background: no-repeat 100% 50% url(images/dot_arrow_green.gif);
  font-weight: normal;
  padding: 3px 10px 3px 0px;
  font-size: 11px;
  line-height: 14px;
}
div.left-tree div.submenu a:hover {
}
div.left-tree div.submenu a.active , div.left-tree div.submenu a.active:hover {
}
/* --- webmap --- */
ul.webmap , ul.webmap ul {
  list-style-image: url(images/dot_arrow_dark.gif);
}
ul.webmap a {
  text-decoration: none;
}
ul.webmap a:hover {
  text-decoration: none;
}
/* --- selectors --- */
div.selector {
  position: absolute;
  margin-left: 67px;
}
div.selector a {
  float: left;
}
div.selector a img {
  width: 20px;
  height: 19px;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
div.selector a:hover img {
  border: 0px none;
}
div.selector div.space {
  width: 25px;
  height: 10px;
  float: left;
}
div.selector-two{
  position: absolute;
}
div.selector-two b.stitle {
  display: block;
  float: left;
}
div.simul-links {
  float: left;
  cursor: default;
}
div.simul-links a {
  padding: 0px 2px 0px 2px;
  float: none;
}
div.simul-links span {
  padding: 0px 2px 0px 2px;
}
div.simul-select {
  float: left;
  cursor: default;
  margin: 0px 7px 0px 7px;
  background: none #333333;
}
div.selector-two div.simul-select {
  margin: 0px 4px 0px 4px;
}
div.simul-select a , div.simul-select span {
  color: #FFFFFF;
  padding: 0px 0px 0px 18px;
  line-height: 19px;
  width: 102px; /*120px;*/
  display: block;
}
div.selector-two div.simul-select a , div.selector-two div.simul-select span {
  padding: 0px 0px 0px 6px;
  width: 74px;
}
div.simul-select a {
  border-top: 1px solid #4C4C4C;
  text-decoration: none;
  float: none;
}
div.simul-select a:hover {
  text-decoration: none;
  background: none #006940;
  color: #FFFFFF;
}
div.simul-select span {
}
div.simul-select span img {
  width: 21px;
  height: 19px;
  float: right;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
div.simul-select span b {
  font-weight: normal;
}
div.simul-select .hidden {
  display: none;
}
input.simul-filter {
  margin-left: 20px;
}
/* --- contactmap --- */
div.contactmap {
  background: no-repeat left top url(images_map/background.gif);
  width: 311px;
  height: 273px;
  float: right;
}
div.contactmap img {
  width: 311px;
  height: 273px;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#contactmaplist {
  margin-left: 18px;
}
/* --- end --- */