/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : basemod_bsp_spaltentrenner.css
**  Funktion    : Einschalten der vertikalen Spaltentrenner an #col3 (beidseitig)
**
*/

@media screen
{

#col3 {
    background: none repeat scroll 0 0 transparent;
    float: left;
    min-height: 435px;
    width: 565px;
  margin:0 0 0 4px;
}
}

} 