body
{
  background-color: white;
  background: url(images/lay/bg.png) top left repeat-x;
  margin: 0px;
  font-family: tahoma,arial;
  font-size: 12px;
  color: rgb(64,64,64);
}

div
{
  border: solid black 0px;
}

div.all
{
  width: 776px;
}

div.header
{
  width: 776px;
  height: 204px;
}

div.header_top
{
  width: 776px;
  height: 54px;
  background: url(images/lay/layout_01.png);
  clear:both;
  position: relative; 
}

div.header_langs
{ 
  width: 225px;
  border: solid black 0px;
  font-family: tahoma;
  font-size: 10px;
  color: rgb(64,64,64);
  position: absolute; left: 531px; top: 36px;
}

div.header_left
{
  width: 160px;
  height: 150px;
  background: url(images/lay/layout_02.png);
  float: left;
}

div.header_flash
{
  width: 606px;
  height: 150px;
  background: url(images/lay/layout_03.png);
  float:left;
}

div.header_right
{
  width: 8px;
  height: 150px;
  background: url(images/lay/layout_04.png);
  float:left;
}

div.menu
{
  width: 776px;
  height: 42px;
}

div.menu_left
{
  width: 24px;
  height: 42px;
  background: url(images/lay/layout_05.png);
  float:left;
}

div.menu_center
{
  width: 736px;
  height: 42px;
  background: url(images/lay/layout_06.png);
  float:left;
}

div.menu_right
{
  width: 16px;
  height: 42px;
  background: url(images/lay/layout_07.png);
  float:left;
}

div.content
{
  width: 776px;
  background: url(images/lay/layout_09.png) repeat-y;
  clear:both;
}

div.content_top_image
{
  width: 776px;
  background: url(images/lay/layout_08.png) top no-repeat;
  clear:both;
  text-align: left;
}

table.content_table
{
  /*width: 724px;*/
  margin-left:36px;
  border-collapse: collapse;  
}

td
{
  border: solid black 0px;
}

td.content_left
{
  width: 245px;
  margin-left: 25px;
  text-align: justify;
  
  font-family: tahoma,arial;
  font-size: 11px;
  color: rgb(64,64,64);
  vertical-align: top;

}

td.content_right
{
  text-align: justify;
  width: 479px;
  
  font-family: tahoma,arial;
  font-size: 12px;
  color: rgb(64,64,64);
  vertical-align: top;

}

div.content_div_left
{
  padding-top:    7px;
  padding-bottom: 10px;
  padding-left:   15px;
  padding-right:  15px;  
}

div.content_div_right
{
  padding-top:    7px;
  padding-bottom: 10px;
  padding-left:   15px;
  padding-right:  20px;
}

div.footer
{
  width: 776px;
  height: 60px;
  background: url(images/lay/layout_11.png) top no-repeat;
}



div.menu_button
{
  margin-left: 11px;
  margin-top: 8px;
  border: solid black 0px;
  float: left;
  width: 112px;
  
  vertical-align: top;
}

div.menu_button a
{
  font-family: arial,verdana,tahoma;
  font-size: 13px;
  color: rgb(204,0,0); 
  text-decoration: none;
  font-weight: bold;
}

div.menu_button a:hover
{
  color: rgb(0,0,0);
  
}

div.content_title
{
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  
  margin-bottom: 10px;
}

a
{
  color:rgb(204,0,0);
  text-decoration: none;  
}
a:hover
{
  color: black;
  text-decoration: underline;  
}

a.header_lang_link
{
  color: rgb(80,80,80);
  text-decoration: none;  
}
a.header_lang_link:hover
{
  color:rgb(204,0,0);
  text-decoration: none;
}

td.header_lang_td
{
  font-family: tahoma;
  font-size: 10px;
  color: rgb(64,64,64);
  border:solid black 0px;
}

a.footer_link
{
  color:rgb(204,0,0);
}
a.footer_link:hover
{

  color: rgb(128,128,128);
  text-decoration: none;
}

