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

.fce_inhalt4 h1 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #8fcf2a;
}

.container1_3 {
	width:450px;
	margin-bottom: 15px;
	/*padding: 0 5px 0 5px;*/
	/*background-color: #ff0000;*/
	float: left;
	margin-top:-12px;
}

.container1_3 h1 {
	color: #bbb;
	font-size: 60px;
	line-height: 70px;
	text-transform:lowercase;
}


.container1_3 h2 {
	font-size: 16px;
	color: #8fcf2a;
	font-weight: normal;
}

.clearboth4 {
	clear: both;
}


/* end media screen*/
}

