
body {
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

.hidden.print {
  /* there is no default :( */
  display: block;
}

ul.g_navigation {
  display: none;
}

ul.g_links {
  height: 1.5em;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
  /* this is also required on Gecko to avoid collapsing of the wrapper */
  ul.g_links li {
    display: inline;
  }
  ul.g_links a {
    display: block;
    float: left;
    padding: 0 1ex;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #737373;
    color: #737373;
  }
  ul.g_links a:hover {
    text-decoration: underline;
    color: #909090;
  }
  ul.g_links a:visited {
    color: #909090;
  }
  ul.g_links li:first-child a {
    border-left-width: 0;
  }

.g_area_header {
  border-bottom: 1pt solid #bbbbbb;
  text-align: left;
}
  .g_logo img {
    float: right;
    width: 40pt;
  }
  .g_area_header ul.g_links {
    display: none;
  }
  .g_search {
    display: none;
  }
  .g_lang {
    clear: both;
    margin-top: 10px;
  }
    .g_lang a {
      color: #737373;
    }

.g_area_body {
  clear: both;
  margin-top: 1px;
  margin-bottom: 1px;
  background: #bbbbbb url(../images/g_area_body.png) repeat-x left top;
}
  .g_area_body h2 {
    color: #595959;
    font-size: 20px;
    margin: 0.5em 0;
  }
  #g_body {
    position: relative;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  #g_body .g_layout {
    padding-top: 1px;
    background-color: #ffffff;
  }


.g_area_footer {
  clear: both;
  border-top: 1pt solid #bbbbbb;
}
  #g_footer ul.g_contentlinks {
    display: none;
  }
  .g_footer {
    text-align: center;
    border: 1px solid #bbbbbb;
    height: 25pt;
  }
    .g_footer span {
      line-height: 24px;
      margin-left: 2ex;
    }
    .g_footer ul.g_links {
      display: none;
    }

#g_lang_overlay {
  display: none;
}
#g_lang_selector {
  display: none;
}

div.localNavigation {
  display: none;
}

