  body {
    background-color: #1D4D3F;
    margin: 0;
    height: 100%;
  }
  
  #div_container {
    /*position: relative;
    margin: 0 auto;*/
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -325px;
    width: 1000px;
    z-index: 0;
    height: 650px;
  }
  
  #div_header {
    position: relative;
    width: 100%;
    z-index: 0;
    height: 120px;
    background-color: #FFFFFF;
  }
  
  #div_header_logo {
    position: absolute;
    width: 209px;
    height: 109px;
    background: url('../images/logo.jpg') no-repeat;
    top: 5px;
    left: 20px;
    cursor: pointer;
  }
  
  #div_header_fotos {
    position: absolute;
    left: 461px;
    top: 3px;
    height: 114px;
    width: 535px;
    overflow: hidden;
  }
  
  #div_header_fotoslide_slider {
    position: absolute;
  }
  
  .div_fotosmall {
    float: left;
    cursor: pointer;
    border-right: 2px #FFFFFF solid;
  }
  
  .div_fotosmall img {
    border: 0;
  }
  
  #div_content {
    position: relative;
    width: 100%;
    z-index: 0;
    height: 475px;
    background: url('../images/content.gif') no-repeat;
  }
  
  #div_content_left {
    position: absolute;
  }
  
  #div_content_left_image {
    position: absolute;
    top: 6px;
    left: 145px;
    overflow: hidden;
    height: 463px;
  }
  
  #div_menu {
    position: absolute;
    top: 100px;
    width: 140px;
    left: 40px;
    font-size: 16px;
    line-height: 40px;
    /*font-style: italic;*/
    font-weight: bold;
  }
  
  #div_menu a:link,
  #div_menu a:visited {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  #div_menu a:hover {
    color: #F53121;
  }
  
  #div_menu {
    color: #F53121;
  }
  
  #div_content_right {
    position: absolute;
    top: 10px;
    left: 468px;
    height: 454px;
    width: 522px;
    font-family: arial;
    font-size: 14px;
    color: #003721;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  #div_content_right a:link,
  #div_content_right a:visited {
    text-decoration: underline;
    color: #F53121;
  }
  
  #div_content_right a:hover {
    text-decoration: none;
    color: #F53121;
  }
  
  #div_footer {
    position: relative;
    height: 55px;
    width: 1000px;
    background-color: #FFFFFF;
  }
  
  #div_footer_info {
    position: absolute;
    width: 1000px;
    top: 20px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #003721;
    text-align: center;
  }
  
  #div_fotos_main {
    position: relative;
    left: 0;
    width: 490px;
  }
  
  .div_foto_main {
    position: relative;
    float: left;
    margin-right: 10px;
  }
  
  .div_foto_main img {
    border: 1px #005842 solid;
    display: block;
  }
  
  /* --- fotos --- */
  
  #div_photos_container {
    left: 30px;
    z-index: 0;
    height: 500px;
    width: 100%;
    position: relative;
  }
  
  #div_photos_left {
    z-index: 0;
    width: 80px;
    float: left;
    position: relative;
  }
  
  #div_photo_big {
    z-index: 0;
    width: 440px;
    float: right;
    position: relative;
    text-align: center;
  }
  
  .div_foto_thumb_over {
    padding: 2px;
    border: 2px #005842 solid;
    position: relative;
    cursor: pointer;
  }
  
  .div_foto_thumb {
    padding: 4px;
    position: relative;
    border: 0px #000000 solid;
    cursor: pointer;
  }
  
  .img_thumb {
    display: block;
  }
  
  .div_foto_main_border {
    padding: 2px;
    border: 1px #005842 solid;
  }