
body{
	color:#0D0D0D;
	background-color:#F2F2F2 !important;
}

/* Fonts aus TPL setzen */

/* headline font 1 */

div.header {
	/*font-family:Lapture-Web-Regular, arial, sans-serif; */
}



/* svg - test */
.svg-link {
//fill:#555555; /* geht mit svg data*/
fill:#00A000; 
}
.svg-link:hover {
//fill:#555555; 
fill:#A00000; 
}


	a{
	fill:#555555;
	}
	a:hover{
	fill:#555555;
	}


/* ende svg - test */




/* font-styles umsetzen */

 h1,  .hl1 {
	color:#0D0D0D;
	font-family:'Lapture-Web-Regular', arial, sans-serif;
	font-weight:bold;
	font-style:normal;
		font-size:2.2em;
}
 h2, .hl2 {
	color:#0D0D0D;
	font-family:'Lapture-Web-Regular', arial, sans-serif;
	font-weight:normal;
	font-style:normal;
		font-size:1.2em;
}

.subline_font_style {
	font-weight:normal;
	font-style:normal;
		font-size:1em;
}

.highlight_font_style{
	font-weight:normal;
	font-style:normal;
		font-size:1em;
}

	a{
	color:#555555;
	}
	a:hover{
	color:#555555;
	}
	a:active{
	color:#555555;
	}


	#per_check_boxen, #head-checkboxes {
	color:#555555;
	}


/* Background Colors */
.rf_bg_color_link {
background-color:#555555;
}
.rf-bg-orange , .rf_bg_color_link_hover {
background-color:#555555;
}
.rf-bg-hellgrau , .rf_bg_color_highlight {
background-color:#555555;
}


.rf-bg-headline_1 {
background-color:#0D0D0D;
}
.rf_bg_color_headline_1 {
background-color:#0D0D0D;
}
.rf_bg_color_headline_1_mo {
background-color:#0D0D0D;
}


.rf-bg-headline_2, .rf_bg_color_headline_2, .rf_bg_color_headline_2_mo {
background-color:#0D0D0D;
}

.rf-bg-subline, .rf_bg_color_subline, .rf_bg_color_subline_mo {
background-color:#0D0D0D;
}

.rf-bg-white , .rf_bg_white{
background-color:#ffffff;
}
.rf-bg-grey , .rf_bg_grey{
background-color:#969696;
}





/* Buttons */
.rf_bg_color_link_100 {
background-color:#555555;
}
	.rf_bg_color_link_50 {
	background-color:rgba(
	85,
	85,
	85, 0.50);
}
.rf_bg_color_link_active_100, .is_active_100 {
background-color:#555555;
}
	.rf_bg_color_link_active_50, .is_active_50 {
	background-color:rgba(
	85,
	85,
	85, 0.50);
}
/* Ende Buttons */


	.rf_bg_color_link_tr {
	background-color:rgba(
	85,
	85,
	85, 0.50);
}


	.rf-bg-hellgrau-tr, .rf_bg_color_highlight_tr {
	background-color:rgba(
	85,
	85,
	85, 0.50);
}

.rf-bg-mittelgrau, .rf_bg_color_link_visited {
background-color:#555555;
}

	.rf-bg-mittelgrau-tr, .rf_bg_color_link_visited_tr {
	background-color:rgba(
	85,
	85,
	85, 0.60);

	/*
	// opacity vererbt auf font!
	opacity: 0.8; 
	filter:alpha(opacity=80); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	*/
}


.rf-bg-dunkelgrau, .rf_color_background {
background-color:#F2F2F2;
}


/* Foreground Colors */
.rf-orange, .rf_color_link_hover {
color:#555555;
}
.rf-hellgrau , .rf_color_highlight, .rf_color_hightlight{
color:#555555;
}
.rf-mittelgrau, .rf_color_link_visited {
color:#555555;
}
.rf-dunkelgrau, .rf_color_background {
color:#F2F2F2;
}
.rf-copy, .rf_color_copy {
color:#0D0D0D;
}
.rf-subline, .rf_color_subline {
color:#0D0D0D;
}
