body {
  margin: 0px;
  padding: 0px;
  background-color: #C6C6C6;
  color: #6C6C6C;
  font-size: 9pt;
}

form {
  margin: 0px;
}

a {
  color: #1A9AC7;
}

a:hover {
  color: #1A9AC7;
  text-decoration: none;
}

p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

p, td, textarea {
  font-family: Arial, Verdana;
  font-size: 9pt;
}

h1 {
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #535353;
  font-weight: bold;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  font-style: italic;
}

h2 {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #6D6D6D;
  font-weight: bold;
}

caption {
  font-family: Arial, Verdana;
  text-align: left;
  color: #6D6D6D;
  font-size: 9pt;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}

th {
  font-family: Arial, Verdana;
  text-align: left;
  padding-top: 20px;
  color: #6D6D6D;
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 1px solid #CECECE;
}

hr {
  padding: 0px;
  border: none;
  border-top: 1px solid #CECECE;
  height: 0px;
}

.site_container {
  width: 766px;
  height: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
  background-image: url('images/watermark.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

.logo {
  width: 229px;
  height: 86px;
  vertical-align: top;
  padding: 15px 20px 0px 20px;
}

.left_side {
  width: 229px;
  vertical-align: top;
  padding: 80px 20px 20px 20px;
}

.left_side div {
  line-height: 18px;
}

.footer {
  height: 76px;
  vertical-align: top;
  background-image: url('images/footer_bg.gif');
  background-repeat: repeat-x;
}

.content {
  width: 493px;
  vertical-align: top;
  padding: 80px 31px 20px 13px;
}

.main_menu {
  width: 493px;
  height: 86px;
  padding: 28px 31px 17px 13px;
}

.main_menu .menu_elvalaszto {
  width: 34px;
  background-image: url('images/separator.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 42px;
}

.main_menu a {
  text-decoration: none;
  color: #6C6C6C;
  font-size: 10pt;
  font-weight: normal;
}

.main_menu a:hover {
  color: #0531BF;
}

.submenu_div {
 position: absolute;
 left: 0px;
 top: 0px;
 visibility: hidden;
 background-color: #FFFFFF;
 border: 1px solid #CECECE;
}

.submenu_div td {
  text-align: left;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
}

.submenu_div td a {
  text-decoration: none;
  color: #6C6C6C;
  font-size: 10pt;
  font-weight: normal;
}

.submenu_div tr.hover td {
  cursor: pointer;
  background-color: #EFEFEF;
}

.submenu_div tr.hover a:hover, .submenu_div tr.hover a {
  color: #0531BF;
}
