/* 
  Titel: FCE Box - maertens.de CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 20.03.2007
*/

div.fce-box {
	margin: 0;
	padding: 0;
}

div.fce-box-header {
	width: 140px;
	height: 20px;
	background-image: url(../gfx/fce-box-header.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div.fce-box-content {
	width: 131px;
	border-bottom: 1px solid #012954;
	padding: 3px 3px 3px 6px;
	background-color: white;
	background-image: url(../gfx/fce-box-bg.gif);
	background-repeat: repeat-y;
}

div.fce-box-content p a{
	color: #012954;
	text-decoration: none;
}

div.fce-box-content p a:hover {
	color: #012954;
	text-decoration: underline;
}