body {  font-family: arial; color: #401c0b; font-size: 12px; }

/* Blöcke & Abstände */
.block { width: 307px; }
.block p { margin-bottom: 15px; }
.block .ceHeader { margin-bottom: 13px; }
.block .ceText { margin-bottom: 30px; }
.block .ceTextPic { margin-bottom: 30px; }
.block .ceImage { margin-bottom: 30px; }
.block .ceTable { width: 296px; margin-bottom: 30px; }
.block .ceUploads { margin-bottom: 30px; }
.block .ceMailform { margin-bottom: 30px; }
.block .ceSitemap { ; margin-bottom: 30px; }

.blockLeft { float: left; width: 307px; }
.blockRight { float: left;  width: 387px; }
.blockRight .block { width: 387px; }

.block .csc-text { padding-right: 2px; }

/* Überschriften */
.block .csc-header { margin-bottom: 13px; }
.block .csc-header h1 { line-height: 16px; color: #B91820; font-size: 16px; font-weight: bold; }
.ceHeader .csc-header { margin-bottom: 3px; }
.ceHeader .csc-subheader { line-height: 16px; margin-bottom: 0px; color: #B91820; font-size: 16px; font-weight: bold; }

/* Text */
.block .csc-text { line-height: 15px; }

/* Listen */
.block ul { list-style-type: none; }
.block ul li { padding-left: 14px; background: url('../pix/li_bg.gif') left 5px no-repeat; }
.block ul li ul { padding-top: 5px; }
.block ul li ul li { padding-bottom: 5px; padding-left: 18px; background: url('../pix/li_li_bg.gif') 3px 6px no-repeat; }

/* Links */
.block a { color: #401c0b; text-decoration: none; }
.block a:hover { text-decoration: underline; }
.block .highlight { color: #B91820; }
.block .highlight a { color: #B91820; font-weight: bold; text-decoration: none; }
.block .highlight a:hover { text-decoration: underline; }

/* Tabellen */
.contenttable, .contenttable tr, .contenttable tr td { margin: 0px; padding: 0px; border-collapse: collapse; }
.contenttable, .contenttable tr td { border: 1px solid #401c0b; background: #fefae6; }
.contenttable tr td { padding: 3px 20px 3px 10px; font-size: 11px; vertical-align: top; }
.contenttable tr.tr-last td.td-last { font-size: 10px; }

.contenttable caption { margin: 0px; margin-left: -1px; padding: 2px 10px 2px 10px; background: #401c0b; color: #fff; text-align: left; }
