/*************** formated-tables.css ***************/

/* -- begin DS 24.04.09 -- */

.ten-percent {width:10%;}
.twenty-percent {width:20%;}
.thirty-percent {width:30%;}
.fourty-percent {width:40%;}
.fifty-percent {width:50%;}
.sixty-percent {width:60%;}
.seventy-percent {width:70%;}
.eighty-percent {width:80%;}
.ninety-percent {width:90%;}
.hundred-percent {width:100%;}

/* -- end DS 24.04.09 -- */

table.csc-frame-frame3, table.csc-frame-frame4, table.csc-frame-frame5, table.csc-frame-frame6, table.csc-frame-frame7, table.csc-frame-frame8{
  width:100%;
  font-size:125%;
  margin: 10px;
  margin-left: 0px;
  border-collapse:collapse;
}

table.csc-frame-frame3 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #32414b!important;
  background-color: #f0ece1;
}

table.csc-frame-frame3 th + th {
  border-left: 1px solid #ffffff;
}

table.csc-frame-frame3 th p{
  color: #32414b!important;
}

table.csc-frame-frame3 td {
  padding:3px;
}

table.csc-frame-frame3 tr + tr {
  border-top: 1px solid #b4a069;
}

table.csc-frame-frame3 td + td {
  border-left: 1px solid #b4a069; 
}

table.csc-frame-frame4 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #4e4a25!important;
  background-color: #ffffff;
}

table.csc-frame-frame4 th p{
  color: #4e4a25!important;
}

table.csc-frame-frame4 td {
  padding:3px;
}

table.csc-frame-frame4 tbody tr:nth-child(even) {
  background-color:#ffffff;
}

table.csc-frame-frame4 tbody tr:nth-child(odd) {
  background-color:#f0ece1;
}

table.csc-frame-frame4 thead {
   border-bottom: 2px solid #b4a069;
}

table.csc-frame-frame5 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #32414b!important;
  background-color: #d7dcdc;
}

table.csc-frame-frame5 th p{
  color: #32414b!important;
}

table.csc-frame-frame5 td {
  padding:3px;
}

table.csc-frame-frame5 tr + tr {
  border-top: 1px solid #32414b;
}

table.csc-frame-frame5 thead {
   border-bottom: 2px solid #32414b;
}

table.csc-frame-frame6 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #4e4a25!important;
  background-color: #ffffff;
}

table.csc-frame-frame6 th p{
  color: #4e4a25!important;
}

table.csc-frame-frame6 td {
  padding:3px;
}

table.csc-frame-frame6 tr + tr {
  border-top: 1px solid #b4a069;
}

table.csc-frame-frame6 thead {
   border-bottom: 2px solid #b4a069;
}

table.csc-frame-frame7 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #4e4a25!important;
  background-color: #ffffff;
}

table.csc-frame-frame7 th p{
  color: #4e4a25!important;
}

table.csc-frame-frame7 td {
  padding:3px;
}

table.csc-frame-frame7 thead {
   border-bottom: 2px solid #b4a069;
}

table.csc-frame-frame7 .td-even {
  background-color:#f0ece1;
}

table.csc-frame-frame8 th {
  padding: 5px;
  padding-left:3px;
  font-size:96%;  /* 2016-06-02 tschach: remove !important to align with cstyles_main */
  color: #32414b!important;
  background-color: #d7dcdc;
}

table.csc-frame-frame8 th p{
  color: #32414b!important;
}

table.csc-frame-frame8 td {
  padding:3px;
}

table.csc-frame-frame8 thead {
   border-bottom: 2px solid #32414b;
}

table.csc-frame-frame8 .td-even {
  background-color:#d7dcdc;
}

/* Rebrush 2011 */

table td.td-90-prozent,
table th.td-90-prozent{
	width: 90%;
}

table td.td-80-prozent,
table th.td-80-prozent{
	width: 80%;
}

table td.td-70-prozent,
table th.td-70-prozent{
	width: 70%;
}

table td.td-60-prozent,
table th.td-60-prozent{
	width: 60%;
}

table td.td-50-prozent,
table th.td-50-prozent{
	width: 50%;
}

table td.td-40-prozent,
table.contenttable th.td-40-prozent{
	width: 40%;
}

table td.td-30-prozent,
table th.td-30-prozent{
	width: 30%;
}

table td.td-20-prozent,
table th.td-20-prozent{
	width: 20%;
}

table td.td-10-prozent,
table th.td-10-prozent{
	width: 10%;
}

/* Rebrush 2011 Ende */