@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: 48px 0px 0px 20px;
	}
	
	#col2_content{
		padding-top: 19px;
	}
	
	#col2_content .element {
		width: 217px;
		margin-top: 25px;
		margin-left: 5px;
		background-image: url('../images/box-col2-bottom.gif');
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#col2_content .box {
		width: 172px;
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 30px;
		padding-bottom: 20px;
		color: #343235;
		background-image: url('../images/box-col2-top.gif');
		background-repeat: no-repeat;
		background-position: top;	
	}
	
	#col2_content .element .box 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 h2{
		margin-bottom: 5px;
		color: #ee7914;
		font-size: 1em;
		text-transform: none;		
	}
	
	#col2_content .element .box p,
	.news-latest-gotoarchive {
		line-height: 1.2em;
	}
	

	#col2_content .element .box img{
		margin: 10px;
	}
	
}