/* CSS Typo3 Overrides */
.bodytext {
	color: Black;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
/* FOr some reason the margin here was 10px. Set to 0px and now the images are properly centered. */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}
#rechts .rte_text{
/* padding-left: 20px; */
}

.csc-header {
	text-align: left;
}
.rte_text {
	margin-top: 2px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}
/* Must fix because if no class set in RTE this class is added by CSS-styled-content */
.contenttable{
	padding: 0px;
	border-spacing: 0px; 
	border-collapse:collapse;
}
.rte_text h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 0px;
}
.rte_text h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	margin-left: 0px;
}