/* 
based on YAML
overwriting base.css
*/

@media screen
{


	#main #col2 .csc-textpic-image a{
			padding-left: 0px;
			background-image: none;
		} 
	/* 
	/* 
	
	#######################################################################################
	# Allgemeinen Inhaltsspalten
	########################################################################################
	*/
	
	#main {
		background-image: url('../images/bg-3col-home.gif');
		background-position: top right;
		background-repeat: repeat-y;
	}
	
	#col1,
	#col2,
	#col3{
		float: left;
		min-height: 268px;
		margin: 0px;
		padding: 0px;
		border-top: 9px solid #af0032;
		background-image: url('../images/bg-infobox.gif');
		background-repeat: repeat-x;
		background-color: #d5d6d5;	
	}
	
	#col1{
		width: 273px;
		margin-right: 14px;
	}
	
	#col2{
		width: 232px;
		margin-right: 14px;
	}
	
	#col3{
		width: 230px;
	}
	
	#col1_content,
	#col2_content,
	#col3_content{
		position: static;
		margin: 1em;
	}
	
	* html #col1,
	* html #col2,
	* html #col3{
		height: 280px;
	}
	
	/* 
	#######################################################################################
	# Clear
	#######################################################################################
	*/
	
	#clear{
		height: 0em;
		clear: both;
	}

} 