@charset "iso-8859-1";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout f�r YAML-Beispiele
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #000 url(../../images/body-background.jpg) repeat-x top left;}

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 95%; margin: auto; }
  #page{ width: 826px; /* background: url(../../images/content-bg.png) repeat-y -13px; */ }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  #page_margins { text-align: center; }
  #page { text-align: left; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #777;
    /* padding: 45px 2em 1em 20px; */
    height: 107px;
	text-align: center; 
	padding-top: 5px;
	background: #fff;
  }

  #topnav {
    color: #aaa;
    /* background: #fff url(../../images/banner5.jpg) no-repeat top left; */
    height: 83px;
	background: #fff;
  }

  #nav {
    width: 100%;
    /* background: #fff url(../../images/nav_small.jpg) no-repeat top left; */
    height: 25px;
  }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 0px; }
  #nav_main {background-color: #E84D52; width: 100%; position:relative; z-index: 1000;}

  #main {
	/* min-height: 288px; */
  }

  #footer { 
    color:#666; 
    /* background: #f9f9f9; */
    background: #fff;
    border-top: 0;
    text-align: center;
    width: 826px;
    height: 40px;
  }

  #footer span {
	color:#8FA9BF;
  }

  #col2 a, a:link, a:visited {
	color: #F4EDE7;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
	/* letter-spacing: 0.05em; */
	text-decoration: none;
  }

  #col2 a:hover {
	color: #f6a392;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
  }

  #col1 a {	font-size: 8pt; color: #4D87C7; text-decoration:none;}
  #col1 a:focus,
  #col1 a:hover,
  #col1 a:active {color:#182E7A; text-decoration:none;}

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 180px; }
/*  #col1_content { padding: 10px 10px 10px 20px; }*/
  #col1_content { padding: 0; }

  #col2 { width: 155px; }
/*  #col2_content { padding: 10px 20px 10px 10px; }*/
  #col2_content { padding: 0; }

  #col3 { margin: 0; border-right: 2px dashed #68635f; }
/*  #col3_content { padding: 10px; }*/
  #col3_content {
	padding: 0;
  }

}