/* ######################################################################################################
** # "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.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media all
{



/* linke Spalte */
#col1 {display:none;}
#col1_content { display:none;}

/* Rechte Spalte */
#col2 {display:none;}
#col2_content {	display:none;}

/* Mittlere Spalte */
#col3 {width:100%;background:#f3f3f3;margin-left:0px; margin-right:0;}
#col3_content {margin-left:0em; margin-right:0em;}

}

