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

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

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

.container2_7 {
	width:333px;
	margin-bottom: 20px;		
	padding: 0 5px 0 5px;
	/*background-color: #8fcf2a;*/
	float: left;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.clearboth7 {
	clear: both;
}

.fce_inhalt7 .bodytext span {
 font-size: 1em !important;
 line-height: 16px !important;
 font-family: Verdana,Arial,Helvetica,sans-serif !important;
} 

/* end media screen*/
}

