/*
 * Projektspezifische Styles für den FCK-Editor
 * (evtl. Ergänzungen in der Datei fckstyles.xml im _fck - Ordner)
*/

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Überschriften */
.elm_fck_headline { 
	font-family:Times;
	font-size:18px;
	font-weight: bold;
}
.elm_fck_headline a:link{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:visited{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:active{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:hover{text-decoration:underline;font-family:Times;font-size:18px;color:#cc0000;}

/* Untertitel */
.elm_fck_subheadline { 
	font-family:Times;
	font-style:italic;
	font-size:16px;
}
.elm_fck_subheadline a:link{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:visited{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:active{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:hover{text-decoration:underline;font-family:Times;font-size:16px;color:#cc0000;}

/* Fliesstext */
.elm_fck_text p{ 
	font-family:Times;
	font-size:14px;
}
.elm_fck_text a:link{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:visited{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:active{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:hover{text-decoration:underline;font-family:Times;font-size:14px;color:#cc0000;}
.elm_fck_text p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Sonstiges */
.elm_fck_bold { 
	font-weight: bold;
	color:#cc0000;
}
.elm_fck_italic { 
	font-style:italic;
	color:#cc0000;
}
