body {
  background: #769BCF;
  color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
 }
* html b\ody {
  overflow: hidden;
 }
li, div, p, dd {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
 }
p {
  line-height: 20px;
 }
.invisible {
  display: none
 }
small {
  font-size: 09px;
 }

/******************************************************************************/
/*********************** P O S I T I O N I N G ********************************/
/******************************************************************************/

body #site {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
 }
#desc {
  font-size: 0.8em;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  width: 215px;
  padding: 0;
  margin: 0;
  z-index: 20;
 }
* html b\ody #logo {
  position: absolute;
 }
body>#logo {
  position: fixed;
 }
#logo {
  bottom: 25px;
  left: 30px;
  height: 56px;
  width: 215px;
  padding: 0;
  margin: 0;
  z-index: 20;
 }
#menuBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
 }
#menuTop {
  position: absolute;
  top: 0;
  left: 215px;
  height: 150px;
  width: 575px;
  padding: 0;
  margin: 0;
  z-index: 30;
 }
#langSelect {
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 30;
 }
#langSelect img {
  height: 20px;
  width: 88px;
  border: 0;
 }
#content {
  position: absolute;
  top: 90px;
  left: 215px;
  width: 570px;
  padding: 0;
  z-index: 40;
 }
#conceptMenu {
  position: absolute;
  top: 50px;
  right: 5px;
  width: 130px;
  padding: 0;
  margin: 0;
  z-index: 30;
 }

/******************************************************************************/
/************************ F O R M A T T I N G *********************************/
/******************************************************************************/
strong {
  letter-spacing: 0.1em;
 }
.center {
  text-align: center;
 }
.left {
  text-align: left;
 }

/********************************* [Header] ***********************************/
#header img {
  width: 215px;
  height: 205px;
  border: 0;
  margin: 0;
 }
/********************************* [Logo] ***********************************/
#logo img {
  width: 40px;
  height: 54px;
  border: 0;
  margin: 0 0 0 40px;
 }
/********************************* [MenuBar] ***********************************/
#menuBar img {
  width: 100%;
  height: 100%;
  border: 0;
 }
/********************************* [MenuTop] ***********************************/
#menuTop .element {
  display: block;
  float: left;
  width: 140px;
  height: 85px;
  padding: 0;
  margin: 0;
 }
#menuTop a {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
  z-index: 7;
 }
#menuTop ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
 }
#menuTop ul li {
  display: block;
  width: 120px;
  padding: 0 2px;
  margin: 0;
 }
#menuTop ul.mUl {
  background-image: url(img/layout/menuBG.gif);
  width: 120px;
  margin-left: 2px;
  padding-top: 5px;
 }
#menuTop .topic a {
  color: #eee;
  font-size: 11px;
  font-weight: bold;
  width: 120px;
  padding: 4px 5px;
  margin: 0;
 }
#menuTop .topic a:link {
  color: #eee;
  text-decoration: none;
 }
#menuTop .topic a:visited {
  color: #eee;
  text-decoration: none;
 }
#menuTop .topic a:active {
  color: #eee;
  text-decoration: none;
 }
#menuTop .topic a:hover {
  color: #ddf;
  text-decoration: none;
 }
#menuTop li.topic {
  height: 20px;
  padding: 0;
  margin: 0;
 }
body>#menuTop li.topic {
  padding: 3px 5px 0 5px;
  margin: 0;
 }
#menuTop .mUl a {
  font-size: 10px;
  font-weight: bold;
  height: 16px;
  padding: 0 3px 0 10px;
  line-height: 1.5em;
 }
#menuTop .mUl a:link {
  color: #00c;
  text-decoration: none;
 }
#menuTop .mUl a:visited {
  color: #00c;
  text-decoration: none;
 }
#menuTop .mUl a:active {
  color: #00c;
  text-decoration: none;
 }
#menuTop .mUl a:hover {
  color: #006;
  text-decoration: none;
  border-bottom: 1px solid #006;
 }
html>body #menuTop .mUl a {
  border-bottom: 1px solid transparent;
 }
/********************************* [Content] **********************************/

#content a:link {
  /* color: #425f88; */
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
 }
#content a:active {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
 }
#content a:visited {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
 }
#content a:hover {
  color: #284570;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
 }
#content h1, h6 {
  color: #eef;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
 }
#content h2 {
  color: #eef;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
 }
#content h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
 }
#content h6 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin-top: 120px;
 }
#content ul, #content ol, #content dl {
  line-height: 20px;
  margin-left: 50px;
  text-align: justify;
 }
#content ul.noStyle {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
 }
#content .hint {
  color: #fff;
  font-size: 12px;
  background-color: #6b8ebe;
  padding: 3px;
 }
#content fieldset {
  border: 0;
 }
#content legend {
  display: none;
 }
#content label.left {
  display: block;
  vertical-align: top;
  width: 100px;
  float: left;
 }
#content textarea {
  color: #000;
  font-size: 12px;
 }
#content dl {
   padding: 10px 10px 20px 30px;
   margin: 0;
 }
#content dt {
  clear: left;
  padding: 0;
  margin: 0;
 }
#content dt a:link {
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
 }
#content dt a:visited {
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
 }
#content dt a:active {
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
 }
#content dt a:hover {
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: underline;
 }
#content dd {
  float: left;
  margin: 0 0 10px 10px;
  padding: 1px;
 }
#content #interimmanagement {
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
 }
#content #interimmanagement big {
  font-size: 12pt;
  line-height: 2.5em;
 }
#content #interimmanagement strong {
  font-size: 07pt;
 }
#content #interimmanagement img {
  width: 40px;
  height: 54px;
  border: 0;
  margin-bottom: 8px;
 }
/********************************* [ConceptMenu] **********************************/
#conceptMenu .txt {
  color: #009;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  border-left: 1px solid #009;
  padding: 0 0 0 5px;
  margin: 0;
 }
#conceptMenu a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #769BCF;
  text-decoration: none;
 }
#conceptMenu a:hover {
  border-bottom: 1px solid #009;
  text-decoration: none;
 }
#conceptMenu img {
  width: 61px;
  height: 61px;
  border: 0;
  margin: 0;
  padding: 0;
 }

/******************************************************************************/
/**************************** S I N G L E S ***********************************/
/******************************************************************************/
#indexBlock {
  clear: both;
 }
#meyer {
  width: 265px;
  height: 357px;
  border: 0;
  float: right;
 }
#index {
  clear: left;
  float: left;
  text-align: left;
 }
#index h3 {
  float: left;
  margin-top: 150px;
 }
p.comment {
  clear: both;
  color: #ccc;
  font-size: 0.8em;
  padding-top: 20px;
}

/*
div
 {border: 1px solid red}
*/
