
	/* setzt Hintergrundfarbe */
	.bodytag, .body_cnt {
		background-color			: #FFFFFF;

	    scrollbar-face-color		: #EEF5F2;        /*Farbe für Oberfläche*/
	    scrollbar-base-color		: #EEF5F2;        /*Basisfarbe der Scroll-Leiste*/
	    scrollbar-arrow-color		: #4C9470;        /*Farbe für Verschiebepfeile*/
	    scrollbar-track-color		: #CADDD4;        /*Farbe für freibleibenden Verschiebeweg*/

	    scrollbar-highlight-color	: #CADDD4;        /*Farbe für oberen und linken Rand*/
	    scrollbar-shadow-color		: #CADDD4;        /*Farbe für unteren und rechten Rand*/
	    scrollbar-3dlight-color		: #CADDD4;        /*Farbe für 3D-Effekte*/
	    scrollbar-darkshadow-color	: #CADDD4;        /*Farbe für Schatten*/
	}

	.body_lo {
		background-color			: #FFB88A;
	}

	.body_lu {
		background-color			: #7AB096;
	}

	.body_lom {
		background-color			: #E4EDEA;
	}

	/* inhalt */
	.body_cnt {
		background-color			: #CADDD4;
	}

	.frc_bgr_l {
		background-color			: #FFFFFF;
	}

	.frc_title, .frc_title_o, .frc_cnt_b, .frc_cnt, .frc_cnt A, .frc_cnt A:HOVER, .frc_title_o A, .frp_cnt, .frp_cnt_b {
		color 	   			: #01532A;
		background-color	: #E1EEE8;
		font-family 		: Arial, Verdana, Helvetica, sans-serif;
		font-size   		: 12px;
		font-weight 		: bold;
		line-height			: 18px;
		text-decoration		: none;
	}

	.frp_cnt, .frp_cnt_b {
		color 	   			: #6C6C6C;
		background-color	: #E9E9E9;
	}

	.frp_cnt A {
		color 	   			: #6C6C6C;
		background-color	: #E9E9E9;
		font-family 		: Arial, Verdana, Helvetica, sans-serif;
		font-size   		: 11px;
		font-weight 		: normal;
		line-height			: 18px;
		text-decoration		: none;
	}

	.frp_cnt A:HOVER {
		text-decoration		: underline;
	}

	.frp_cnt {
		font-weight			: normal;
	}

	.frc_cnt A:HOVER {
		text-decoration		: underline;
	}

	.frc_cnt_b, .frc_cnt, .frc_cnt A, .frc_cnt A:HOVER, .frc_title_o, .frc_title_o A {
		color 	   			: #01532A;
		background-color	: #CADDD4;
	}

	.frc_cnt, .frc_cnt A, .frc_cnt A:HOVER {
		font-weight 		: normal;
	}

	.frc_sep_l {
		background-color	: #DDDDDD;
	}

	.frc_sep_r {
		background-color	: #E1EEE8;
	}

	.frc_title_o, .frc_title_o A {
		color 	   			: #FF6B16;
	}

	/* frame bottom */
	.frb_bgr, .frb_bgr_b, A.frb_a, A.frb_a:HOVER {
		color 	   			: #FFFFFF;
		background-color	: #117945;
		font-family 		: Arial, Verdana, Helvetica, sans-serif;
		font-size   		: 12px;
		font-weight 		: normal;
	}

	.frb_bgr_b {
		font-weight 		: bold;
	}

	A.frb_a {
		text-decoration 	: none;
	}

	A.frb_a:HOVER, .frc_title_o A:HOVER {
		text-decoration 	: underline;
	}

	/* Überschrift Kasten */
	.ptitel {
		color 	   			: #FF6B16;
		background-color	: #FFFFFF;
		font-family 		: Arial, Verdana, Helvetica, sans-serif;
		font-size   		: 12px;
		font-weight 		: bold;
		line-height			: 18px;
	}