﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 255px;  margin:0 }
  #col2 { float: right; width: 255px;  margin-left:5px; }
  #col3 {
	width: auto;
	margin: 0 255px 0 0;
	border-left: 255px #8CA3C5 solid;
	border-right: 1px #CFD3E9 dotted;
	background: #DCE7ED;
}
  #col1_content {
	padding: 40px 30px 30px 30px;
	border-top: 3px #8CA3C5 solid;
}
  #col2_content {
	margin: 0 0 0 5px;
	padding: 40px 30px 30px 30px;
	border-top: 3px #8CA3C5 solid;
}
  #col3_content {
	padding: 40px 30px;
	border-top: 3px #8CA3C5 solid;
	margin-left: 10px;
	margin-right: 5px;
}
	
  /*-------------------------------------------------------------------------*/
}