 
/* Content element "table" */
table.contenttable { font-size:10px; width:100%; margin:0 0 0 0; border-collapse:collapse; empty-cells:show; }
table.contenttable caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em; }

table.contenttable th { font-size:11px; height:2.0em; background:#f9b52e; color: #000000; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.contenttable th.td-0 { text-align:left; }

table.contenttable tr { font-size:10px; }
table.contenttable tr.tr-odd {background: #fff488; }
table.contenttable tr.tr-even {background: #f7f5bc; }
table.contenttable tr.tr-0 { background: transparent; }
table.contenttable tr.isSpecial { background: #fce62e; }
table.contenttable td.isBold { font-weight: bold; }

table.contenttable td {height:2.0em; padding:0px 7px 0px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal}
table.contenttable tr.isSpecial td { font-weight:bold; }

/* Headline */
h1.ctHeadline span { font-size:9px; font-weight:normal; color:#000000; } 

/* Boxes */
.ctBlueBox h6 { font-size: 12px; line-height:1.5em; font-weight:bold; }
.ctBlueBox { background: #f0f0f0; padding: 0.2em 0.7em 0.7em 0.7em; margin-bottom: 1.5em; margin-top: 0; border: 1px #989898 solid; }
.ctBlueBox { font-size: 10px; }
.ctBlueBox p { margin: 0; }
.ctBlueBox strong { font-size: 10px; line-height:1.5em; font-weight:bold;}
.ctBlueBox ul { margin: 0 0 0 0.5em; }

.ctOrangeBox h6 { font-size: 12px; line-height:1.5em; font-weight:bold; color:#ffffff }
.ctOrangeBox { background: #f9b52e; padding: 0.2em 0.7em 0.7em 0.7em; margin-bottom: 1.5em; margin-top: 0; border: 1px #989898 solid; }
.ctOrangeBox { font-size: 10px; }
.ctOrangeBox p { margin: 0; }
.ctOrangeBox strong { font-size: 10px; line-height:1.5em; font-weight:bold; color:#4d4c4a; }
.ctOrangeBox ul { margin: 0 0 0 0.5em; }

