/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : basemod_2col_right_vlines.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout mit grafikfreiem Spaltenhintergrund)
**
*/

@media screen
{
#page{ background:url(../../img/bg_content_top.gif) no-repeat 0 173px; margin:0; }
#main { background:url(../../img/bg_content.gif) repeat-y 0 top; }
#footer { background:url(../../img/bg_content_bottom.gif) no-repeat 0 top; padding-left:10px; }
#teaser { left:-3px; }

/* Linke Spalte ausblenden */
#col2 { display:none ! important; }

#col1 { width:748px; margin-left:10px; }
#col1_content { margin:0; }

.containerProdListing2 { height:221px; width:182px; }
} 
