@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @copyright       Copyright 2005-2008, 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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 */

@media screen, projection
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { background-color:#cfcfcf; background-image:url(../../../../images/gc/bg.png); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; color:#2a2a2a; }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width:800px; border:0px solid; margin:auto; }
  #page{ margin:auto; width:753px; }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header { width:753px; height:226px; background-image:url(../../../../images/gc/head.jpg); }
  #topnav {  }

  #main {  }
  
  #nav {  height:192px; font-weight:bold; letter-spacing:1px; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; }

  #footer {  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #col1 { float:left; width:175px; }
  #col1_content { }

  #col3 { margin-left:175px; margin-right:0px; background-image:url(../../../../images/gc/contentbg.jpg); background-repeat:no-repeat; min-height:880px;}
  #col3_content {   padding:25px 35px 0px 55px ; }


 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}