/*
 * home.css
 * GESAA stylesheet for home page
 *
 * $Id: amcworld-v2.css,v 1.1 2006/02/07 13:49:47 danny Exp $
 *
 * Copyright (c) 1998-2008 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("general.css");


/*===============================================
 *
 *
 * General styles
 *
 *
 *=============================================*/

@media all {

  /*-----------------------------------
   *
   * Page elements
   *
   *---------------------------------*/

  /* the inner frame containing the gradient */
  div#inner-frame {
    background-image: url("../img/home/background.gif");
    background-repeat: repeat-x;
  }

  /* the top bar containing the welcome text */
  div#top-bar {
    height: 135px;
    padding: 135px 225px 0 225px;
  }

  table#selection {
    width: 100%;
  }
  table#selection td {
    text-align: right;
    vertical-align: top;
  }
  table#selection td#service-link {
    padding-top: 27px;
  }
  table#selection td#service {
    text-align: left;
    vertical-align: top;
  }

  div#bottom-area {
    border-top: 1px solid #363535;
    color: #363535;
    font-size: 9px;
    line-height: 170%;
    margin-bottom: 55px;
    margin-top: 110px;
    padding-top: 10px;
  }


  /*-----------------------------------
   *
   * General content elements
   *
   *---------------------------------*/

  /* headers */
  h1#title {
    color: #5A5858;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
  }

  p.text {
    color: #363535;
    line-height: 170%;
    margin-bottom: 25px;
    margin-top: 0;
  }
}