/* 
  Titel: wind7.de - FCE Box
  Autor: Torben hansen, Skyfillers GmbH
  Datum: 25.02.2008
*/

div.fce-box {

}

div.fce-box-top {
	width: 161px;
	height: 19px;
  background-image: url(../gfx/fce-box-bg-h2.gif);
	background-repeat: no-repeat;	
}

div.fce-box-content {
	width: 151px;
  background-image: url(../gfx/fce-box-bg-content.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: 161px;
	height: 5px;
	line-height: 5px;
	margin: 0 0 20px 0;
  background-image: url(../gfx/fce-box-bg-bottom.gif);
	background-repeat: no-repeat;	
}

div.fce-box-top h2 {
	font-family: Arial, Verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0 0 12px;
}
