/**************************************
FCE - Textbox
*************************************/

/**** Je nach Bereich anderes Iconset (Farbcodierung) verwenden ****/
body.home div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_home.png); }
body.hochschule div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_hochschule.png); }
body.informationen div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_informationen.png); }
body.studienangebote div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_studienangebote.png); }
body.campus-mosbach div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_mosbach.png); }
body.campus-heilbronn div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_heilbronn.png); }
body.campus-bad-mergentheim div.fce-textbox.wichtig { background-image: url(../img/icons_fce_textbox_bad-mergentheim.png); }

/**** Je nach Bereich anderes Iconset (Farbcodierung) verwenden ****/
body.home div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_home.png); }
body.hochschule div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_hochschule.png); }
body.informationen div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_informationen.png); }
body.studienangebote div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_studienangebote.png); }
body.campus-mosbach div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_mosbach.png); }
body.campus-heilbronn div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_heilbronn.png); }
body.campus-bad-mergentheim div.fce-textbox.info { background-image: url(../img/icons_fce_textbox_info_bad-mergentheim.png); }

div.fce-textbox {
    clear:both;
    background-color: #eef0f1;
    padding: 9px;
    margin-bottom: 20px;
    /*float: left;*/
    width: 452px;

}

div.fce-textbox.wichtig,
div.fce-textbox.info {
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 66px;
	width: 395px;
	min-height: 50px;
}

div.fce-textbox h3 {
	margin-bottom: 3px !important;
	margin-top: 0px !important;
	line-height: 100%;
}

div.fce-textbox .text {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.fce-textbox div.link {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
}

/**** Ergänzung für FCE-Textbox (RTE) ****/
div.fce-textbox div.text p {
	font-size: 12px !important;
}


/**************************************
ENDE FCE - Textbox
*************************************/
