/*****************
 * Body
 *****************/
.apricot_body {
	background-color:#ffeda7;
}
.blue_body {
	background-color:#e2f3fb;
}
.green_body {
	background-color:#C4D789;
}
.rosa_body {
	background-color:#F5D4E5;
}
.creme_body {
	background-color:#F4ECBD;
}



/*****************
 * Inhaltsbereich
 *****************/
.blue_content {
	background-color:#c1e6f6;	/* Hintergrundfarbe */
	color:#612c2f;				/* Schriftfarbe */
}
.blue_content a {
	color:#612c2f;				/* Schriftfarbe Links */
}

.apricot_content {
	background-color:#fcd987;	/* Hintergrundfarbe */
	color:#612c2f;				/* Schriftfarbe */
}
.apricot_content a {
	color:#612c2f;				/* Schriftfarbe Links */
}

.green_content {
	background-color:#D3E698;	/* Hintergrundfarbe */
	color:#612c2f;				/* Schriftfarbe */
}
.green_content a {
	color:#612c2f;				/* Schriftfarbe Links */
}
.rosa_content {
	background-color:#F9E4EF;	/* Hintergrundfarbe */
	color:#612c2f;				/* Schriftfarbe */
}
.rosa_content a {
	color:#612c2f;				/* Schriftfarbe Links */
}

.creme_content {
	background-color:#F8F2CE;	/* Hintergrundfarbe */
	color:#612c2f;				/* Schriftfarbe */
}
.creme_content a {
	color:#612c2f;				/* Schriftfarbe Links */
}
