@charset "UTF-8";
/**
 * "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
{

      #page_margins { width: 994px; margin: 0 auto; border: 0px #889 solid; text-align:left}
  #page{ margin-left: 0px; background: transparent; border: 0px #fff solid; margin-left:13px;}

  /* #page{ background: transparent url(../images/footer_links.jpg) left bottom no-repeat; border: 0px #fff solid; margin-left:13px;} */
  

    /* #col1 becomes the left column | #col1 wird zur linken Spalte */
 #col1 { height: 582px; width: 164px; background: transparent url(../images/linke_spalte_bg_contact.jpg) left bottom no-repeat; }
 #col1_content { padding: 0px 0px 0px 0px; color: #6F7072; font-size: 10px; height: 595px;
  }
  /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
  #col2 { width: 223px; padding-left:10px; height: 1%; min-height: 581px;}

  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { margin: 0 163px; height: 1%; min-height: 581px; }
  
  
#col1_content .textBelowMenu {position:absolute; bottom:5px; right: 10px; width:120px; color: #6F7072; font-size: 10px; text-align: right;}
 
  
}

