@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * @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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{
 /*-------------------------------------------------------------------------*/

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

  /* Page margins and background */
  body { 
  background:#bbb;
   }

  /* Layout: Width, Background, Border */
  #page_margins { 
  margin: 0 auto;
  width: 900px;
 }

  #page{ 
  background:#fff;
  border: 2px solid #932 ;
  }

  /* Design of the Main Layout Elements */
  #header { 
    text-align:center;
 }

  #nav { 
font-size: 116.67% ;

 }

  #main { 
 }

  #footer {     
    width:100%;
    padding:2px 0px;
    text-align:right;
    background:#932;
 }

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

 /**
  * Formatting of the Content Area 
  *
  * @section layout-main
  */

  #col1 { 
  width: 30%;
  float: left;
 }
  #col1_content { 
  margin: 0 10px ;
  padding:10px 20px;
  text-align:left;
  background:#ffffff;
 }

  #col1_content img {
border-left: 40px solid #fff;
 }

  #col2 {   
  width: 5%;
  float: right;
 }
  #col2_content { 
  margin: 0 10px ;
  padding:0px 0px;
  text-align:center;
 }

  #col3 { 
  width: auto;
  margin-left: 30%; margin-right: 5%; 
 }
  #col3_content { 
  padding:10px 30px;
  text-align:left;
  background:#eee;
 }

  #col4 { 
  width: auto;
  margin-left: 4%; margin-right: 4%; 
 }
  #col4_content { 
  padding:10px 40px;
  text-align:left;
  background:#eee;
 }

  #col4_content img {
 float: center;
border: 35px solid #eee;
 }



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

 /**
  * Design of Additional Layout Elements
  *
  * @section layout-misc
  */


}
