/* Contribute */
.bildLinks {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.bildRechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
}
.textKeinUmflussLinks {
	clear: left;
}
.textKeinUmflussRechts {
	clear: right;
}
.beideSeitenFrei {
	clear: both;
}

/* Farben für Überschriften */
#contentBoxOuter h1.gelb {
	color: #FDBA4D;
}
#contentBoxOuter h1.orange {
	color: #f58233;
}
#contentBoxOuter h1.gruen {
	color: #008d5b;
}
#contentBoxOuter h1.blau {
	color: #1868b3;
}
#contentBoxOuter h3.gelb {
	color: #FDBA4D;
}
#contentBoxOuter h3.orange {
	color: #f58233;
}
#contentBoxOuter h3.gruen {
	color: #008d5b;
}
#contentBoxOuter h3.blau {
	color: #1868b3;
}

#contentBoxOuter h2.gelb {
	color: #FDBA4D;
}
#contentBoxOuter h2.orange {
	color: #f58233;
}
#contentBoxOuter h2.gruen {
	color: #008d5b;
}
#contentBoxOuter h2.blau {
	color: #1868b3;
}
/* Sonstige Farbformatierungen Absatz, span */
#contentBoxOuter p.weiss, span.weiss {
	color: #ffffff;
}
#contentBoxOuter p.gelb, span.gelb {
	color: #FDBA4D;
}
#contentBoxOuter p.orange, span.orange {
	color: #f58233;
}
#contentBoxOuter p.gruen, span.gruen {
	color: #008d5b;
}
#contentBoxOuter p.blau, span.blau {
	color: #1868b3;
}