/* --- css stylesheet - okdhm --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 18px;
  font-family: "Microsoft Sans Serif", sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #5C0F00;
  background: repeat-x left top url(images/web_bg.gif) #FFFCF0;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #5C0F00;
  background: none #FFFCF0;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #5C0F00;
  text-decoration: underline;
}
a:hover {
  color: #BC5D15;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
}
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: #5C0F00;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
  font-size: 24px;
  line-height: 54px;
  font-weight: normal;
}
h2 {
}
h2 , h2 * {
}
h3 {
}
h3 , h3 * {
}
h4 {
}
h5 {
}
h6 {
}
sub {
  /*position: relative;
  top: -2px;*/
}
sup {
  /*position: relative;
  top: 2px;*/
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 1px !important;
  width: 1px !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;
}
.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 --- */
input.formtext , textarea.formtext {
  background-color: #eadcc2;
  border: 1px solid #5c0f00;
  padding: 1px 2px 0px 2px;
  vertical-align: middle;
  margin: 0px;
}
input.formtext {
  height: 16px;
}
input.button , a.button {
  background-color: #5c0f00;
  border: 0px none;
  color: #fffcf0;
  height: 19px;
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
a.button {
  padding: 0px 15px 0px 15px;
  display: block;
  float: right;
}
/* --- mask --- */
div.web-top {
  width: 838px;
  margin: auto;
  height: 160px;
  text-align: left;
  position: relative;
}
div.web-all {
  width: 838px;
  margin: auto;
  text-align: left;
}
div.web-side {
  width: 192px;
  padding: 12px 0px 12px 0px;
}
div.web-main {
  width: 410px; /*454px;*/
  float: left;
  padding: 0px 22px 0px 22px;
}
div.web-foot {
  background: repeat-x left top url(images/web_foot_line.gif);
  width: 838px;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}
/* --- web-top --- */
div.web-top img.toplogo {
  display: block;
  float: left;
  padding: 0px 25px 0px 25px;
}
div.web-top img.topflippingimg {
  display: block;
  float: right;
  padding: 12px 28px 0px 0px;
  filter:progid:DXImageTransform.Microsoft.Fade(duration=1);
}
div.web-top div.langs {
  background: no-repeat left top url(images/web_top_langs_bg.gif);
  width: 198px;
  height: 26px;
  position: absolute;
  right: 8px;
}
div.web-top div.langs a {
  color: #DAC397;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
}
div.web-top div.langs a:hover {
  color: #FFFCF0;
  text-decoration: none;
}
div.side-spec-banner-right {
  position: absolute;
  left: 860px;
  top: 185px;
}
div.side-spec-banner-right img {
  display: block;
}
/* --- web-side --- */
div.side-block {
  background: none #DAC397;
  padding: 4px 12px 6px 12px;
}
div.side-block , div.side-block * {
  line-height: 14px;
  color: #A3511F;
}
div.side-block b.head {
  line-height: 20px;
  color: #5C0F00;
}
div.side-block b.head a {
  line-height: 20px;
  color: #5C0F00;
  text-decoration: none;
}
div.side-block b.head a:hover {
  color: #BC5D15;
  text-decoration: none;
}
div.web-side div.space {
  height: 10px;
  overflow: hidden;
}
div.menu-left a {
  text-decoration: none;
  color: #5C0F00;
  display: block;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}
div.menu-left a:hover , div.menu-left a.active , div.menu-left a.active:hover {
  text-decoration: none;
  color: #BC5D15;
}
div.menu-left a i {
  color: #5C0F00;
  font-style: normal;
  position: relative;
  top: -2px;
}
div.menu-left a.active i {
  color: #BC5D15;
}
div.menu-left-sub {
  padding: 2px 0px 8px 12px;
}
div.menu-left-sub a {
  font-weight: normal;
  padding: 3px 0px 3px 0px;
}
/* --- web-foot --- */
div.web-foot div.web-side {
  padding: 0px;
  color: #DAC397;
  line-height: 27px;
}
div.menu-bottom {
  background: repeat-x left top url(images/web_foot_button.gif);
  float: right;
  height: 30px;
  cursor: default;
  color: #FFFCF0;
  font-size: 18px;
  padding: 0px 8px 0px 8px;
}
div.menu-bottom a {
  text-decoration: none;
  padding: 2px 5px 0px 5px;
}
div.menu-bottom a:hover {
  text-decoration: none;
}
/* ---  --- */
div.content img , div.content img.pict , table.gallery img , table.list img {
  border: 3px solid #DAC397;
  margin: 5px 15px 5px 15px;
}
div.content a:hover img , div.content a:hover img.pict , table.gallery a:hover img , table.list a:hover img {
  border: 3px solid #5C0F00;
}
img.nopict , a:hover img.nopict {
  border: 0px none !important;
  margin: 0px !important;
}
table.news {
}
table.news td {
}
table.news td.head {
  background: none #DAC397;
  padding: 0px 5px 0px 5px;
  font-weight: bold;
}
/* --- paging --- */
div.paging a {
  text-decoration: none;
}
div.paging a:hover {
  text-decoration: none;
}
div.paging a.archive {
  padding-right: 10px;
}
/* ---  --- */
form.sidenewsletter {
}
form.sidenewsletter input.button {
  color: #fffcf0;
  width: 20px;
}
form.sidenewsletter input.formtext {
  width: 138px;
}
/* ---  --- */
table.bordered {
}
table.bordered td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #DAC397;
}
table.withbg {
  background: none #DAC397;
}
table.withbg td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #FFFFFF;
}
table.noborder {
}
table.noborder td {
  padding: 2px 5px 2px 5px;
}
div.lightlinks {
  /*color: #C2BFB4;*/
  cursor: default;
}
div.lightlinks img {
  vertical-align: middle;
}
/* ---  --- */
table.list {
  width: 100%;
}
table.list td {
  vertical-align: top;
  text-align: left;
}
table.list td.photo {
  padding: 5px 5px 0px 0px;
}
table.list td img {
  margin: auto;
}
table.gallery {
	width: 100%;
}
table.gallery td {
	vertical-align: middle;
	text-align: center;
	width: 33%;
}
table.gallery td img {
  margin: auto;
}
/* --- end --- */