/* 
based on YAML
overwriting base.css
*/

@media screen
{
	/* ######################################################################################################
	** ### Allgemeinen Inhaltsspalten
	** ######################################################################################################*/
	#col2,
	#col3{
		float: left;
		margin: 0px;
		margin-top: 40px;
		padding: 0px;
	}
	
	#col2{
		margin: 27px 14px 14px 0;
		padding: 15px 13px 15px 0;
		width: 503px;
	}
	
	#col2 .element{
		margin-bottom: 30px;
	}
	
	#col2 .csc-textpic-caption{
		font-size: .8em;
	}
		
	#col3{
		width: 233px;
		margin-bottom: 14px;
		margin-right: 0;
	}
	
	#col3 .news-logo{
		text-align: center;	
	}
	
	#col3 .csc-textpic-caption{
		margin-top: 1.5em;
		font-size: .9em;
	}
	
	#col3 .c51{
		margin: 0;
		padding: 0;
		border: none;
		font-size: 1em;	
	}
	
	* html #col3 .news-single-files dd{
		color: #000;
	}
	
	* html #col3 .news-single-files dt{
		display: block;
	}
	
	* html #col3 .csc-firstHeader{
		position: relative;
		/* top: -25px; */
	}
	
	/*
	* html #col3 {
		margin-top: 65px;
	}
	*/

	/* 
	#######################################################################################
	# Clear
	#######################################################################################
	*/
	
	#clear{
		height: 0;
		clear: both;
	}
	
}

