/* 
  Titel: perry-knorr.com - FCE Box
  Autor: Torben hansen, Skyfillers GmbH
  Datum: 06.03.2008
*/

div.fce-box1 {
	text-align: left;
}

div.fce-box1-top {
	width: 385px;
	height: 4px;
	line-height: 4px;
	font-size: 0.1em;
	padding: 0;
	margin: 0;
  background-image: url(../gfx/bg-box1-top.gif);
	background-repeat: no-repeat;	
}

div.fce-box1-content {
	width: 365px;
  background-image: url(../gfx/bg-box1-middle.gif);
	background-repeat: repeat-y;	
	
	margin: 0;
	padding: 0 10px 2px 10px;
	
	/* Min-Height Hack */
	min-height: 12px;
	height:auto !important;
	height: 12px; 	
}

div.fce-box1-content div.csc-textpic {
	margin: 0;
	padding: 0;
	border: 1px solid #ECF4F6;
}

div.fce-box1-content h1, div.fce-box1-content h2, div.fce-box1-content h3, p.bodytext {
	margin: 0;
	padding: 0;
}

div.fce-box1-bottom {
	width: 385px;
	height: 5px;
	line-height: 5px;
  background-image: url(../gfx/bg-box1-bottom.gif);
	background-repeat: no-repeat;	
}

