/* 
  Titel: elsdorfer-feinkost.de - FCE Box
  Autor: Torben hansen, Skyfillers GmbH
  Datum: 07.03.2008
*/

div.fce-box-left {
	float: left;
	width: 270px;
}

div.fce-box {
	float: right;
	text-align: left;
	margin: 46px 0 0 0;
	padding: 0;
	vertical-align: top;
}

div.fce-box h2 {
	margin: 0;
	padding: 0;
}

div.fce-box-top {
	text-align: left;
	width: 267px;
	height: 20px;
  background-image: url(../gfx/fce-box-top.gif);
	background-repeat: no-repeat;	
	margin: 0;
	padding: 0;
}

div.fce-box-content {
	width: 257px;
  background-image: url(../gfx/fce-box-middle.gif);
	background-repeat: repeat-y;	
	padding: 2px 5px 0 5px;
	
	/* Min-Height Hack */
	min-height: 12px;
	height:auto !important;
	height: 12px; 	
}

div.fce-box-bottom {
	width: 267px;
	height: 6px;
	line-height: 6px;
	margin: 0 0 20px 0;
  background-image: url(../gfx/fce-box-bottom.gif);
	background-repeat: no-repeat;	
}

