/* 
  Titel: sylter-spiegel.de - FCE Box - CSS Stylesheet
  Autor: Torben hansen, Skyfillers GmbH
  Datum: 04.03.2009
*/

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/

.fce-box {
	width: 357px;
	
	min-height: 114px;
	height:auto !important;
	height: 114px;	
		
	float: left;
	text-align: left;
	
	margin: 0 0 15px 0;
}

.fce-box-header-left {
	width: 296px;
	height: 25px;	
	float: left;
	
	background-image: url(../gfx/fce-box-bg-content-header-left.gif);
	background-repeat: no-repeat;  	
}

.fce-box-header-left h2 {
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding: 0 0 0 6px; 	
}

.fce-box-header-right {
	width: 61px;
	height: 25px;	
	line-height: 25px;
	vertical-align: middle;
	float: left;
	color: #FFFFFF;
	
	background-image: url(../gfx/fce-box-bg-content-header-right.gif);
	background-repeat: no-repeat;  	
	
	font-weight: bold;
	text-align: center;
}

.fce-box-content {
	width: 357px;
  float: left;
	min-height: 89px;
	height:auto !important;
	height: 89px;	

	background-image: url(../gfx/fce-box-bg-content.gif);
	background-repeat: repeat-y;  	
}


.fce-box-content-img{
  width: 89px;
  height: 80px;

	padding: 9px 12px 0 0;
  
  float: left; 
}
.fce-box-content-text{
  float: left; 
  width: 245px;
  height: 73px;
  
  padding: 0 0 0 11px;
}

.fce-box-content-text p {
	margin: 9px 0 0 0;
	font-size: 10px;
	line-height: 1.2em;	
}

.fce-box-button{	
	width: 61px;
	height: 16px;
	float: right;
	background-image: url(../gfx/fce-box-bg-content-button.gif);
	background-repeat: no-repeat; 		
}

.fce-box-button a, .fce-box-button a:hover{
	color: #FFFFFF;	
	width: 42px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
	display: block;
  text-decoration: none;
  padding: 0 0 0 19px;
}



