/*
 * s+h-eloptron.css
 * General stylesheet for Schmidt+Haensch website, section eloptron
 *
 * Copyright (c) 1998-2011 AMC World Technologies GmbH
 * Fischerinsel 1, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies GmbH ("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 GmbH.
 */


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


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

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

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

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

/* the main area on the start page */
#main-area-frame-start {
  background-image: url("../img/gradient-el.jpg");
  background-repeat: repeat-x;
}
#img-layer {
  background-image: url("../img/eloptron-start.jpg");
  background-repeat: no-repeat;
  height: 340px;
}
#text-layer {
  float: left;
  margin: 0 0 0 330px !important;
  padding-top: 45px;
  width: 350px;
}
#text-layer h1 {
  margin-top: 0;
}
#right-col {
  float: right;
  margin-right: 19px !important;
  padding-top: 45px;
  width: 212px;
}

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


/*-----------------------------------
 *
 * 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;
}

