@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : basemod_2col_left_132.css
**  Funktion    : Variation des Basislayouts (3-Spalten-Layout mit grafikfreien Spaltentrennern)
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

@media screen
{
/* Turn on right column */
#col2 {width:210px;}

#col3 {margin-left:210px; margin-right:255px;}

#col3 { }



/* #######################
** # CSS-Hacks for IE6  ##
** ####################### */

* html #footer { width:463px !important; }


/* Close @media screen - DO NOT DELETE! */
}
