@charset "utf-8";
/* ~~ Flex Mehrfarbenboxen~~ */
.dunkelrot {
	background: #804040;
	color: #FFF;	
}
.hellrot {
	background: #AB8080;
	color: #FFF;	
}

.textbox.hellrot .linkbox a, 
.textbox.dunkelrot .linkbox a,
.farbbox.hellrot .linkbox a, 
.farbbox.dunkelrot .linkbox a {
	border: 1px solid #FFF;
  	color: #FFF;
}
.textbox.hellrot .linkbox a:hover, 
.textbox.hellrot .linkbox a:active, 
.textbox.hellrot .linkbox a:focus,
.textbox.dunkelrot .linkbox a:hover, 
.textbox.dunkelrot .linkbox a:active, 
.textbox.dunkelrot .linkbox a:focus,
.farbbox.hellrot .linkbox a:hover, 
.farbbox.hellrot .linkbox a:active, 
.farbbox.hellrot .linkbox a:focus,
.farbbox.dunkelrot .linkbox a:hover, 
.farbbox.dunkelrot .linkbox a:active, 
.farbbox.dunkelrot .linkbox a:focus {
  	color: #000;
	background-color: #FFF;
}
.ccm-toolbar-visible .alt
{
	padding: 10px;
	background: #FF0000;
}