@charset "UTF-8";

@media screen, projection
{
	/*******************************************************************************
	 * Spalten-Container
	 ******************************************************************************/
	#col1{
		width: 470px;
		margin-right: 15px;
		float: left;
		margin-left: 0px;
	}
	
	#col2{ 
		float: left;
		margin-left: 0px;
		width: 240px;
	}
	
	* html #col1{
		margin: 0;
		padding: 0;
	}

	
	 /*******************************************************************************
	 * Spalten-Formatierung
	 ******************************************************************************/
	
	#col1_content{
		margin: 0;
		padding: 20px 0px 0px 20px;
	}
	
	#col2_content{
		padding-top: 0px;
	}
	
	#col2_content .element {
		width: 217px;
		margin-top: 10px;
		margin-left: 5px;
		/*background-image: url('../images/box-col2-bottom.gif'); dieses image wurde umbenannt*/ 
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	 /*******************************************************************************
	 * Boxen rechts
	 ******************************************************************************/
	
	#col2_content .box_top{
		width: 221px;
		height: 54px;
		display: block;
		background-image: url('../images/box_right_top.jpg');
		background-repeat: no-repeat;
	}
	 
	#col2_content .box_middle{
		width: 186px;
		background-image: url('../images/box_right_middle.jpg');
		background-repeat: repeat-y;
		padding-left: 15px;
		padding-right: 20px;
		color: #343235;		
	}
	
	#col2_content .box_bottom{
		position: relative;
		top: -15px;
		width: 223px;
		height: 24px;
		display: block;
		background-image: url('../images/box_right_bottom.jpg');
		background-repeat: no-repeat;
	}
	
	#col2_content .element .box_middle h1{
		margin-bottom: 10px;
		padding-bottom: 3px;
		width: 183px;
		color: #3B383C;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #aaa;
	}
	
	#col2_content .element .box_middle h2{
		margin-bottom: 5px;
		color: #ee7914;
		font-size: 1em;
		text-transform: none;		
	}
	
	/* #1255 */
	#col2_content .element .box_middle .csc-header h2 {
		margin-bottom: 10px;
		padding-bottom: 3px;
		width: 183px;
		color: #E95C00;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #aaa;
	}
	
	
	#col2_content .element .box_middle p,
	.news-latest-gotoarchive {
		line-height: 1.4em;
	}
	
	#col2_content .box .news-list-item{
		padding-bottom: 0px;
	}
	
	#col2_content .box_middle .content{
		position: relative;
		top: -20px;
	}
	
	* html #col2_content .box_middle .content{
		position: static;
		top: 0px;
	}
}
