@charset "UTF-8";

@media screen, projection, print
{		
	#col1 { float:left; width:75%; }
	/*#col2 { float:right; width:200px; }*/
	#col3 { float:right; width:200px; margin:0; }

	/* (en) Preparation for absolute positioning within content columns */
	/* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
	#col1_content, #col2_content, #col3_content { position:relative; }
	
	#col3 { width:25%; /*margin-left: 73%;*/}
	#col3_content {  padding: 10px 5px 10px 5px; }
	
	.container_content {
		height: auto;
		overflow:hidden;
		/*margin-bottom:10px;*/
		padding: 0 0px 10px 0px;
		background: transparent url(../img/test_bg2.gif);
		border-left: 1px solid #273052;
		border-right: 1px solid #273052;
		/*-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;*/
		
	}
	
	.border_bottom {
		margin-bottom:10px;
	}
}



