h1, h2, h3, h4,
.themeTextColor, .themeTextColor > a,
.themeDefaultTextColor, .themeDefaultTextColor > a,
.contentRight .linkListElement .title,
#powerTip a{
    color: #ff7806;
}

.themeDarkBorderColor,.themeDefaultDarkBorderColor, 
div.csc-textpic-border div.csc-textpic-imagewrap img,
.csc-frame.csc-frame-frame2{
    border-color: #ff7806;
}

.themeDarkBackgroundColor, .themeDefaultDarkBackgroundColor,
.tabWrapper .arrow::before,
.buttonWrapper .button{
    background-color: #ff7806;
}

.themeBoxShadow, .themeDefaultBoxShadow{ 
    box-shadow: 0 8px 0 #ffc483; 
}

.themeBackgroundColor, .themeDefaultBackgroundColor{
    background-color: #ffc483;
}

.themeBorderColor, .themeDefaultBorderColor{
     border-color: #ffc483;
}

.themeLightBorderColor, .themeDefaultLightBorderColor{
     border-color: #ffe48c;
}

.linkListTeaserWrapper .f3-widget-paginator li a,
.themeLightBackgroundColor, .themeDefaultLightBackgroundColor,
.csc-frame.csc-frame-frame2, .csc-frame.csc-frame-frame2 .starWrapper .starBg,
.tx-indexedsearch .serachFieldWrapper, .tx-indexedsearch .serachFieldWrapper > input[type="text"]{
    background-color: #fcf0c8;
}

.red, .important{ color: #e1001a; }

.themeLightGradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcf0c8+100&amp;0+0,1+69,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(253,245,217,1) 69%, rgba(252,240,200,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(69%,rgba(253,245,217,1)), color-stop(100%,rgba(252,240,200,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(253,245,217,1) 69%,rgba(252,240,200,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(253,245,217,1) 69%,rgba(252,240,200,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(253,245,217,1) 69%,rgba(252,240,200,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(253,245,217,1) 69%,rgba(252,240,200,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcf0c8',GradientType=0 ); /* IE6-9 */

}

/* Important Colors */

.themeTextColorImportant,
.themeTextColorImportant > a        { color: #ff7806 !important; }
.themeDarkBorderColorImportant      { border-color: #ff7806 !important; }
.themeDarkBackgroundColorImportant  { background-color: #ff7806 !important; }
.themeDefaultDarkBackgroundColorImportant  { background-color: #ff7806 !important; }
.themeBoxShadowImportant            { box-shadow: 0 8px 0 #ffc483 !important; }
.themeBackgroundColorImportant      { background-color: #ffc483 !important; }
.themeBorderColorImportant          { border-color: #ffc483 !important; }
.themeBorderLightColorImportant     { border-color: #ffe48c !important; }
.themeLightBackgroundColorImportant { background-color: #fcf0c8 !important; }