#container {
	width: 800px;
	margin: 10px auto;
  text-align: left;
  /*border: 1px solid green;*/
}
#bottom_box {
	width: 800px;
  height: 44px;
	font-size: 9px;
  text-align: center;
  /*border: 1px solid white;*/
}
#bottom_box_space {
	width: 800px;
  height: 3px;
  /*border: 1px solid orange;*/
}
#bottom_box_menu {
	width: 800px;
  height: 18px;
  /*border: 1px solid blue;*/
}
#bottom_box_copy {
	width: 800px;
  height: 18px;
  /*border: 1px solid gray;*/
}
#head_top {
	width: 800px;
  height: 137px;
}
#menu_main {
	width: 800px;
  height: 18px;
}
#menu_main a, #menu_main a:link, #menu_main a:visited, #menu_main a:hover, #menu_main a:active {
	font-size: 12px;
	color: white;
  text-decoration: none;
}
#menu_main a:hover {
  color: red;
  text-decoration: underline;
}
#menu_main_content {
	width: 562px;
  float: right;
  height: 20px;
  margin: 2px 0;
	color: white;
}
#middle {
	width: 800px;
  height: 950px;
  /*border: 1px solid yellow;*/
}
#middle_top {
	width: 800px;
  height: 53px;
}
#middle_bottom {
	width: 800px;
	height: 7px;
	clear: both;
}
#menu_lang {
	/*width: 336px;*/
	width: 366px;
  height: 20px;
  margin: 5px 0 0 0;
  float: right;
}
#menu_lang_left {
	width: 100px;
  float: left;
}
#menu_lang_right {
	width: 213px;
  float: right;
}
#menu_lang img.flag {
  border: none;
}

#content_left {
  width: 167px;
  float: left;
  /*border: 1px solid white;*/
}
#content_left_top {
  height: 20px;
}
#content_left_menu {
  /*margin: 10px 0;*/
}
#content_right {
  width: 629px;
  float: right;
  /*border: 1px solid blue;*/
}
#content_right table {
  margin: 1em 3em 1em 1em;
}
#content_right img.left {
  margin: 0 1em 1em 1em;
  float: left;
}
#content_right img.right {
  margin: 0 0 10px 10px;
  float: right;
}

#content_right_text {
  width: 390px;
  float: left;
  /*border: 1px solid white;*/
}
#content_right_img_menu {
  width: 223px;
  float: right;
	/*color: #828d35;*/
	text-align: center;
  /*border: 1px solid red;*/
}
content_right_img_menu_top {
  height: 10px;
}
#content_right_img_menu_content {
  width: 140px;
  float: left;
  /*border: 1px solid green;*/
}
#content_right_bottom {
  width: 599px;
  height: 10px;
  clear: both;
}
#content_right_text p {
  margin: 5px 10px;
}
#content_right_text h2 {
  margin: 5px 10px;
}
div.yellow_line {
  margin: 5px;
  clear: both;
  border-bottom: 1px solid yellow;
}

div.left_menu_box_1 {
  height: 45px;
	background: url(../graphics/submenu_1.png) top right no-repeat;
  /*border: 1px solid red;*/
}
div.left_menu_box_2 {
  height: 42px;
	background: url(../graphics/submenu_2.png) top right no-repeat;
  /*border: 1px solid red;*/
}
div.left_menu_box_3 {
  height: 43px;
	background: url(../graphics/submenu_3.png) top right no-repeat;
  /*border: 1px solid red;*/
}
div.left_menu_box_top {
  height: 12px;
}
div.left_menu_box_content {
}
#content_left_menu a {
  padding: 0 0 0 12px;
	font-size: 11px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#content_left_menu a:link, #content_left_menu a:visited {
  color: black;
}
#content_left_menu a:hover {
  color: red;
}

