/* 
  Titel: hosting.skyfillers.com - FCE Box4
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 28.10.2008
*/

div.fce-box4 {
	width: 860px;
	text-align: left;
	margin: 0 0 20px 0;
}

div.fce-box4-top {
	width: 100%;
	height: 5px;
	line-height: 5px;
	background-image: url(../gfx/fce-box4-top.gif);
	background-repeat: no-repeat;  	
}	


div.fce-box4-content {
	width: 812px;
	margin: 0;
	padding: 12px 24px 12px 24px;
	background-image: url(../gfx/fce-box4-content.gif);
	background-repeat: repeat-y;  	
}

div.fce-box4-bottom {
	height: 5px;
	line-height: 5px;
	background-image: url(../gfx/fce-box4-bottom.gif);
	background-repeat: no-repeat;  	
}

