/**************************************
FCE - Allgemeine Einstellungen gültig für 
	- Crosslinkbox
	- Downloadliste
*************************************/

div.fce-box {
	clear:both;
	margin-bottom: 30px;
}


/**** Gestrichelter Hintergrund des Headline-divs ****/
div.fce-box div.fce-header {
	background-image: url(../img/h2.gif);
}

/**** Hintergrundbild und Typographie der Headline ****/
div.fce-box div.fce-header h2 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px !important;
	font-weight: 500;
	height:17px;
	padding:5px 0 0 24px;
	text-transform:uppercase;
	width:100%;
	margin-top: 34px;
}

/**** Linkliste ****/
div.fce-linksection ul {
	list-style-type: none;
	margin-top: 10px;
}

div.fce-linksection ul li {
	background: transparent url(../img/list-item-home.gif) scroll no-repeat 0 7px !important;
	padding-left: 10px !important;
	margin-bottom: 7px !important;
}

span.fce-linksection-titel {
	font-weight: bold;
}