body {
  margin: 0px;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
}

#header_background {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 268px;
  background-image: url('/images/header/background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

#header_menu {
  position: absolute;
  display: block;
  top: 94px;
  left: 157px;
  width: 212px;
  height: 66px;
  background-color: #8ac53f;
  z-index: 2;
}

#header_logo {
  position: absolute;
  display: block;
  top: 20px;  
  left: 700px;  
  width: 168px;
  height: 34px;
  z-index: 3;
  background-image: url('/images/header/logo.gif');
}

#content {
  position: absolute;
  top: 270px;
  left: 0px;
  z-index: 4;
}

#message {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  height: 43px;
}

#languages {
  position: absolute;
  top: 236px;
  left: 44px;
  z-index: 10;
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
}

#breadcrumb {
  position: absolute;
  top: 236px;
  left: 280px;
  z-index: 6;
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
}

#breadcrumb a:link {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
  text-decoration: underline;
}

#breadcrumb a:visited {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
  text-decoration: underline;
}

#breadcrumb a:hover {
  font-family: Verdana;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

.footer_copyright {
  font-family: Verdana;
  font-size: 9px;
  color: #999999;
}

.footer_menu {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
}

.footer_menu td {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
}

.footer_menu a:link {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
  text-decoration: underline;
}

.footer_menu a:visited {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
  text-decoration: underline;
}

.footer_menu a:hover {
  font-family: Verdana;
  font-size: 10px;
  color: #999999;
  text-decoration: none;
}

.content {
  font-family: Verdana;
  font-size: 10pt;
  color: #777777;
  text-align: justify;
}

.content h1 {
  font-family: Verdana;
  font-size: 16px;
  color: #5a617a;
  font-weight: bold;
}

.content td {
  font-family: Verdana;
  font-size: 10pt;
  color: #777777;
  text-align: justify;
}

.content p {
  font-family: Verdana;
  font-size: 10pt;
  color: #777777;
  text-align: justify;
}

.content a:link {
  font-family: Verdana;
  font-size: 10pt;
  color: #5b627b;
  text-decoration: underline;
}

.content a:visited {
  font-family: Verdana;
  font-size: 10pt;
  color: #5b627b;
  text-decoration: underline;
}

.content a:hover {
  font-family: Verdana;
  font-size: 10pt;
  color: #777777;
  text-decoration: none;
}

.content ul {
  margin: 0px;
  margin-left: 24px;
  padding: 0px;
  list-style-type: none;
}

.content ul li {
  padding-left: 12px;
  margin-bottom: 8px;
  background-image: url('/images/menu/tri.gif');
  background-repeat: no-repeat;
  background-position: center left;
}

#menu_webline {
  z-index: 999;
}

.contactinfo {
  font-family: Verdana;
  font-size: 11px;
  color: #999999;
}

.contactinfo a:link {
  font-family: Verdana;
  font-size: 11px;
  color: #999999;
  text-decoration: underline;
}

.contactinfo a:visited {
  font-family: Verdana;
  font-size: 11px;
  color: #999999;
  text-decoration: underline;
}

.contactinfo a:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
