/* Styles die im JCE-Editor vorgegeben werden */
.headline {
	color: #FAB20A;
	font-weight: bold;
}

.font_size_normal {
	font-size: 12px;
}

.font_size_small {
	font-size: 10px;
	line-height: 15px;
}

/*.highlight_normal {
	font-size: 12px;
	background-image: url("../images/dot_content.png");
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 18px;
}

.highlight_small {
	font-size: 10px;
	line-height: 15px;
	background-image: url("../images/dot_content.png");
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 18px;
}*/

.credits_highlight_small {
	font-size: 10px;
	line-height: 15px;
	background-image: url("../images/dot_credits.png");
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 15px;
	padding-top: 2px;
}