#flashbox,
#menu1st,
#search,
#languages,
#footer .logotype,
#menu2nd,
#datapage #workers,
#datapage #newslist {
  display: none;
}
body {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}
#container {
}
#header {
  width: 100%;
  position: absolute;
  top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#header a.logotype {
  text-decoration: none;
}
#header a.logotype img {
  border: 0 none;
}
#footer ul {
  display: none;
}
#footer {
  display: block;
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  height: 2em;
  text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#crumbs {
  font-size: 0.9em;
}
#crumbs a {
  text-decoration: none;
  color: #000;
}
#databox h1 {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ff6700;
}
#databox h2 {
  margin: 15px 0 7px 0;
  font-size: 1.4em;
  font-weight: bold;
}
#databox h3 {
  margin: 15px 0 5px 0;
  font-size: 1.25em;
  font-weight: bold;
}
#databox h4 {
  margin: 12px 0 5px 0;
  font-size: 1.1em;
  font-weight: bold;
}
#databox p {
  margin: 5px 0; 
  line-height: 1.5em;
  text-align: justify;
}
#databox a {
  text-decoration: underline;
  color: #ff6700;
}
#databox a:hover {
  text-decoration: none;
}
#databox ul {
  padding: 0;
  margin: 10px 0 10px 12px;
  list-style-type: circle;
}
#databox ul li {
  margin-left: 20px;
  line-height: 1.4em;
  font-size: 1em;
}
#databox ol {
  margin: 10px 0 10px 12px;
  padding: 0;
}
#databox ol li {
  padding: 0;
  margin-left: 20px;
  line-height: 1.4em;
  font-size: 1em;
}
#databox table {
  margin: 12px 0;
  border-collapse: 0;
  border-spacing: 0;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
#databox table th,
#databox table td {
  padding: 5px 10px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
#databox table thead th {
  text-align: center;
  background-color: #4a4a4a;
  color: #fff;
}
#databox table tbody th {
  text-align: left;
  font-weight: normal;
  background-color: #f6f6f6;
  color: #000;
}
#databox table tr.even td {
  background-color: #f8f8f8;
}
#databox table tbody tr.even th {
  background-color: #efefef;
}
#databox table td {
  text-align: center;
}
#databox .orange {
  color: #ff6700;
}
#databox fieldset table {
  border: 0 none;
}
#databox fieldset table tr th,
#databox fieldset table tr td {
  vertical-align: top;
  border: 0 none;
  background-color: transparent;
  text-align: left;  
}
#databox fieldset {
  margin: 12px 0;
  border: 0 transparent;
}