@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "2col_fixed_seo"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_fixed_seo"
 *
 * @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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 970px - original              |
   * | 960px - angepasst             |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 240px   | 480px     | 240px   |
   * | 229px   | 613px     | 128px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

/* INHALT */
  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 {
		width: 739px;		/* 741px - 2x Border */
/*width: 75%;*/
/*		float: left;*/
float: right;   /* mit yaml-example abgeglichen 17-09-2008 */
/*		margin-left: 229px;*/   /* weggelassen - yaml-example abgeglichen 17-09-2008 */

		/* Mindesthöhe, um den Farbverlauf im Hintergrundbild anzuzeigen */
		min-height: 580px;

		background-color: #114F90;
		background-image: url(../../fileadmin/img/mcv-contentbg.png);
		background-repeat: no-repeat;

		border-right: 1px solid #6F9FCD;
		border-left: 1px solid #6F9FCD;
		
/*background-color: #0000FF;*/
	}
  #col1_content { padding: 16px 20px 20px 20px;
		background: transparent;
	}

  /* #col2 is turned off | #col2 abschalten */
  #col2 { display:none; }

/* SUBNAVIGATION */
  /* #col3 becomes the left column | #col3 wird zur linken Spalte */
  #col3 {
    margin-left: 0;
    margin-right: 741px;  /* Breite col1 */
		height: 100%;

/*		color: #333333;*/
		color: #FFFFFF;
		
		/* war ne idee, aber die col3 hat nur das margin-right - in dem wird aber kein hintergrundbild angezeigt... */
/*		background-image: url(../../fileadmin/img/col3-bg.png);*/
/*		background-repeat: no-repeat;*/

/*		background-color: #E1E2E6;*/
/*		background-color: transparent;*/
/*background-color: #00FF00;*/
  }
  #col3_content {
		background-image: url(../../fileadmin/img/mcv-navbg.png);
		background-repeat: no-repeat;
		background-position: top;

/*		padding: 10px 10px 10px 20px;*/
		padding: 0;
	}
}
