/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

#main {
	background-image: url('../images/threecol-bg.gif');
	background-repeat: repeat-y;
}

#col3 {
  margin-right: 190px; 
	/*border-right: 1px solid #f1f1f6;*/
	margin-bottom: 0;	
}

#col2 { 
	margin-left:10px;
	width: 180px; 
	/*background-image:url('../images/ce_bg.jpg');*/
	background-repeat:y-repeat;
	height:auto !important;
}
} 

