@charset "UTF-8";
/* CSS Stile für den Einsatz im CMS */

.editorContent .ueberschrift {
	font-size: 16px;
	line-height:22px;
	font-weight: bold;
	margin-bottom: 17px;
	}

.editorContent .zwischenueberschrift {
	font-weight: bold;
	}

.editorContent .auszeichnung {
	font-style: italic;
	}

.editorContent .sonderinfo {
	color:#CC0000;
	}

.editorContent table {	
	border-collapse: collapse;
	}

.editorContent td {
	border-top: 1px dotted #CCCCCC;
	padding: 3px 11px 4px 3px;
	}
.editorContent th {
	padding: 3px 11px 4px 3px;
	}