/* rte_config.css */

.fett {
	font-weight: bold;
}


.kursiv {
	font-style: italic;
}


.fettkursiv {
	font-weight: bold;
	font-style: italic;
}

.zwischentitel {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	margin: 10px 0 10px 0;
}


.pdf_link {
	line-height: 22px;
	background-image: url(../bilder/pdf_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-bottom: 0px;
	text-decoration: none;
	border-bottom: none !important;
}



