/*
 * ern-extra-2.0.css
 * Stylesheet for the pages in the bottom and extra menu Euroregion Neisse
 * website, version 2.0
 *
 * $Id: $
 *
 * Copyright (c) 2006-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.
 */


/*===============================================
 *
 *
 * General style sheets
 *
 *
 *=============================================*/

@media all {

  /*-----------------------------------
   *
   * General settings
   *
   *---------------------------------*/

  /* default links */
  a {
    color: #406A68;
  }


  /*-----------------------------------
   *
   * General page elements
   *
   *---------------------------------*/

  /* main area */
  div#main-area div#main-outer-frame {
    background-image: url("../img/frame-extra-bg.gif");
  }

  /* tab bar */
  div#tab-bar div#tab-spacer {
    display: none;
  }

  /* breadcrumbs */
  div#breadcrumbs-container ul#breadcrumbs li.active {
    color: #3F3F3F;
  }

  /* submenu */
  div#submenu-container ul#submenu {
    list-style-image: url("../img/list-arrow-extra.gif");
  }
  div#submenu-container ul#submenu li.active a {
    color: #406A68;
  }
  div#submenu-container ul#submenu li.active ul li.active a {
    color: #406A68 !important;
  }


  /*-----------------------------------
   *
   * Forms on pages
   *
   *---------------------------------*/

  button:hover, input.flat-button:hover, input.submit:hover {
    color: #406A68;
  }


  /*-----------------------------------
   *
   * TYPO3 elements
   *
   *---------------------------------*/

  /* frames */
  div.csc-frame-frame2 {
    background-color: #F3F3F3;
    border-color: #606060;
  }

  /* tables */
  table.contenttable thead tr th, table.content-table thead tr th {
    background-color: #F3F3F3;
  }
}



/*===============================================
 *
 *
 * Print style sheets
 *
 *
 *=============================================*/

@media print {
}
