/* ######################################################################################################
** # "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:#e97523; padding-top:0;}

/* linke Spalte */
#col1 {width:330px;background:#e97523;}
#col1_content {margin:0px;padding-left:1.5em; padding-right:1.5em; color:#444; background:#e97523;}

/* Rechte Spalte */
#col2 {display:none;}
#col2_content {display:none;}

/* Mittlere Spalte */
#col3 {background:#003b66; margin-left:330px;margin-right:0;}
#col3_content {padding:0px;margin-left:0em; margin-right:0em;}

#c640 {font-size:2em;}



}

