@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_fixed_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_fixed_seo"
 *
 * @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) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../yaml/core/slim_base.css);
/* import screen layout | Screen-Layout einbinden */
/* @import url(navigation/nav_slidingdoor.css); */
@import url(navigation/nav_shinybuttons.css);
@import url(navigation/nav_vlist.css);
@import url(screen/basemod.css);
@import url(screen/basemod_3col_fixed_seo.css);
@import url(screen/content.css);
@import url(screen/typo3-RTE.css);
/* import print layout | Druck-Layout einbinden */
@import url(print/print_100.css);

/*******************************************************************************
	|-------------------------------|
	| #header                       |
	| 960px                         |
	|-------------------------------|
	| #col2   | #col1     | #col3   |
	| 200px   | 530px     | 230px   |
new:| 220px   | 510px     | 230px   |
	|-------------------------------|
	| #footer                       |
	|-------------------------------|
*******************************************************************************/

/* Column resizing */

/* #col1 {margin-left:200px; width:530px;} */
/* #col2 {margin-left:-730px; width:200px;} */
/* #col3 {width:230px;} */

/* #col1 {margin-left:220px; width:510px;} */
#col1 {margin-left:220px; width:492px; margin-right:18px;}
#col2 {margin-left:-730px; width:220px;}
#col3 {width:230px;}


/* dotted line under rootline/breadcrumb */
/* auch in 2col_fixed_seo_left! */
/* #teaser {background: #fff url(../img_templates/rootline_bottom_dotted.png) scroll no-repeat bottom left;} */
#col1,
#col2 {border-top:1px dotted #8799ae;}	/* margin-top:-1px; */
#col1,
#col1_content {padding-right:0;}
#col2_content {padding-top:0;}

