/*-------------------------------------------------------
	
	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 {
	
}
.gross1 {
	font-size: 12px;
	padding-right: 10px;
}
.hervorhebung1 {
	border: 2px dotted red;
	padding: 10px;
	width: 260px;
}
.hervorhebung2 {
	border: 2px dotted red;
	padding: 20px 150px 20px 20px;
}
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* --------------------------------------------------- */
.SchriftRot {
	color: red;
	text-transform: uppercase;
}
.programm {
	width: 100%;
}
.programm td {
	vertical-align: top;
	border: 2px solid white;
	padding: 5px;
	margin: 0px;
}
.programm td p {
	margin: 0px !important;
}
.color1 {
	background-color: #d68a96;
	height: 250px;
}
.color2 {
	background-color: #fbca25;
	height: 250px;
}
.color3 {
	background-color: #00a5e4;
	height: 250px;
}
.color4 {
	background-color: #98b736;
	height: 250px;
}
.color5 {
	background-color: #ab0071;
	height: 250px;
}
.premiere {
	background-color: #E1091A;
	color: white;
	margin: 0px 0px 5px 0px;
	padding: 0px 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
/* --------------------------------------------------- */
p.Spalte1 {
	position: relative;
	width: 260px;
	float: left;
	padding-right: 0px !important;
}
p.Spalte2 {
	position: relative;
	width: 260px;
	float: left;
	padding-right: 0px !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%;
}
.Breite45Prozent {
	width: 45%;
}
.Breite50Prozent {
	width: 50%;
}
.Breite60Prozent {
	width: 60%;
}
/* --------------------------------------------------- */
.TabelleSponsoren2 td {
	border-top: 1px dotted #AAAAAA;
}
