/*
 * Projekt:	contenit - digital business
 * Version:	1.0.0 
 * Datum:	12.12.2007
 * Autor: 	T. Goldkuhle		
 * 
 * Contenit AG - digital business
 * http://www.contenit.com
 * 
 * Beschreibung: 4 Boxen Start
 *  
 */
 
@media screen {
/* start media screen*/ 
 
.fce_inhalt1 {
/*	margin-top: 10px;*/
}

.fce_inhalt1 h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #8fcf2a;
}

.container1 {
	width:149px;
	margin-bottom: 20px;
	padding: 0 5px 0 5px;
	/*background-color: #ff0000;*/
	float: left;
	border-left: 1px dotted #ccc;
}

.container2 {
	width:149px;
	margin-bottom: 20px;		
	padding: 0 5px 0 5px;
	/*background-color: #0000ff;*/
	float: left;
	border-left: 1px dotted #ccc;
}

.container3 {
	width:148px;
	margin-bottom: 20px;		
	padding: 0 5px 0 5px;
	/*background-color: #ff00ff;*/
	float: left;
	border-left: 1px dotted #ccc;
}

.clearboth1 {
	clear: both;
}


/* end media screen*/
}

