/* Seite, die K&A Partnerschaften darstellt.
   Pfad: / K&A Webauftritt  / Unternehmen  / Partner   */
   
   
table#partnerTable, table.membershipTable, table#furtherancesTable  {
   margin-top: 20px;
   margin-bottom: 10px;
   margin-left: 5%;
   margin-right: 5%;
   border: 0px solid black;
   width: 80%;
}
table#partnerTable .right , table.membershipTable .right , table#furtherancesTable .right {
   width:400px;

}

table#partnerTable td, table#furtherancesTable td {
  text-align: justify;
  font-size: x-small;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:40px;
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}

table.membershipTable td {
  text-align: justify;
  font-size: x-small;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:40px;
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}

table.membershipTable th {
    text-align: left;
	font-size: medium;
	font-weigth: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	font-style: italic;
}
	

