.cc_container .cc_btn {
background-color: #ec5b2c !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #ffffff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #000000 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #ec5b2c !important; /* Textlink-Farbe "Mehr Infos" */
}




h1{
	color:#F39432;
	font-size:20px;
}

h2{
	color:#F39432;
	font-size:16px;	
}


a:link{ color:#EC5B2C; text-decoration:none; font-weight:bold; }
a:hover{ color:#F39432; text-decoration:none; font-weight:bold; }
a:active{ color:#F39432; text-decoration:none; font-weight:bold; }
a:visited{ color:#EC5B2C; text-decoration:none; font-weight:bold; }

img {
	background-color:#FFF;
	border:1px solid #EC5B2C;
	padding:1px;
}