/* ######################################################################################################
** # "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
{

/* Formatierung der Seite */




/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {background:#6699cc; padding-top:0;}

/* linke Spalte */
#col1 {width:321px;background:#6699cc;}
#col1_content {margin-left:1.5em; margin-right:1.5em; color:#444; background:#6699cc;}

/* Rechte Spalte */
#col2 {display:none;}
#col2_content {display:none;}

/* Mittlere Spalte */
#col3 {background:#003b66; margin-left:321px;margin-right:0;}
#col3_content {margin-left:0em; margin-right:0em;}



}

