/* 
  Titel: sparkassen-arena-kiel.de - FCE Box - CSS Stylesheet
  Autor: Jeff Krause, Skyfillers GmbH
  Datum: 04.02.2008
*/

div.fce-box {
	width: 207px;
	text-align: left;
}

div.fce-box-top {
	width: 100%;
	height: 4px;
	line-height: 4px;
  background-image: url(../gfx/fce-box-top.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-size: 1px;
}

div.fce-box-middle {
	width: 100%;
  background-image: url(../gfx/fce-box-middle.gif);
  background-repeat: repeat-y;
}

div.fce-box-bottom {	
	width: 100%;
	height: 4px;
  background-image: url(../gfx/fce-box-bottom.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-size: 1px;
}


div.fce-box-middle h1 {
	padding: 5px 0 0 0;
	margin: 0;
}

div.fce-box-content {
	width: 180px;
	padding: 0 0 5px 15px;
}