table td, table th{
	vertical-align:top;
	padding: 8px 4px;
	line-height: 1.4em;
}

/**
* Tabellenstil 1
**/

table.tbl-layout1{
	border-collapse: collapse !important;
	font-size: 90% !important;
	margin-bottom: 24px !important;
	width: 100% !important;
}

table.tbl-layout1 thead tr{
	background-color: #6B6B6B !important;
	border-color: #6B6B6B !important;
}

table.tbl-layout1 thead th{
	color: #FFFFFF !important;
}

table.tbl-layout1 tbody tr:nth-child(2n+1){
	background-color: #F9F9F9 !important;
}

table.tbl-layout1 tbody td{
}

table.tbl-layout1 tbody th{
	
}


/**
* Tabellenstil02 (mit Rahmen)
**/

table.tbl-layout2 {
  border-width:1px;
  border-style:solid;
  border-color:#6B6B6B;
}

table.tbl-layout2 caption {
  background-color:#6B6B6B;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  margin:0px;
}

table.tbl-layout2 thead tr th {
  background-color:#dbdbdb !important;
}

table.tbl-layout2 thead tr th p.bodytext {
  color:#000000 !important;
  font-weight:normal;
}

table.tbl-layout2 tbody tr {
  background-color:#ffffff !important;
  border-color:#dbdbdb;
  border-style:dotted;
  border-width:0px;
  border-bottom-width:1px;
}

/**
* Tabellenstil03 (mit Rahmen + Grid)
**/

table.tbl-layout3 {
  border-width:1px;
  border-style:solid;
  border-color:#6B6B6B;
}

table.tbl-layout3 caption {
  background-color:#6B6B6B;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  margin:0px;
}

table.tbl-layout3 thead tr th {
  background-color:#dbdbdb !important;
}

table.tbl-layout3 thead tr th p.bodytext {
  color:#000000 !important;
  font-weight:normal;
}

table.tbl-layout3 tbody td {
  background-color:#ffffff !important;
  border-color:#dbdbdb;
  border-style:dotted;
  border-width:1px;
}


/**
* Tabellenstil04 (ohne Rahmen)
**/

table.tbl-layout4 {
  border-width:0px;
}

table.tbl-layout4 caption {
  background-color:#6B6B6B;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  margin:0px;
}

table.tbl-layout4 thead tr th {
  background-color:#dbdbdb !important;
}

table.tbl-layout4 thead tr th p.bodytext {
  color:#000000 !important;
  font-weight:normal;
}

table.tbl-layout4 tbody tr {
  background-color:#ffffff !important;
  border-color:#dbdbdb;
  border-style:dotted;
  border-width:0px;
  border-bottom-width:1px;
}

/**
* Tabellenstil05 (ohne Rahmen + Grid)
**/

table.tbl-layout5 {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

table.tbl-layout5 caption {
  background-color:#6B6B6B;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  margin:1px;
  margin-bottom:-2px;
}

table.tbl-layout5 thead tr th {
  background-color:#dbdbdb !important;
}

table.tbl-layout5 thead tr th p.bodytext {
  color:#000000 !important;
  font-weight:normal;
}

table.tbl-layout5 tbody td {
  background-color:#ffffff !important;
  border-color:#dbdbdb;
  border-style:dotted;
  border-width:1px;
}


