body {
  margin: 0px;
  background-image: url('../images/body_bg.png');
  background-repeat: repeat-x;
  background-color: #e5e5e5;
  overflow-y: scroll;
}

td.headflash {
  background-image: url('../images/head.png');
  background-repeat: no-repeat;
  background-color: #4c5052;
}

td#placeholder1 {
  background-color: #4c5052;
}

ul.menu {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
  height: 170px;
  width: 174px;
}

ul.menu li {
  padding: 0px;
  margin: 0px;
  height: 34px;
  width: 174px;
}

ul.menu li a {
  text-decoration: none;
}

ul.menu li a div {
  cursor: pointer;
}
  
ul.menu li a:hover div {
  background-position: 0 34;
}

ul.menu li a div span {
  visibility: hidden;
}

#horizontal {
  background-image: url('../images/horizontal.png');
  background-repeat: no-repeat;
  color: #c9cdd0;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  /*padding-left: 20px;*/
  padding-left: 0px;
}

#horizontal img {
  padding-left: 2px;
  padding-right: 2px;
}

#horizontal span {
  position: relative;
  top: -3px;
}

#title {
  padding-left: 18px;/*43px;*/
}

#language_hun, #language_eng {
  color: #d2d8db;
}

#breadcrumb, #breadcrumb a {
  color: #689ab5;
  text-decoration: none;
}

#placeholder2, #side {
  background-image: url('../images/content_bg.png');
  background-repeat: repeat-x;
  background-color: #d0d6d9;
}

#side {
  padding-top: 20px;
  color: #4c5052;
  font-family: Tahoma;
  font-size: 11pt;
}

#side div.bordered {
  padding-bottom: 20px;
  background-image: url('../images/borderline.png');
  background-repeat: no-repeat;
  background-position: 175 0;
  height: 100%;
}

#side div.bordered div {
  padding-top: 20px;
}

#placeholder2 {
  padding-left: 40px;
  padding-top: 10px !important;
  padding-top: 35px;
}

#foot {
  background-image: url('../images/foot_bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

#foot table td, #foot table td a {
  text-decoration: none;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 10pt;
}

#foot table td.data, #foot table td.data a {
  font-size: 8pt;
}

#foot table td.data a:hover {
  color: #7aa4ae;
}

