/* --- reset --- */

html, body, div, span {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: Tahoma;
  color: #000;
  font-size: 12px;
}

body {
  background: #721F00;
}

#www {
  background: #fff;
}

form {
  *padding: 0;
  *margin: 0;
}

/* --- header --- */

#header_body {
  background: url(../images/header_body.gif) top repeat-x;
  height: 180px;
  display: block;
  *zoom: 1;
  position: relative;
}

#header_logo {
  background: url(../images/header_logo.jpg) top no-repeat;
  width: 180px;
  height: 180px;
  display: block;
  *zoom: 1;
  position: absolute;
  left: 0;
  top: 0;
}

#header_info {
  background: url(../images/header_info.jpg) top no-repeat;
  width: 802px; /* 514px  */
  height: 180px;
  display: block;
  *zoom: 1;
  position: absolute;
  left: 180px;
  top: 0;
}

#header_logo a, #header_info a {
  display: block;
  height: 180px;
}

/* --- footer --- */

#footer_body {
  background: url(../images/footer_body.gif) top repeat-x #721f00;
  border-top: 4px solid #dbdbdb;
  height: 174px;
  display: block;
  *zoom: 1;
  position: relative;
  color: #fff;
  font-size: 11px;
  clear: both;
}

#footer_info {
  position: relative;
  color: #fff;
  font-size: 11px;
  text-align: left;
  margin: 0 10px;
}
#footer_logo {
 text-align: right;
 padding: 0 5px 0 0;
}

#footer_logo a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

/* --- but --- */

.but_body {
  background: url(../images/but_body.gif) top repeat-x;
  height: 84px;
  display: block;
  position: relative;
  color: #000;
  padding: 5px 0 0 0;
  text-align: center;
  *zoom: 1;
}

.but_lef {
  background: url(../images/but_lef.gif) top no-repeat;
  height: 84px;
  width: 14px;
  display: block;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.but_rig {
  background: url(../images/but_rig.gif) top no-repeat;
  height: 84px;
  width: 14px;
  display: block;
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.but_body a {
  color: #000;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.but_body a:hover {
  text-decoration: underline;
}

/* --- content --- */

#content_body {
  width: 100%;
}

#left {
  background: #fff;
  width: 200px;
  position: relative;
}

#right {
  width: 250px;
  position: relative;
  _background: #fff;
}

#content a {
  color: #872500;
}

/* --- elemets --- */

#navig {
  font-size: 11px;
  color: #872500;
  margin: 0 0 6px 0;
}

#navig form {
  display: inline;
}

#navig a {
  color :#872500;
  text-decoration: none;
}

#navig a:hover {
  text-decoration: underline;
}

#search {
  background: url(../images/search_body.gif) bottom repeat-x #fff;
  border: 2px solid #aeaeae;
  border-left: 0;
  position: relative;
  padding: 2px 0 2px 10px;
  margin: 4px 0;
  _height: 1%;
}

#search a {
  font-size: 10px;
  color: #872500;
  text-decoration: none;
}

#search a:hover {
  text-decoration: underline;
}

#search_top {
  background: url(../images/search_top.gif) center no-repeat;
  position: absolute;
  width: 7px;
  height: 7px;
  top: -2px;
  right: -2px;
  -top: -6px;
  -right: -2px;
}

#search_bottom {
  background: url(../images/search_bottom.gif) center no-repeat;
  position: absolute;
  width: 7px;
  height: 7px;
  bottom: -2px;
  right: -2px;
  _bottom: -5px;
  _right: -2px;
}

#search strong, #enter strong {
  color: #872500;
  font-size: 10px;
}

#search input, #enter input {
  border: 1px solid #aeaeae;
  width: 120px;
  font-size: 10px;
}

#search .submit, #enter .submit {
  border: 0;
  width: 30px;
}

#search .submit {
  background: url(../images/search.gif) center no-repeat;
  width: 23px;
  height: 19px;
}

#enter .submit {
  background: url(../images/enter.gif) center no-repeat;
  width: 18px;
  height: 21px;
}

#enter {
  background: url(../images/search_body.gif) bottom repeat-x #fff;
  border: 2px solid #aeaeae;
  border-left: 0;
  position: relative;
  padding: 2px 0 2px 10px;
  margin: 4px 0;
  _height: 1%;
}

#enter a {
  color: #872500;
  font-size: 11px;
}

.but_photo {
  display: block;
  text-align: center;
}

.but_photo a img {
  border: 0;
}

/* --- menu --- */

#menu {
  background: #dbdbdb;
}

#menu span {
  background: url(../images/menu_line.gif) bottom left no-repeat #fff;
  border-top: 2px solid #872500;
  margin: 0 0 5px 0;
  display: block;
  padding: 3px 10px 8px 10px;
  font-size: 11px;
  font-weight: bold;
  *zoom: 1;
}

#menu ul, .block_element ul, .content_body_cont ul {
  list-style-image: url(../images/li.gif);
  padding: 0;
  margin: 0;
  margin: 7px 25px;
}

#menu ul li, .block_element ul li, .content_body_cont ul li {
  font-size: 11px;
}

#block {
  position: relative;
  margin: 0 27px 0 0;
  _margin: 0;
}

.block_element .cont {
  background: #fff;
  margin: 0;
  padding: 10px;
  font-size: 11px;
  _padding: 0;
}

.block_element .cont a, #menu a, .content_body_cont a{
  color: #862500;
}

.block_element .cont a:hover, #menu a:hover, .content_body_cont a:hover{
  text-decoration: none;
  color: #d93b00;
}

.block_element .cont span {
  background: url(../images/block_body.gif) repeat-x bottom #bdbdbd;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #838383;
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  padding: 4px 10px;
  margin: -10px -10px 10px -10px;
  _zoom: 1;
  _padding: 4px 0 4px 20px;
  _margin: 0;
}

.block_shad_top_right {
  background: url(../images/block_shad_top_right.jpg) top no-repeat;
  width: 27px;
  height: 262px;
  position: absolute;
  top: 0;
  right: -27px;
}

.block_shad_top_left {
  background: url(../images/block_shad_top_left.png) top no-repeat;
  width: 27px;
  height: 262px;
  position: absolute;
  top: 0;
  left: -27px;
  z-index: 25;
}

/* --- content --- */

.content_body {
  border-bottom: 2px solid #989898;
  margin: 5px;
  position: relative;
  min-height: 200px;
}

#content {
  position: relative;
  z-index: 30;
  padding: 0 5px;
  font-size: 11px;

}

#content_content {
  margin: 0 20px 0 0;
  *margin: 0; 
  _padding: 0 5px;
}


.content_body_cont {
  margin: 5px;
  position: relative;
  _width: 100%;
  _display: block;
  _margin: 0;
  _margin: 5px 0 0 0;
}

.content_text {
  font-size: 11px;
  padding: 10px 15px;
  text-align: justify;
}

.content_text a {
  color: #922506;
}
.content_head {
  background: url(../images/content_head.gif) bottom repeat-x #e0e0e0;
  border: 2px solid #989898;
  border-bottom: 0;
  color: #872500;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  position: relative;
  _magin: 0;
  _padding: 3px 10px;
  _height: 1%;
}

.content_head_left {
  background: url(../images/content_head_left.gif) center no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: -2px;
  _left: -2px;
  _top: -4px;
}

.content_head_right {
  background: url(../images/content_head_right.gif) center no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -2px;
  top: -2px;
  _right: -3px;
  _top: -4px;
}

.content_top_left {
  background: url(../images/content_top.gif) center no-repeat;
  width: 2px;
  height: 52px;
  position: absolute;
  left: -2px;
  bottom: -52px;
  _display: none;

}

.content_top_right {
  background: url(../images/content_top.gif) center no-repeat;
  width: 2px;
  height: 52px;
  position: absolute;
  right: -2px;
  bottom: -52px;
  _display: none;
}

.content_bottom_left {
  background: url(../images/content_bottom_left.gif) center no-repeat;
  width: 10px;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.content_bottom_right {
  background: url(../images/content_bottom_right.gif) center no-repeat;
  width: 10px;
  height: 82px;
  position: absolute;
  right: 0;
  bottom: -2px;
}

/* -- photo -- */

.photo_g {
  width: 200px;
  font-family: Tahoma;
  font-size: 11px;
  color: #9c9c9c;
  margin: 5px;
}

.photo_g td { background: #efefef;}

.photo_td { background: #efefef; padding: 5px 10px;}

.photo_g img {border: none;}

.photo_p { background: #efefef; padding: 4px 10px; color: #9c9c9c;}

.photo_tp { background: #efefef; color: #9c9c9c; padding:3px 0px;}

.pros {padding: 2px; padding-right: 5px; color: #555555; float: left; position: relative;}

.time {padding: 2px; color: #555555; float: left; position: relative;}

.ramaha {
  border: 2px solid #872500;
  padding: 1px;
  width: 100px;
  height: 83px;
  margin: 0;
  margin: 8px;
}

.hr_shad {
  background: url(../images/hr_shad.gif) left no-repeat;
  display: block;
  width: 176px;
  height: 6px;
}

.table_new td {
  padding: 0 0 10px 0;
}

.table_new tr.n_odd td {
  background: #fff;
  padding: 3px;
}


.table_new tr td {
  background: #F4F1F1;
  padding: 3px;
}

/*
.table_new tr {
  background: url(../images/hr_shad.gif) left bottom no-repeat;
}*/

.flagok {
  color: #872500;
}

#photo_day {
  background: url(../images/photo_day.gif) bottom center no-repeat;
  text-align: center;
  padding: 0 0 35px 0;
  min-width: 300px;
}

a .a_new {
  text-decoration: none;
  color: #000000;
}

/* --- table_s --- */

.table_s {
  background: #fbfbfb;
  border: 2px solid #fff;
  border-left: 0px;
  border-bottom: 0px;
  font-family: Verdana;
  font-size: 11px;
  border-collapse: 0px;
  border-spacing: 0px;
}

.table_s th {
  text-align: left;
  background: #872500;
  color: #fafafa;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 4px 10px;
}

.table_s td {
  text-align: left;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 4px 10px;
  color: #232323;
}

.table_s tr:hover {background: #FFEBE4;}

.table_s tr {background: #FFF2ED;}

.panel {
  _padding: 0 5px 10px 20px;
}

.cont .panel span {
  _margin: 0 -5px 0 -20px;
}
