/*
 * Projekt:	Fuerstlich Castellsches Domaenenamt
 * Version:	1.0.0 
 * Datum:	23.06.2009
 * Autor: 	T. Goldkuhle		
 * 
 * Contenit AG
 * http://www.contenit.com
 * 
 * Beschreibung: 2 Boxen
 *  
 */
 
@media screen {
/* start media screen*/ 
 
#fce_inhalt2 {
	
}

#container1_2 {
	width: 30em;
	min-height: 1em;
  height: auto !important;
  height: 1em;
	margin: 0;
	padding: 0;
	float: left;
}

#container2_2 {
	width: 46em;
	min-height: 1em;
  height: auto !important;
  height: 1em;
	margin: 0;		
	padding: 0;
	float: left;
}

.ie6 #container1_2 {
  width: 28em;
  clear: none;
}

.ie6 #container2_2 {
	float: right;
}

#clearboth2 {
	clear: both;
}



/* end media screen*/
}

