/* 
  Titel: carro.de FCE Box CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 30.01.2008
*/

div.fce-box-container {

}

div.fce-box1 {
	float: left;
	width: 300px;
	height: 180px;
	
	text-align: left;
	margin: 0;
	padding: 0 28px 28px 0;
}

div.fce-box2 {
	float: left;
	width: 300px;
	height: 180px;
	
	text-align: left;
	margin: 0;
	padding: 0 0 28px 0;
}

div.fce-box-header {
	width: 300px;
	height: 31px;

  background-image: url(../gfx/fce-box-head.gif);
	background-repeat: no-repeat;	
}

div.fce-box-content {
	width: 272px;
	height: 121px;
	
	padding: 14px;
	
  background-image: url(../gfx/fce-box-bg-content.gif);
	background-repeat: no-repeat;	
}

div.fce-box-header h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 14px;
}

