
/*
Copytext 3.7
 */

div.copytext {
padding: 0px;
padding-top: 11px;
}

div.copytext h1.headline_big {
margin: 7px 0px 12px;
}

/*
Defining Tables
 */
div.tablearea {
position: relative;
padding: 0px;
width: auto;
}

div.tablearea h1.headline_table {
margin: 0px 0px 7px;
}

div.tablearea table {
border-spacing: 0px;
border-collapse: collapse;
/* KGB change of font-size from 10px to 11px - 09/05/07 */
/*071105_PM: Größe von 11 auf 12px geändert*/
font-size: 12px;
/* end of change */
margin: 0px;
line-height: 12px;
}

div.tablearea table tr th, div.tablearea table tr td {
padding: 2px 10px;
}

div.tablearea table tr {
color: #000099;
background: #C6DBF0;
}

div.tablearea table tr.light {
color: #000099;
background: #fff;
}

/* KGB change: rename of class "headline" into "tableheader" - 09/05/07 */
div.tablearea table tr.tableheader {
background: #000099;
}

/* KGB change: rename of class "headline" into "tableheader" - 09/05/07 */
div.tablearea table tr.tableheader th {
color: #fff;
}

div.tablearea table tr th.bordered, div.tablearea table tr td.bordered {
border-right: solid 1px #000099;
}

div.tablearea div.source, div.tablearea table caption {
margin: 7px 0px 0px 0px;
text-align: right;
color: #000099;
/* KGB change of font-size from 10px to 11px - 09/05/07 */
/*071105_PM: Größe von 11 auf 12px geändert*/
font-size: 12px;
/* end of change */
font-style: italic;
}

div.tablearea table caption {
margin: 7px 0px 0px;
caption-side: bottom;
}

div.tablearea table tr.caption td {
border: none;
padding: 5px 0px 0px;
background: #fff;
text-align: right;
}


