body
{
  color: #bdc5cb;
  padding: 0px;
  margin: 0px;
  background-color: #2a343c;
  background-image: url('../img/bg.jpg'); 
  background-repeat: repeat-x;
  font-family: Arial, Helvetica;
  font-size: 13px;
}

a:link,
a:visited,
a:active
{
  color: #f89a50;
  text-decoration: none;
}

a:hover
{
  color: #ffcda6;
  text-decoration: none;
}

#page_container
{
  margin-left: auto;
  margin-right: auto;
  width: 898px;
  background-color: #000000;
}

#title
{
  background-image: url('../img/title.jpg');
  height: 290px;
  margin: 0px;
}

#page_content
{
  background-color: #1f2830;
  margin: 0px;
  border: 1px solid #1f2830;
}

#title_inside
{
  background-image: url('../img/title_inside.jpg');
  height: 102px;
  margin: 0px;
}


.page_text
{
  padding: 24px;
  text-align: justify;
}

.mainpage_box_row
{
  margin-top: 20px;
}

.mainpage_box
{
  margin-left: 20px;
  width: 420px;
  float: left;
  cursor: pointer;
  background-color: #0f1820;
}

.box_title
{
  height: 42px;
  background-image: url('../img/box_title_bg.jpg');
  color: bdc5cb;
  font-weight: bold;
  padding-top: 23px;
  width: 416px;
  text-align: center;
  font-size: 18px;
  border-left: 2px solid #c9cdd0;
  border-right: 2px solid #c9cdd0;
}

.box_content
{
  text-align: justify;
  border-left: 2px solid #c9cdd0;
  border-right: 2px solid #c9cdd0;
  border-bottom: 2px solid #c9cdd0;
  padding: 10px;
}

.menu_left
{
  width: 2px;
  height: 49px;
  background-image: url('../img/menu_bg_left.jpg');
  float: left;
}

.menu_right
{
  width: 2px;
  height: 49px;
  background-image: url('../img/menu_bg_right.jpg');
  float: left;
}

.menu_text
{
  background-image: url('../img/menu_bg.jpg');
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.menu_text_egysoros
{
  height: 34px;
  padding-top: 15px;
}

.menu_text_ketsoros
{
  height: 44px;
  padding-top: 5px;
}

.menu_text_over
{
  color: #f89a50;
}

.menu_item
{
  float: left;
}

#footer
{
  background-color: #1f2830;
  border-top: 1px solid #1f2830;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 13px;
  border-top: 2px solid #888888;
}

.mainpage_box_over
{
  color: #FFFFFF;
  background-color: #2f3840;
}

.uj_kezdobox
{
  padding-top: 10px;
  padding-bottom: 10px;
  float: left; 
  width: 270px; 
  padding-left: 20px;
  padding-right: 8px;
  cursor: pointer;
  height: 190px;
}

.uj_kezdobox_over
{
  background-color: #3f4850;
  color: #cdd5db;
}

#index_header
{
  background-color: #212A33; 
  height: 27px; 
  padding-top: 13px; 
  padding-left: 10px;
}

#index_header a
{
  font-weight: bold;
//  color: #bdc5cb;
}

/*

#index_header a:hover
{
  font-weight: bold;
  color: #cdd5db;
}

*/