﻿/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2011, 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.3.1
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
 */

@media screen, projection
{

#cssBody { 
	background-color: #fff;
	padding: 0;
}
#cssBody .page_margins {
	margin:0 auto;
	max-width: 81.3333em;
	min-width: 81.3333em
}
#cssBody .page {
	margin-bottom: 1em;
}

#cssBody #header {
	height: 9.4167em;
	padding: 0 0.6667em 0 0.667em;
	position:relative;
}

#cssBody #topnav { 
	position:absolute;
	bottom: 0.5em;
	right:0.6667em; /* LTR */
	text-align:right; /* LTR */
}
#cssBody #nav {
	background: url("/Style%20Library/Branding/Images/bg.navi.png") no-repeat left top;
	height: 4em;
	overflow: hidden;
	padding: 0 0.6667em 0 0.667em;
	width: 960px;
}
#cssBody #main {
	background: url("/Style%20Library/Branding/Images/bg.main.png") repeat-y left top;
	padding-bottom: 2.3333em;

	padding-left: 0.66em;
	padding-right: 0.66em;
}

#cssBody #footer {
	background:#fff url("/Style%20Library/Branding/Images/bg.foot.png") no-repeat left top;
	padding: 0.3333em 0.6667em 0 0;
	text-align: right;
}

/* (en) Backup for correct positioning */
/* (de) Absicherung korrekte Positionierung */
#cssBody #header,
#cssBody #nav,
#cssBody div.horizontal,
#cssBody #main,
#cssBody #footer {
	clear:both;
}

/*------------------------------------------------------------------------------------------------------*/

/**
* (en) Formatting content container
* (de) Formatierung der Inhalts-Container
*
* |-------------------------------|
* | #header                       |
* |-------------------------------|
* | #col1   | #col3     | #col2   |
* | 25%     | flexible  | 25%     |
* |-------------------------------|
* | #footer                       |
* |-------------------------------|
*/


#cssBody #col1 {
	width: 200px;
}
#cssBody #col1_content {
	padding: 0;
}
#cssBody #col2 {
	width: 200px;
}
#cssBody #col2_content {
	padding: 0;
}
#cssBody #col3 {
	margin: 0;
}
#cssBody #col3_content {
	padding: 1.3333em 0;
}


#cssBody .RbColLayout-SMS #col3 {
	margin: 0 218px;
	margin-right: 204px;
}
#cssBody .RbColLayout-SM #col3 
{
	margin-left: 204px;
}
#cssBody .RbColLayout-MS #col3 {
	margin-right: 204px;
}
#cssBody .RbColLayout-MS #col3 {
	margin-right: 204px;
}
#cssBody .RbColLayout-MS #col3 #col3_content {
   padding: 0 0 1.3333em 0;
}
#cssBody .RbColLayout-L #col3 {
}


/* 8 weniger wg. stage Schatten */
/*
#cssBody .home #col3 {
	margin: 0 216px 0 0;
}
#cssBody .home #col3_content {
#cssBody .home #col3_content {
	padding: 0 0 1.3333em 0;
}
*/

div.ms-PartSpacingVertical {
	margin:0px;
}


 
}
