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