/*
 * Projekt:	Macrander Immobilien
 * Version:	1.0.0 
 * Datum:	19.10.2007
 * Autor: 	T. Goldkuhle		
 * 
 * OPEN-ECM - IT & Services
 * http://www.open-ecm.de
 * 
 * Beschreibung: 2 Boxen für Slideshow 
 */
 
@media screen {
/* start media screen*/ 
 
#fce_inhalt2 {
}

#container_links2 {
	width:215px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#container_rechts2 {
	width:470px;
	margin-bottom: 10px;		
	padding: 0px 0px 0px 0px;
	float: left;
}

#clearboth2 {
	clear: both;
}


/* end media screen*/
}

