/*-------------------------------------------------------
	
	styleRTE.css - Styles, welche via Typo3-Konfig.
	im RTE HTMLArea verfügbar gemacht werden
	
-------------------------------------------------------*/
.fotonachweis {
	position: relative;
	left: -250px;
	font-size: 10px;
	color: gray;
}
.lineHor {
	height: 1px;
	background-color: #bbbbbb;
	overflow: hidden;
	margin: 20px 0px;
}
.hervorhebung1 {
	border: 2px dotted red;
	padding: 10px;
	width: 260px;
}
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* --------------------------------------------------- */
.bildRahmen1 {
	border-left: 3px solid white;
}
p.produktLink1 {
/* Definition in styles.css */
}
a.produktLink2 {
/* Definition in styles.css */
}


/* --------------------------------------------------- */
p.Spalte1 {
	position: relative;
	width: 260px;
	float: left;
	padding-right: 0px !important;
}
p.Spalte2 {
	position: relative;
	width: 260px;
	float: left;
	padding-right: 0px !important;
	padding: 2px 5px !important;
	margin-left: 10px;
}
p.Spalte3 {
	padding-right: 0px;
}
/* --------------------------------------------------- */
.Breite10Prozent {
	width: 10%;
}
.Breite15Prozent {
	width: 15%;
}
.Breite20Prozent {
	width: 20%;
}
.Breite25Prozent {
	width: 25%;
}
.Breite30Prozent {
	width: 30%;
}
.Breite35Prozent {
	width: 35%;
}
.Breite40Prozent {
	width: 40% !important;
}
.Breite45Prozent {
	width: 45%;
}
.Breite50Prozent {
	width: 50%;
}
.Breite60Prozent {
	width: 60% !important;
}
/* --------------------------------------------------- */