/*-------------------------------------------------------
	
	styleRTE.css - Styles, welche via Typo3-Konfig.
	im RTE HTMLArea verfügbar gemacht werden
	
-------------------------------------------------------*/
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* --------------------------------------------------- */
.Breite10Prozent {
	width: 10%;
}
.Breite15Prozent {
	width: 15%;
}
.Breite20Prozent {
	width: 20%;
}
.Breite25Prozent {
	width: 25%;
}
.Breite30Prozent {
	width: 30%;
}
.Breite35Prozent {
	width: 35%;
}
.Breite40Prozent {
	width: 40%;
}
.Breite45Prozent {
	width: 45%;
}
.Breite50Prozent {
	width: 50%;
}
.Breite60Prozent {
	width: 60%;
}
p.rightCol1 {
	margin: 10px;
}
p.padding10px {
	padding: 10px;
}
/* --------------------------------------------------- */