html {
  overflow-y: scroll;
  height: 100%; }

body {
  height: 100%;
  margin: 0px auto;
  position: relative;
  font-family: "ff-strada-web-pro", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.5em; }

h1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em;
  color: #666666;
  padding-top: 10px; }

h2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2em;
  color: #aaaaaa;
  padding-top: 20px; }

h3 {
  font-weight: bold;
  font-size: 2em;
  color: #aaaaaa; }

p {
  margin: 0 10px 0 0;
  padding: 4px 0; }

.align-center {
  text-align: center; }

.head_container {
  min-height: 64px;
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: white;
  font-family: "ff-strada-web-pro", sans-serif;
  font-size: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .head_container a {
    color: #aaaaaa;
    border-bottom: 0px solid #aaaaaa;
    text-decoration: none;
    font-weight: bold; }
    .head_container a:hover {
      color: black;
      border-bottom: 0px solid black; }

.space_head_container {
  min-height: 64px;
  position: relative;
  z-index: -1;
  border: 0px; }

#head {
  min-height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #666666;
  boder: none; }
  #head .head_left {
    position: relative;
    float: left;
    border: none; }
    #head .head_left a {
      border: none; }
  #head #head_right {
    float: right; }
    #head #head_right .text_head_right {
      margin-top: 19px;
      margin-left: 40px;
      position: relative;
      float: right;
      font-size: 0.8em; }
      #head #head_right .text_head_right p {
        margin: 0;
        padding: 0; }

#nav_site {
  min-height: 60px;
  position: relative;
  float: left; }
  #nav_site ul {
    margin: 20px auto;
    padding: 0; }
    #nav_site ul li {
      text-align: right;
      font-size: 18px;
      text-decoration: none;
      display: inline;
      margin-right: 0px; }
      #nav_site ul li .no_active_level1 {
        border-bottom: 0px dotted;
        font-weight: normal; }
      #nav_site ul li .active_level1 {
        color: black;
        font-weight: bold;
        border-bottom: 0px dotted; }

.nav_lang {
  position: relative;
  float: right;
  margin-top: 19px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px; }
  .nav_lang .no_active_lang {
    border-bottom: 0px dotted; }
    .nav_lang .active_lang a {
      color: black;
      border-bottom: 0px dotted; }

.head_line {
  height: 4px;
  background-color: black; }

.head_image_container {
  position: relative;
  height: 700px;
  z-index: -1; }
  .head_image_container .head_image {
    height: 700px;
    width: 100%; }

.backgroundimage4ce {
  width: 100%;
  height: 700px;
  position: fixed;
  z-index: -1; }

.backgroundimage4ce img {
  display: none !important; }

img {
  height: 100%;
  width: 100%;
  border: 5px; }

.main_content_container {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  color: #666666;
  background-color: white; }
  .main_content_container #main_content {
    min-height: 300px;
    margin: 0 auto;
    padding: 0;
    color: #666666; }
    .main_content_container #main_content a {
      color: #aaaaaa;
      border-bottom: 2px solid #aaaaaa;
      text-decoration: none;
      font-weight: bold; }
      .main_content_container #main_content a:hover {
        color: black;
        border-bottom: 2px solid black; }

.foot_container {
  height: 64px;
  width: 100%;
  color: #666666;
  background-color: white;
  font-family: "ff-strada-web-pro", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .foot_container .foot_line {
    width: 100%;
    height: 2px;
    background-color: #aaaaaa; }
  .foot_container #foot {
    height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #666666; }
    .foot_container #foot p {
      margin: 0;
      padding: 15px 0; }
    .foot_container #foot a {
      color: #aaaaaa;
      border-bottom: 0px solid #aaaaaa;
      text-decoration: none;
      font-weight: bold; }
      .foot_container #foot a:hover {
        color: black;
        border-bottom: 0px solid black; }

