@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }

	.rbr-orange		{ color: #E97A08; }
	.rbr-oranglight	{ color: #FFA040; }
	.rbr-grey		{ color: #87888A; }
	.rbr-index		{ color: #743C03; }
*/

h1 {
	color: #E97A08;
}
h1.headLayout21 {
	background: #FFA040;
	border-bottom: 1px solid #FFA040;
	color: #000000;
}
h1.headLayout22 {
	background: #FFA040;
	border-bottom: 1px solid #FFA040;
	color: #000000;
}
h1.headLayout23 {
	background: #FFA040;
	border-bottom: 1px solid #FFA040;
	color: #000000;
}


a {
	text-decoration: none;
	cursor: pointer;
	color: #E97A08;
	}
	a:hover {
		text-decoration: underline;
	}
a.schwarz_fett{
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	}
	a.schwarz_fett:hover {
		color: #E97A08;
		text-decoration: underline;
	}
	.schwarz_fett a:hover {
		color: #E97A08;
		text-decoration: underline;
	}
.tx-contagged-tooltip a {
	text-decoration: none;
	cursor: pointer;
	color: #743C03;
	}
	.tx-contagged-tooltip a:hover, .tx-contagged-tooltip-content a {
		color: #E97A08;
		text-decoration: underline;
	}
.single_content_element.column_zero .csc-textpic-text ul {
	list-style-image: url(img/bullets_rbr.png);
}

/* --- custom styles --------------------------------------
*/




/* --- framesets ------------------------------------------
*/





