/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : basemod_2col_left.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout)
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media screen
{

/*
#main {padding:0;}
#teaser {border-top:1em #fff solid;}
*/

/* linke Spalte */
#col1 {width:201px;}

/* Rechte Spalte */
#col2, #col2_content {display:none;}

/* Mittlere Spalte (width:650px; wegen IE6) */
#col3 {margin-left:201px; margin-right:0px; width:650px; background:#fff url(../../img/layout/box-header-content-wide.jpg) no-repeat top left;}
}

