/**************************************
FCE - Downloadliste
*************************************/

/**** GENERAL ****/
div.fce-downloadlist {
	clear:both;
	font-size: 12px !important;
}

div.fce-downloadlist div.fce-header h2 {
	background-image: url(../img/icon_downloadliste.png);
}

/**** Titel-Links ausblenden (wg. Einfache Ansicht -> Titel) ****/

div.fce-downloadlist span.fce-linksection-link-title {
	display: none;
}


/**** Einfache Ansicht (Felder ausblenden) ****/

/* Titel abstellen */
div.fce-downloadlist-simple span.fce-linksection-titel {
	display: none;
}

/* Titel abstellen */
div.fce-downloadlist-simple span.fce-linksection-titel,
div.fce-downloadlist-simple span.fce-linksection-beschreibung {
	display: none;
}

/**** Einfache Ansicht (Titel) (Felder ein/-ausblenden) ****/

/* Titel abstellen */
div.fce-downloadlist-simple-title span.fce-linksection-titel,
div.fce-downloadlist-simple-title span.fce-linksection-beschreibung,
div.fce-downloadlist-simple-title span.fce-linksection-link {
	display: none;
}

div.fce-downloadlist-simple-title span.fce-linksection-link-title {
	display: block;
}


/************************************** 
ENDE FCE - Downloadliste
*************************************/
