/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

#col2 {
    /* Wegen Schatten: -7 w�re genau die Kante */
    margin-left: 13px;
    width: 502px; 
    padding-right: 15px;
    float: left;
    border-right: 1px solid #ececec;
	position: relative;
}

#col3 {
    /* Wegen Schatten: -1 w�re genau die Kante */
    margin-right: 19px;
    width: 302px;    
    float: left;
    padding-left: 15px;
}

* html #col3 {  
  margin-right: 10px;
}

} 

