/*
 * s+h-eloptron.css
 * General stylesheet for Schmidt+Haensch website, section eloptron
 *
 * Copyright (c) 1998-2006 AMC World Technologies
 * Fischerinsel 4, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies ("Confidential Information"). You shall not disclose such
 * Confidential Information and shall use it only in accordance with the terms
 * of the license agreement you entered into with AMC World Technologies.
 */


@import url("s+h-general.css");


/*===============================================
 *
 *
 * General style sheets
 *
 *
 *=============================================*/

@media all {

  /*-----------------------------------
   *
   * General settings
   *
   *---------------------------------*/

  /* general body settings */
  body {
    background-color: white;
  }

  /* search bar with logo */
  div#search-bar {
    background-color: #E4E4E4;
    border-bottom-color: #777777;
  }

  /* the main area with submenu and content */
  div#main-area-frame {
    background-color: #F3F3F3;
  }

  /* the main area on the start page */
  div#main-area-frame-start {
    background-image: url("../img/gradient-el.jpg");
    background-repeat: repeat-x;
  }
  div#main-area-frame-start div#img-layer {
    background-image: url("../img/eloptron-start.jpg");
    background-repeat: no-repeat;
    height: 340px;
  }
  div#main-area-frame-start div#text-layer {
    margin: 0 270px 0 330px !important;
    padding-top: 45px;
  }

  /* components on the start page */
  table#start-menu-area td#btn-eloptron {
    /* will be set in the template */
  }
  table#start-menu-area td#btn-isis {
    /* will be set in the template */
  }

  /* the bottom bar */
  div#bottom-bar {
    background-color: #E4E4E4;
    border-top-color: #777777;
  }


  /*-----------------------------------
   *
   * Page elements
   *
   *---------------------------------*/

  /* frames */
  div.csc-frame-frame1 {
    background-color: white;
    border-bottom: 1px solid #F3F3F3;
  }

  /* search results */
  div.search-form {
    border-top-color: white;
  }

  /* indexed search */
  div.tx-indexedsearch-res div.tx-indexedsearch-res div.result-row {
    background-color: white;
    border-bottom: 1px solid #F3F3F3;
  }

  /* sitemap */
  div.csc-sitemap {
    background-color: white;
  }
  div.csc-sitemap div.level-1 {
    border-bottom: 1px solid #F3F3F3;
  }
}
